Page 2 of 2
Posted: Sat Mar 21, 2009 1:23 pm
by mr_d_p_gumby
The P8/740 and 6805-C9 versions do not have a repeat parameter in the protocol. The 23rd byte in the 6805-RC16/18 protocol (currently 02) is the repeat value.
I don't have an HCS08 version of this variant that I can find now. If one doesn't turn up, I'll have to add it to my to-do list.
Posted: Sat Mar 21, 2009 7:21 pm
by mr_d_p_gumby
gfb107 wrote:Also, is there code for the newer processors in the JP1.2/3 remotes?
I found an HCS08 version for JP1.2 remotes. JP1.3 is covered by the S3C80 you already have, but the version below is 2 bytes shorter, and can replace the other one.
In both of these, the 25th byte is the repeat value (02).
Code: Select all
Code.S3C80=2B 5C 51 8B 14 B6 59 05 06 00 C5 03 32 00 C5 05 73 0B F2 00 C5 0B F2 05 02 18 08 56 C1 03 87 21 04 29 04 8D 01 46
Code.HCS08=20 17 17 2F 51 B6 59 05 06 00 C4 03 46 00 C4 05 87 0C 06 00 C4 0C 06 05 02 B6 65 A4 03 97 8C E6 61 B7 61 CC FF 5F
Posted: Sun Mar 22, 2009 8:07 am
by gfb107
Thanks Mike!
Posted: Sun Mar 22, 2009 9:43 pm
by gfb107
For anyone interested,
RM v1.90 has support for editing the duration/repeat byte as a device parameter. Please give it a try.