I have just been changing the data on every single key in ir.exe and it's working. (see the data I posted above)
I used another learning remote programmed to various DVD players.
I went down the list until I found the valid command i needed, then allowed the RCA RCRP05B to learn the command. I am frequently backing it up. When I get it finished I can upload the file if anyone needs it in the future.
I have an interface I built years ago that receives the code and prints the output to hyperterminal like this:
Code: Select all
System1 = 00
System2 = FF
Data1 = 18
Data2 = E7
System1 = 00
System2 = FF
Data1 = 5E
Data2 = A1
System1 = 00
System2 = FF
Data1 = 08
Data2 = F7
System1 = 00
System2 = FF
Data1 = 1C
Data2 = E3
this is the only way I could find what commands are sent when each key is pressed.
I am missing only two commands now, 0x0C (12) for the # 1 key and 0x5A (90) for the # 6 key. I managed to get all of the other buttons working.
I really wish there was an easier way to do this, like being able to change the actual command in the string.
Code: Select all
cmd 25
1E 27 18 00 D3 83 24 25 55 55 55 54 44 44 44 44
55 44 55 55 44 55 44 41 30 82 30
I suspect that the above has something to do with timing of the pulses??
NO IDEA.
anyone???