Roti
unread,Jun 26, 2011, 12:28:24 PM6/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CommandFusion
Hi.
Is there an elegant solution for devices that use alternating toggle
bits in their IR codes (for debouncing, etc).
For instance, the UP button for a Windows Media Center remote will
alternate between:
code A:
sendir,
1:1,1,36127,1,1,96,32,16,16,16,16,16,32,16,32,48,32,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,32,16,16,16,16,16,16,16,16,32,16,16,16,16,16,16,32,32,16,16,16,16,16,16,16,16,32,16,16,16,16,16,16,32,16,3612
code B:
sendir,
1:1,1,36127,1,1,96,32,16,16,16,16,16,32,16,32,48,32,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,32,16,16,16,16,16,16,32,16,16,16,16,16,16,16,16,32,32,16,16,16,16,16,16,16,16,32,16,16,16,16,16,16,32,16,3612
Codes need to be alternated fort the device to repond normally to
sequential presses. Simply repeating one of the codes leads to further
presses being ignored until another button is pressed.
I've seen some posts saying change repeat count to 2, but this has not
worked for me.
Other have said to send both close together, or as a combined code,
but this usually results in a double press being detected by the
device.
RC5/6 Toggle bit codes were supported in the Pronto Pro (RIP)
database.
Now I could build a javascript solution for the devices and toggle a
variable/join/token to keep track of which code to send, but as it's
not an overly uncommon problem, I was wondering of anyone had a simple
fix ? Alternatively, would it be possible to add a checkbox in CF GUI
Designer in the "Command Properties" box that allows you to add a
second Command Value that can be alternated\toggled with the first
(hence you could use it for any type of network IR emitter if you have
noth codes).
In the case of Media Center PCs there are a few workaround options
(incl control via IP, disable deboucing in registry). I think XBox360s
might do this do (have not checked), and some Maramtz and Thomson
devices do it as well.
Thanks.