Page 1 of 1

keymap-master v8.19 available!

Posted: Fri Apr 09, 2004 8:38 am
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!

Posted: Fri Apr 16, 2004 2:27 pm
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

Posted: Fri Apr 16, 2004 3:00 pm
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??? ;)

Posted: Fri Apr 16, 2004 7:13 pm
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

Posted: Fri Apr 16, 2004 7:28 pm
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:

Posted: Tue Apr 20, 2004 1:39 am
by sfhub
Any updates?

Posted: Tue Apr 20, 2004 3:52 am
by Mark Pierson
We're still working on the solution.