Programming; Send_Commands - AMX RS-232/422/485 Interface Card AXC-232++ Instruction Manual

Amx corporation rs-232/422/485 interface card instruction manual
Hide thumbs Also See for RS-232/422/485 Interface Card AXC-232++:
Table of Contents

Advertisement

Programming

Send_Commands

The AXC-232++ supports the same command set as the AXC-232. Figure 20 lists the AXC-232++
Send_Commands.
AXC-232++ Send_Commands
B9MOFF
Sets data bit mode to normal
with DIP switch settings
(default).
B9MON
Enables a special mode to
override DIP switch settings.
BAUDHIGH
Enables 115,200 baud rate
when the DIP switch is set to
300 baud.
BAUDLOW
Enables 300 baud rate when
the DIP switch is set to 300
baud setting (default).
BAUDMED
Enables 57,600 baud rate
when the DIP switch is set to
300 baud.
CB1ON
Enables placement of charac-
ters in the buffer specified by
CREATE_BUFFER 1
(default).
CB1OFF
Disables placement of char-
acters in the buffer specified
by CREATE_BUFFER 1.
AXC-232++ RS-232/422/485 Interface Card
Syntax:
'B9MOFF'
Example:
SEND_COMMAND AXC232,'B9MOFF'
Sets the data bit mode to normal.
Syntax:
'B9MON'
The mode, nine data bits with one stop bit, overrides the data, stop, and parity
settings. When the AXC-232++ issues this command, it locks in the baud rate
determined by the current DIP switch setting.
Example:
SEND_COMMAND AXC232,'B9MON'
Overrides the DIP switch settings.
Syntax:
'BAUDHIGH'
Example:
SEND_COMMAND AXC232,'BAUDHIGH'
Enables 115,200 baud rate.
Syntax:
'BAUDLOW'
Example:
SEND_COMMAND AXC232,'BAUDLOW'
Enables 300 baud rate.
Syntax:
'BAUDMED'
Example:
SEND_COMMAND AXC232,'BAUDMED'
Enables 57,600 baud rate.
Syntax:
'CB1ON'
Example:
SEND_COMMAND AXC232,'CB1ON'
Enables placement of characters in the buffer.
Syntax:
'CB1OFF'
Example:
SEND_COMMAND AXC232,'CB1OFF'
Disables placement of characters in the buffer.
Programming
9

Advertisement

Table of Contents
loading

Table of Contents