Screen (& start dev.) specific macro protocol for 8060

Support forum for extenders. If you're having trouble getting one up and running, this is the place to come.

Moderator: Moderators

Post Reply
Haggis
Posts: 27
Joined: Sun Sep 14, 2003 8:10 pm
Location: Brisbane

Screen (& start dev.) specific macro protocol for 8060

Post by Haggis »

I have recompiled the 9960's experimental SSM/CODS protocol for the 8060. As I don't have an 8060, let me know if it works.

For more information, look at the "Screen (& start dev.) specific macro protocol for 9960 e" topic in this forum

The way the screen/current O_group dev index specific macro works is as follows (nearly identical to DKP/LKP protocol):
The Hex command in the key move consists of three component pieces:

{Control byte} {First command sequence} {Second command sequence}

Control byte:

The high nibble (the left hand side digit in hexadecimal) is the
screen number.

The low nibble (the right hand side digit in hexadecimal) is the
length of the {First command sequence}.

This special protocol recognizes a screen by default.
To make it a CODS Press, add '8' to the right hand side digit.

First and second command sequence:

The keystrokes expressed by keycodes in hexadecimal. The first
command sequence is for the true case, and
the second is for the false case. The first
sequence can be up to 7 keystrokes long, and total of the both
parts can be up to 13.

Note: Both Dev index and screen counts start from 0 not 1
Dev 0-CBL, 1-Tv etc
Scr 0 (start scr) ++

Failing any better suggestion, my protocol can be set as 01FE
Upgrade protocol 0 = 01 FE (S3C8+) SSD
00 00 01 E4 03 4A F0 4A 56 4A 0F 56 03 07 38 3A
26 C3 03 76 2D 08 EB 07 A4 4A 61 EB 0B 8B 05 A4
4A 5F EB 04 38 03 B0 03 A4 03 C3 2B 0D 87 43 2D
A6 9B 9C 3B 05 82 9B C4 3A EE AF
End


Upgrade code 0 = 14 53 (TV/1107)
FE 00 01
End

To easily set up the key move, I use IR5.15 and set it up a DKP/LKP. I then just change the device setup code to 1107 and edit the first hex value.
Post Reply