1
USB Infrared Toy / Problems with IR command replay from command prompt (winows)
I purchased the USB Infrared Toy v2 to turn on and off my beamer. My Computer (Win 7 x64) should be able to send the corresponding IR commands via batch files run by time scheduler.
The USB device itself seems to work well. I updated the firmware to v22, the self test works and I am able to record and send data produced with my Philips remote control with irtoy.exe.
Unfortunately, the data patterns of my Optoma remote control are not correctly recorded or send. My beamer is not recognizing the replayed data. I think it has something to do with the carrier frequency.
I tried it with the more powerful winlirc software which was successful. With winlirc and the program Transmit.exe I am able to send commands via command prompt. Unfortunately, this is only possible, when I start the command prompt and click one time with the mouse at the WinLIRC Window. If not, the Transmit.exe program is not able to access the hardware.
Is there any straightforward way to replay the data pattern via command prompt?
Attached is the record from the off button with irtoy and winlirc
Code: [Select]
IR Toy said:
00 A0 00 D5 00 16 00 1E 00 15 00 51 00 16 00 1E 00 16 00 1D
00 16 00 51 00 16 00 51 00 16 00 1D 00 16 00 1D 00 16 00 51
00 16 00 1D 00 16 00 51 00 16 00 51 00 16 00 1D 00 16 00 1D
00 16 00 51 00 16 00 51 00 16 00 1D 00 16 00 51 00 16 00 51
00 16 00 51 00 16 00 1D 00 16 00 51 00 16 00 1D 00 16 00 1D
00 16 00 51 00 16 00 1D 00 16 00 1D 00 16 00 1D 00 16 00 51
00 16 00 1D 00 16 00 51 00 16 00 51 00 16 07 54 00 A1 00 6C
00 16
IR Toy said:
FF FF
Code: [Select]
begin remote
name ..optoma.cf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 8893 4541
one 476 1726
zero 476 613
ptrail 478
repeat 8893 2300
pre_data_bits 16
pre_data 0x4CB3
gap 107510
toggle_bit_mask 0x0
begin codes
on 0x40BF
off 0x748B
end codes
end remote