Channel numbers like 11 or 22 or 33etc. doesn`t work:
|
I have tried using .2, .3, and .4 delay, even tried .7 delay and all I get is the first number not the second.
|
Channel numbers like 11 or 22 or 33etc. doesn`t work:
|
I have tried using .2, .3, and .4 delay, even tried .7 delay and all I get is the first number not the second.
|
More than likely, your remote uses some sort of trick to filter out successive button presses to prevent getting more than one 3 when a user simply presses the button once. I assume that you are capturing these commands yourself. If so, capture the command repeatedly, with some long press captures and some short press captures. This will show you the pattern your remote uses and hopefully will give you an idea of whether or not the command itself actually changes between presses (a toggle type command), which would require that you configure your control software to toggle between the commands rather than just using one. Feel free to post your command data here if you have any confusion and we can let you know what we see.