Programming, Send_commands – AMX AXlink Bus Controllers AXB-232++ User Manual

Page 13

Advertising
background image

Programming

9

AXB-232++ RS-232/422/485 Interface

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'

Enables 115,200 baud rate.

BAUDLOW

Enables 300 baud rate when
the DIP switch is set to 300
baud setting (default).

Syntax:

'BAUDLOW'

Example:

SEND_COMMAND AXB232,'BAUDLOW'

Enables 300 baud rate.

BAUDMED

Enables 57,600 baud rate
when the DIP switch is set to
300 baud.

Syntax:

'BAUDMED'

Example:

SEND_COMMAND AXB232,'BAUDMED'

Enables 57,600 baud rate.

CB1ON

Enables placement of charac-
ters 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 char-
acters in the buffer specified
by CREATE_BUFFER 1.

Syntax:

'CB1OFF'

Example:

SEND_COMMAND AXB232,'CB1OFF'

Disables placement of characters in the buffer.

Advertising