HOME › Forums › Controllers › EZUIRT › Programing EZUIRT from EZServe › Reply To: Programing EZUIRT from EZServe
Inactive
September 12, 2009 at 11:56 pm
Post count: 1001
The Links and Code Records document for the EZUIRT seems wrong. For the upper 3 bits to represent a value of 0-7 for the 1-8 codes the bit pattern would be …..
000x yyyy – 0x – code 1
001x yyyy – 2x – code 2
010x yyyy – 4x – code 3
011x yyyy – 6x – code 4
100x yyyy – 8x – code 5
101x yyyy – Ax – code 6
110x yyyy – Cx – code 7
111x yyyy – Ex – code 8
I would try 24 for your next code which I think is really code 2 but probably does not make any difference except perhaps in the order the IR codes are sent.