RM LSB/MSB reversal

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

Moderator: Moderators

Post Reply
sydyen
Posts: 20
Joined: Thu Oct 16, 2008 3:33 am

RM LSB/MSB reversal

Post by sydyen »

RM 1.86's "Tivo (Official 2-byte)" protocol has an MSB/LSB reversal on Unit Code i.e. Unit Code 3 produces the codeset for Tivo unit=12.

I have verified the following table with 15-1994s:

Code: Select all

   Unit       Tivo
   Code       Code
      1        8
      2        4
      3       12
      4        2
      5       10
      6        6
      7       14
      8        1
Note: Cannot check if this has been corrected in a later revision because RM 1.98 causes execution errors on upload/download to the remote. It was easier to revert to 1.86 than try to debug the cause (on a W2K system).
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post by gfb107 »

Make the following change to the TiVo (Official 2-byte) entry in protocols.ini
CmdTranslator=Translator(lsb,comp,0,8,0) TranslatorFromDev(comp,2,4,8)
to
CmdTranslator=Translator(lsb,comp,0,8,0) TranslatorFromDev(lsb,comp,2,4,8)
sydyen
Posts: 20
Joined: Thu Oct 16, 2008 3:33 am

Post by sydyen »

Thanks
Post Reply