KeyAT-5 Keyboard Port Adapter
11/14/2011
22
L3 Systems
Loading the Power ON String
The LP command loads a code table entry:
LP=<String>
Loading Power On String
Ex
:
Setup>LP=~Z80DIR^M<ENTER>
(Delay 80 seconds, &
Setup>
send “DIR<ENTER>”)
In the above example, when power is applied to the
KeyAT-5, it first delays 80 seconds, and then sends
a “DIR<Enter>” command.
Displaying Power on string
The PP command displays the Power On string:
Setup>PP<ENTER>
(Shows Power On string
~Z80DIR^M
loaded in example above)
Setup>
Special Characters
ASCII Hex (~nn) - ASCII hex characters can be
sent by sending the hex code preceded by a
~(tilde, hex 7E). For example, to send an M
character in hex, send a ~4D.
Tilde and Caret Characters (~~ ^^) - To send a ~
(tilde, hex 7E) or ^ (caret, hex 5E) character,
send the character twice. For example a ~~
will send the scan code for the ASCII
character ~.