Ticket #176 (closed defect: wontfix)
full duplex
| Reported by: | nbd | Owned by: | somebody |
|---|---|---|---|
| Priority: | high | Component: | USB IR Transceiver |
| Version: | Severity: | wishlist | |
| Keywords: | Cc: |
Description
The device is not able to send IR commands while it's receiving them.
I can reproduce this easily every time. I have igdaemon running and I can successfully send IR commands with 'igclient --send=./volup.txt' and it says 'send: success' and my amplifier reacts to that. But if I take any remote control (any but the amplifier's one) and point it at the receiver and hold a button down, then the IR command I send, does not get transmitted, although igclient still says 'send: success'.
I have another igclient running with --receiver-on --sleep 100 which displays this when I execute the send command:
received 3 signal(s):
space: 21845 pulse: 170 space: 109226
whether I hold the remote button down or not. (I'm not sure where those come from, but to my understanding it is not the command that is sent)
Compiled against libusb-1.0, driver 1.0pre2, device version 0x0306.
To me, this is critical issue, because I was hoping to use this device as IR translator (like IR repeater, but it changes the signal to be sent to another signal) but it cannot operate with continuous sequences (holding the button down). Single commands work most of the time (since the received signal sequence has ended before one is sent out)

