AMX PC Presenter Mouse User Manual


 
Programming the PC Presenter
24
PC Presenter
Send_Strings
All received Send_Strings are translated to keystrokes and output to the attached PC's keyboard
port. The following table represents the embedded codes defining special characters that can be
included with the string but may not be represented by the ASCII character set.
Send_Commands (Cont.)
Command Description
'REPEATOFF' Disables macro repeat when holding transmitter button.
'REPEATON' Enables macro repeat when holding transmitter button (default).
'RMACRO<n>-<s>' Records strings in keystroke macro memory under channel code n.
<n> = ASCII number 1 to 255
<s> = ASCII string
'RFOFF' Disables RF reception.
'RFON' Enables RF reception (default).
'TXID<n>' Sets the transmitter ID, for mouse disc only. Only TXC-MS(L) with the radio
code set to n will be recognized.
<n> = ASCII number 0 to 16.
Set <n> from 0 to 15 for specific radio codes.·
Set <n> to 16 to enable mouse disc control from all radio codes (default).
This parameter is stored in memory even if the unit is powered down.
'XINVERT' Reverses the direction the PC's cursor moves horizontally in response to
AXLink levels. This parameter is stored in memory even if the unit is powered
down.
'YINVERT' Reverses the direction the PC's cursor moves vertically in response to AXLink
levels. This parameter is stored in memory even if the unit is powered down.
Send_Strings
Decimal Hexadecimal Keystroke
8 $08 BACKSPACE
13 $0D ENTER
27 $1B ESC
128 $80 CTRL key down
129 $81 ALT key down
130 $82 SHIFT key down
131 $83 F1
132 $84 F2
133 $85 F3
134 $86 F4
135 $87 F5
136 $88 F6
137 $89 F7
138 $8A F8
139 $8B F9
140 $8C F10
141 $8D F11