Rs-232 Send_Strings - AMX AXB-F117 Stealth 1 Instruction Manual

Camera controller
Table of Contents

Advertisement

Figure 46

RS-232 Send_Strings

46
AXCESS Programming
RS-232 commands (Cont.)
Command
'TXCLR'
'XOFF'
'XON'
RS-232 Send_Strings
The AXB-F117 has special Send_String escape sequences (Figure 46). If any of the
3-character combinations listed below are found anywhere within a Send_String
program instruction, they will be treated as a command and not the literal
characters.
RS-232 Send_Strings
Command
"27,18,0"
27,18,1
"27,19,<time>"
Function
Clear the characters waiting in the transmit-out buffer, and
stop transmissions.
Example:
SEND_COMMAND CAM,'TXCLR'
Clears characters waiting in the transmit-out buffer, and
disables all transmissions by the device.
Disable software handshaking (default).
Example:
SEND_COMMAND CAM,'XOFF'
Disables software handshaking on the device.
Enable software handshaking.
Example:
SEND_COMMAND CAM,'HSOFF'
Enables software handshaking on the device.
Function
Clear the ninth data bit to 0 for all subsequent
characters to be transmitted. Used in
conjunction with the 'B9MON' command.
Set the ninth bit to 1 for all subsequent
characters to be transmitted. Used in
conjunction with the 'B9MON' command.
Insert a delay before the next character to be
transmitted.
time = 1 - 255 in 1 millisecond increments
AXB-F117 Stealth 1 Camera Controller

Advertisement

Table of Contents
loading

Table of Contents