johnsfine wrote:I looked at the first two signals in the first log file. In both it was device 72 and subdevice 178. You should be able to adjust your KM file to use those numbers.
I don't see anything in the files you sent which tells for sure whether the protocol is NEC1 or NEC2 or something else. I think it is NEC2. If you use NEC1 when NEC2 is correct, it would mostly work, but long presses would do the wrong thing.
John,
I've followed your instruction and have done it. Thanks!
0.000 1
9.152 1 9.152 <-- Lead In timing 1
9.152 0
13.453 0 4.302 <-- Lead In timing 2
> In this particular signal, the first two intervals (9.15 and 4.3) are
> called a "lead in" and help to identify this as an NEC protocol.
Q. Does NEC protocol always like this "lead in" timing? How about that we'd been done for Prosat IRD on RECS80 (45)?
It looks Girder using only NEC protocol to decode it? Is this the reason that I got HEX codes are different with RECS80 (45) code? Where I can get all table of lead in code table to guess any remote control's Protocol?
> The log goes on for a total of 32 bits for this signal and then more
> signals at 32 bits each. The first 16 bits are the same for each one. It
> is those first 16 bits I used to tell you the device and subdevice
> number for KM.
Q. Now I understand how to convert IR stream. I followed your
explanation to get bits form. I found that device and subdevice are 0x32
0x4d. There is another question about device using OBC? You said it is 72/178? I entered 72/178 into KM. It doesn't work. Girder got 0x12 0x4d. Then I tried to use IR EFC calculator, I found 0x4d same as your at OBC LSB, 0x32 seems OBC LSB=76, I updated device to 76, and it works now. Great!
Another spot, the protocol needs one more Parm (hex), how/when to get it?
I just found problem which already came to my thought. I want to add/merge only two or three buttons into TV set for some un-used key. If I set same TV code in KM, the original TV code are all gone. Do you know any trick to insert key moves into device with different protocol?
Thanks again.