RM from KM import - fixed bytes shift etc. - Dish Combo

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

mr_d_p_gumby
Expert
Posts: 1370
Joined: Sun Aug 03, 2003 12:13 am
Location: Newbury Park, CA

Post 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.
mr_d_p_gumby
Expert
Posts: 1370
Joined: Sun Aug 03, 2003 12:13 am
Location: Newbury Park, CA

Post 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
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post by gfb107 »

Thanks Mike!
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post 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.
Post Reply