Instruction manual
Programming
43
AXB-PT10/30 PosiTrack Camera Controllers
RS-232 Commands (Cont.)
CTSPSH
Sets the delay time
between all transmit-
ted characters to the
device.
Syntax:
"’CTSPSH’"
If CTS is high, channel is On.
Example:
SEND_COMMAND CAM,"’CTSPSH’"
Enables pushes, releases, and status information on channel 255 for CTS hardware
handshake input.
HSOFF
Disables hardware
handshaking (default).
Syntax:
"’HSOFF’"
Example:
SEND_COMMAND CAM,"’HSOFF’"
Disables hardware handshaking on the device.
HSON
Enables hardware
handshaking.
Syntax:
"’HSON’"
Example:
SEND_COMMAND CAM,"’HSON’"
Enables hardware handshaking on the device.
RXCLR
Clears characters wait-
ing in the receive buffer
pending transmission
to the Central Control-
ler.
Syntax:
"’RXCLR’"
Example:
SEND_COMMAND CAM,"’RXCLR’"
Clears the characters in the receive butter waiting to be sent to the Central Controller.
RXOFF
Disables the device
from passing received
characters to the Cen-
tral Controller (default).
Syntax:
"’RXOFF’"
Example:
SEND_COMMAND CAM,"’RXOFF’"
Disables the device from sending incoming (received) characters to the Central Con-
troller.
RXON
Enables the device to
send incoming
(received) characters
to the Central Control-
ler.
Syntax:
"’RXON’"
This command is automatically sent by the master when a 'CREATE_BUFFER'
program instruction is executed.
Example:
SEND_COMMAND CAM,"’RXON’"
Enables the device to send incoming (received) characters to the Central Controller.
TXCLR
Clears characters wait-
ing in the transmit-out
buffer, and stop trans-
missions.
Syntax:
"’TXCLR’"
Example:
SEND_COMMAND CAM,"’TXCLR’"
Clears characters waiting in the transmit-out buffer, and disables all transmissions by
the device.
XOFF
Disables software
handshaking (default).
Syntax:
"’XOFF’"
Example:
SEND_COMMAND CAM,"’XOFF’"
Disables software handshaking on the device.