I read the info on the ToadTog protocol that came with the 2116 extender2. I want to be able to toggle the on and the off and use toggle "0". I used keymove and assigned the hex values like this:
$02 $D7 $E3 $E8 $03
The 02 is for toggle "0" and two bits long since "$D7 $E3" is the hex for discrete on, and "$E8 $03" is hex for discrete off. (don't get too concerned with the above hex numbers of the discrete commands since I am at work and forgot the actual ones).
By reading the ToadTog info it seems that this should work although the example is a single bit long and not a combo discrete command like mine.
When I try this command it will toggle on and off my DVD player, but it does some funky stuff too. I can hit the button that this is assigned to and it might turn on the DVD player. Then if I hit it again to turn it off it might open the disc door or fast forward the unit. It takes at least three or four presses to get the player to shut off.
I am wondering if it has something to do with the discrete code being two bits long. It is like the remote is sending out the first bit and activates something before the second bit is out?
I don't know what the heck. My ultimate goal is to be able to send out a discrete on command, have the remote track it and be able to know to send a discrete off command if the unit is on. The two bit Denon code is confusing me though!