Hi,
...taken from the PM FSUIPC Offset- Documentation.
have a look on it on the PM-Website
________________________
5428 CDU "Keyboard Interface" (2 bytes)
low byte, ascii character
high byte shift = Bit0, Ctrl = Bit1, Alt = Bit2 ... other bits must change if you have two same characters after the other...
. (period) = 190
/ (slash) = 191
+ (plus) = 107
DELETE = 46
CLR = 8
The space key is not supported for the time being
This can be used to write characters to the scratchpad of the CDU and to manipulate the LSK and function keys - FX keys from Ascii 112+(X-1)
_______________________________
I don´t know about FSBUS, though ,you can program your LSKs thru FSUIPC/Buttons/pmCDU Keys(this is the Keyboard Interface) ,if you want.
for example: 112 =F1 ,113=F2 , 114=F3,...
hope,i could help a bit...
regards,
Thomas
|