keymap-master v8.19 available!

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
Mark Pierson
Expert
Posts: 3018
Joined: Sun Aug 03, 2003 12:13 am
Location: Connecticut, USA
Contact:

keymap-master v8.19 available!

Post by Mark Pierson »

The latest version of KM (v8.19) is available.

Changes include:
  • Modified 'Sony Combo (12/15/20)' code for M6805* remotes.
  • Renamed 'Dishplayer (Old)' $0002 to 'Dish Network'.
  • Added 'Dish Network Combo' $0002 protocol.
  • Added 'Dishplayer' $010F protocol.
  • Renamed 'Replay Remote' to 'ReplayTV (version 1)'.
  • Added 'ReplayTV (version 2)' remote.
Thanks to Rob Crowe and Mike England for doing all the hard work!
Last edited by Mark Pierson on Tue Apr 20, 2004 2:13 pm, edited 1 time in total.
Mark
sfhub
Posts: 287
Joined: Sun Oct 12, 2003 7:03 am

Post by sfhub »

I'm seeing something strange in KM 8.19.

I was defining discreteOn(EFC113) and discreteOff(EFC109) using Sony 12/15.

Previously in v8.16 these would decode as

Code: Select all

EFC  OBC  OV  HEX
113  046      $74
109  047      $F4
In v8.19 they decode as

Code: Select all

EFC  OBC  OV  HEX
113  023   0  $74
109  023   1  $F4
It seems in v8.19, the OBC value is bit-shifted right 1 position and the low bit is placed in the OV column.

The reason I started down this path was because I was using the Swap EFC/OBC button and after 2 presses of the button, the values were different than the ones I started with. In previous versions of KM I'd always get back to what I started with.

For convenience I just grabbed this Device upgrade from Yahoo jp1 group to test with:
http://groups.yahoo.com/group/jp1/files ... 7FS100.txt
Mark Pierson
Expert
Posts: 3018
Joined: Sun Aug 03, 2003 12:13 am
Location: Connecticut, USA
Contact:

Post by Mark Pierson »

I'll have to defer to Mike England, who modified some of the Sony stuff in the last version. I'm not exactly sure what he did, or why.

Yo, Mike! A little help, please??? ;)
Mark
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 »

Sorry Mark, I'm not guilty. :shock: The changes I made were in KM v8.18, and they all seem to be working correctly. I made no changes to the standard Sony protocols, only the combo versions. I know Rob made some changes after that for the Dish & Pioneer mods that were done in v8.19.
Mark Pierson wrote:I'll have to defer to Mike England, who modified some of the Sony stuff in the last version. I'm not exactly sure what he did, or why.
Like, I'm supposed to know exactly what I did, and why? :D
Mark Pierson
Expert
Posts: 3018
Joined: Sun Aug 03, 2003 12:13 am
Location: Connecticut, USA
Contact:

Post by Mark Pierson »

mr_d_p_gumby wrote:Sorry Mark, I'm not guilty. :shock: The changes I made were in KM v8.18, and they all seem to be working correctly. I made no changes to the standard Sony protocols, only the combo versions.
That's what I had originally thought, so please accept my apologies for insinuating otherwise! :oops:
I know Rob made some changes after that for the Dish & Pioneer mods that were done in v8.19.
Oh, him! :roll:

Yo, Rob! A little help please???
Mark Pierson wrote:I'm not exactly sure what he did, or why.
Like, I'm supposed to know exactly what I did, and why? :D
I guess if any of us knew the what's or why's, we'd all be in trouble! :shock:
Mark
sfhub
Posts: 287
Joined: Sun Oct 12, 2003 7:03 am

Post by sfhub »

Any updates?
Mark Pierson
Expert
Posts: 3018
Joined: Sun Aug 03, 2003 12:13 am
Location: Connecticut, USA
Contact:

Post by Mark Pierson »

We're still working on the solution.
Mark
Post Reply