AMX NXI RS-232/422/485 SendCommands Cont, Programming, Sendcommand Dev,Rxon, Txclr, Xoff

Models: NXI

1 28
Download 28 pages 35 Kb
Page 18
Image 18
RXON

Programming

RS-232/422/485 Send_Commands (Cont.)

RXON

This command is sent automatically when issuing a CREATE_BUFFER

Starts transmitting received

Send_Command.

 

characters to the Master

Syntax:

Card.

SEND_COMMAND <DEV>,'RXON'

 

 

Example:

 

SEND_COMMAND RS232_1,'RXON'

 

Sets the RS232_1 device to transmit received characters to the Master Card.

 

 

TXCLR

Syntax:

Stops and clears all charac-

SEND_COMMAND <DEV>,'TXCLR'

ters waiting in the transmit

Example:

buffer.

SEND_COMMAND RS232_1,'TXCLR'

 

 

Clears and stops all characters waiting in the RS232_1 device's transmit buffer.

 

 

XOFF

Syntax:

Disables software handshak-

SEND_COMMAND <DEV>,'XOFF'

ing (default).

Example:

 

 

SEND_COMMAND RS232_1,'XOFF'

 

Disables software handshaking on the RS232_1 device.

 

 

XON

Syntax:

Enables software handshak-

SEND_COMMAND <DEV>,'XON'

ing.

Example:

 

 

SEND_COMMAND RS232_1,'XON'

 

Enables software handshaking on the RS232_1 device.

 

 

14

NXI NetLinx Integrated Controller

Page 18
Image 18
AMX NXI RS-232/422/485 SendCommands Cont, Programming, Sendcommand Dev,Rxon, SENDCOMMAND RS2321,RXON, Txclr, Xoff