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
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
USB UIRT Blasting IR repeat problem
-
specter333
- Experienced User
- Posts: 95
- Joined: Thu Dec 27, 2007 12:26 am
Re: USB UIRT Blasting IR repeat problem
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
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
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: USB UIRT Blasting IR repeat problem
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
-
specter333
- Experienced User
- Posts: 95
- Joined: Thu Dec 27, 2007 12:26 am
Re: USB UIRT Blasting IR repeat problem
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)
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)
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: USB UIRT Blasting IR repeat problem
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
- 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
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Re: USB UIRT Blasting IR repeat problem
I will try it tonight. Thank you very much