Page 1 of 1
USB UIRT Blasting IR repeat problem
Posted: Fri Jun 06, 2008 6:55 pm
by carmenm
Hi,
I have a problem with the blasting IR command of USBUIRT plugin.
I cannot have repeat =0 (tells me device not ready ) which means that if i want to blast an IR i must at least put repeat to 1 and the command will be blast at least twice.
The command is blasted only once when i "test" it.
Can someone help me?
Thanks
Re: USB UIRT Blasting IR repeat problem
Posted: Thu Jun 19, 2008 2:40 am
by specter333
Hi Carmenm
I'm here looking for answers to the exact same problem. I can at least tell you my temporary (I hope) work around.
I set the "Wait XX ms of IR inactivity before transmission" to a number high enough that it ignors (I think) the first send and the device only receives the second one. The number seems to change for each function I'm using but it's usually between 80 to 150.
When I watch my usbuirt I can see the flash for the received code then immediately a second flash for the send code then about a second later another flash for the repeat send code. These settings seem to get it so the device only responds to the repeat send code.
The draw back is when I'm trying to scroll through something pretty fast, pushing the same button over and over, it sometimes misses some of the transmissions. It's not a big deal, I only notice it when something is moving at regular intervals then it pauses for a second.
Hopefully someone here can give us both a better solution.
Good luck
Rich
Re: USB UIRT Blasting IR repeat problem
Posted: Mon Jun 23, 2008 6:49 pm
by Bitmonster
Re: USB UIRT Blasting IR repeat problem
Posted: Mon Jun 23, 2008 9:26 pm
by specter333
Sorry, here's my info.
EventGhost Version: 0.3.6.1431
SVN Revision: 439
Build Time: Sun, 01 Jun 2008 15:49:40
Python Version: 2.5.2 final 0
wxPython Version: 2.8.7.1
PIL Version: 1.1.6
Platform: Windows-XP-5.1.2600-SP1
And here's the log...
USB_UIRT.4318101411F5 (Receives IR)
USB-UIRT: Transmit IR Open Menu (Macro)
USB-UIRT: Transmit IR (Action)
Device is not ready! (Error message in red)
Re: USB UIRT Blasting IR repeat problem
Posted: Fri Jun 27, 2008 10:30 pm
by Bitmonster
An USB-UIRT IR code can consist of two parts:
- a start code
- a repeat code
If you set the repeat count to 0, only the start code will be transmitted. But not all codes (actually only a few) use a separate start and repeat code. And even these codes seldom make sense with a repeat count of zero.
I've changed the control to limit on a minimum of one now. And with this setting I see no redundant repeat of the transmission. Don't get confused, because the USB-UIRT also flashes on reception.
=> 0.3.6.1437
Re: USB UIRT Blasting IR repeat problem
Posted: Tue Aug 19, 2008 2:40 pm
by carmenm
I will try it tonight. Thank you very much