![Harman AMX AXB-232++ Скачать руководство пользователя страница 13](http://html1.mh-extra.com/html/harman/amx-axb-232/amx-axb-232_instruction-manual_4022059013.webp)
Programming
13
AXB-232++ - Instruction Manual
AXB-232++ Send_Commands (Cont.)
CTSPSHF
Disables the 'CTSPSH' command.
Syntax:
'CTSPSHF'
Example:
SEND_COMMAND AXB232,'CTSPSHF'
EOFF
Disables the 'EON ' command (default).
Syntax:
'EOFF'
Example:
SEND_COMMAND AXB232,'EOFF'
EON
Forces the AXB-232++ to ignore transmitted characters on its receiver. When using RS-485, the TX and RX are tied together.
Syntax:
'EON'
Example:
SEND_COMMAND AXB232,'EON'
HSOFF
Disables hardware handshaking (default).
Syntax:
'HSOFF'
Example:
SEND_COMMAND AXB232,'HSOFF'
HSON
Enables hardware handshaking.
Syntax:
'HSON'
Example:
SEND_COMMAND AXB232,'HSON'
Enables hardware handshaking.
RXCLR
Clears any characters in the Receive buffer waiting to be sent to the Master. If 'RXCLR' is sent while RTS is low, RTS returns
high.
Syntax:
'RXCLR'
Example:
SEND_COMMAND AXB232,'RXCLR'
RXOFF
AXB-232++ does not pass on received characters to the Master (default).
Syntax:
'RXOFF'
Example:
SEND_COMMAND AXB232,'RXOFF'
RXON
Enables AXB-232++ to send incoming characters received to the Master. The AXB-EM automatically sends this command to
the AXB-232++ when it executes 'CREATE_BUFFER'.
Syntax:
'RXON'
Example:
SEND_COMMAND AXB232,'RXON'
TXCLR
Clears and stops any characters waiting in the Transmit buffer.
Syntax:
'TXCLR'
Example:
SEND_COMMAND AXB232,'TXCLR'
XOFF
Disables software handshaking (default).
Syntax:
'XOFF'
Example:
SEND_COMMAND AXB232,'XOFF'
XON
Enables software handshaking.
Syntax:
'XON'
Example:
SEND_COMMAND AXB232,'XON'
ZAP!
Clears the Axcess program in the AXB-232++.
Syntax:
'ZAP!'
Example:
SEND_COMMAND AXB232,'ZAP!'