vickyg2003 wrote:Rob, the Epson signals the EMp835 and the EMP710 create learns that hang up the remote if you try to send them. Can you use these from the IR file to create the binary anyway?
This is the "s-video" button in Pronto hex:
0000 0070 004B 0000
0056 0016 0015 0016 002B 0017 0014 0017 0014 002C 0015 002B 0014 0016 002A 0017 0014 002B 002B 0016 0014 0016 0015 0015 0015 0015 0014 0016 0015 0AE6
0056 0016 0015 0015 002B 0017 0014 0017 0015 002B 0015 002B 0015 0015 002A 0017 0015 002A 002A 0017 0014 0017 0015 0016 0014 0017 0014 0017 0014 0B01
0056 0016 0015 0015 002B 0017 0014 0017 0015 002B 0015 002B 0015 0015 002A 0017 0014 002C 002A 0017 0015 0016 0014 0017 0014 0017 0014 0016 0015 0AF5
0056 0016 0015 0016 002B 0017 0015 0015 0014 002C 0015 002B 0014 0016 002A 0017 0014 002C 002A 0017 0015 0015 0014 0016 0014 0017 0014 0017 0014 0ADD
0056 0016 0015 0016 002B 0017 0015 0015 0015 002B 0015 0015 0015 0015 002A 0017 0014 002C 002A 002D 0014 0017 0014 0017 0014 0016 0015 0015 0014 0016
I pasted it into IR where it generated the following UEI code:
15 00 42 00 D8 06 04 8A 01 29 01 14 01 29 02 3D
01 35 01 15 02 49 01 15 93 AC 02 37 02 60 4B 01
21 33 12 32 11 11 40 12 13 31 23 21 11 14 01 21
33 12 32 11 11 40 12 13 31 23 21 11 14 01 21 31
12 35 11 11 10
and the following timing information (rounded to 550):
+2200 -550 +550 -550 +1100 -550 +550 -550 +550 -1100 +550 -1100 +550 -550 +1100 -550 +550 -1100 +1100 -550 +550 -550 +550 -550 +550 -550 +550 -550 +550 -75350
+2200 -550 +550 -550 +1100 -550 +550 -550 +550 -1100 +550 -1100 +550 -550 +1100 -550 +550 -1100 +1100 -550 +550 -550 +550 -550 +550 -550 +550 -550 +550 -75350
+2200 -550 +550 -550 +1100 -550 +550 -550 +550 -1100 +550 -1100 +550 -550 +1100 -550 +550 -1100 +1100 -550 +550 -550 +550 -550 +550 -550 +550 -550 +550 -75350
+2200 -550 +550 -550 +1100 -550 +550 -550 +550 -1100 +550 -1100 +550 -550 +1100 -550 +550 -1100 +1100 -550 +550 -550 +550 -550 +550 -550 +550 -550 +550 -75350
+2200 -550 +550 -550 +1100 -550 +550 -550 +550 -1100 +550 -550 +550 -550 +1100 -550 +550 -1100 +1100 -1100 +550 -550 +550 -550 +550 -550 +550 -550 +550 -550
Then I converted both the Pronto hex and the raw times into binary:
From the Pronto hex:
0000 0070 004B 0000
LI: 001000010100100110000000000 0AE6
LI: 001000010100100110000000000 0B01
LI: 001000010100100110000000000 0AF5
LI: 001000010100100110000000000 0ADD
LI: 001000010000100111000000000 0016
From the raw times:
LI: 001000010100100110000000000 -75350
LI: 001000010100100110000000000 -75350
LI: 001000010100100110000000000 -75350
LI: 001000010100100110000000000 -75350
LI: 001000010000100111000000000 -550
As you can see, they are the same, so yes, pasting the learns into an IR file will work.