![Harman AMX AXB-232++ Скачать руководство пользователя страница 12](http://html1.mh-extra.com/html/harman/amx-axb-232/amx-axb-232_instruction-manual_4022059012.webp)
Programming
12
AXB-232++ - Instruction Manual
Programming
Send_Commands
The AXB-232++ supports the same command set as the AXC-232. The following table lists the AXB-232++ Send_Commands.
AXB-232++ Send_Commands
B9MOFF
Sets data bit mode to normal with DIP switch settings (default).
Syntax:
'B9MOFF'
Example:
SEND_COMMAND AXB232,'B9MOFF'
Sets the data bit mode to normal.
B9MON
Enables a special mode to override DIP switch settings.
Syntax:
'B9MON'
The mode, nine data bits with one stop bit, overrides the data, stop, and parity settings. When the AXB-232++ issues this
command, it locks in the baud rate determined by the current DIP switch setting.
Example:
SEND_COMMAND AXB232,'B9MON'
Overrides the DIP switch settings.
BAUDHIGH
Enables 115,200 baud rate when the DIP switch is set to 300 baud.
Syntax:
'BAUDHIGH'
Example:
SEND_COMMAND AXB232,'BAUDHIGH'
BAUDLOW
Enables 300 baud rate when the DIP switch is set to 300 baud setting (default).
Syntax:
'BAUDLOW'
Example:
SEND_COMMAND AXB232,'BAUDLOW'
BAUDMED
Enables 57,600 baud rate when the DIP switch is set to 300 baud.
Syntax:
'BAUDMED'
Example:
SEND_COMMAND AXB232,'BAUDMED'
CB1ON
Enables placement of characters in the buffer specified by CREATE_BUFFER 1 (default).
Syntax:
'CB1ON'
Example:
SEND_COMMAND AXB232,'CB1ON'
Enables placement of characters in the buffer.
CB1OFF
Disables placement of characters in the buffer specified by CREATE_BUFFER 1.
Syntax:
'CB1OFF'
Example:
SEND_COMMAND AXB232,'CB1OFF'
Disables placement of characters in the buffer.
CHARD
Sets delay between all transmitted characters to the increment specified.
Syntax:
'CHARD-<time>'
Variable:
time = 100 microsecond increments 0 - 255.
Example:
SEND_COMMAND AXB232,'CHARD-10'
Sets 1mS delay between all transmitted characters.
CTSPSH
Enables PUSHes, RELEASEs, and status on channel 255 ([0,255] for CTS hardware handshake input. If CTS is high, the
channel is on.
Syntax:
'CTSPSH'
Example:
SEND_COMMAND AXB232,'CTSPSH'