AMX MAX-CSE RS232/422/485 Ports Channels, RS-232/422/485Send_Commands Cont, NetLinx Programming

Models: MAX-CSD 10 MAX-CSE

1 110
Download 110 pages 20.97 Kb
Page 98
Image 98
RS232/422/485 Ports Channels

NetLinx Programming

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

Command

Description

 

 

TXCLR

Syntax:

Stop and clear all characters

SEND_COMMAND <DEV>,"'TXCLR'"

waiting in the transmit out

Example:

buffer and stops

SEND_COMMAND RS232_1,"'TXCLR'"

transmission.

 

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

 

 

XOFF

Syntax:

Disable software

SEND_COMMAND <DEV>,"'XOFF'"

handshaking (default).

Example:

 

 

SEND_COMMAND RS232_1,"'XOFF'"

 

Disables software handshaking on the RS232_1 device.

 

 

XON

Syntax:

Enable software

SEND_COMMAND <DEV>,"'XON'"

handshaking.

Example:

 

 

SEND_COMMAND RS232_1,"'XON'"

 

Enables software handshaking on the RS232_1 device.

 

 

RS232/422/485 Ports Channels

RS232/422/485 ports are Port 2 on the MAX-CSE.

RS232/422/485 Ports Channels

255 - CTS push channel

Reflects the state of the CTS input if a 'CTSPSH' command was sent to the port.

92

MAX-CSE/MAX-CSD10 Operation/Reference Guide

Page 98
Image 98
AMX MAX-CSE, MAX-CSD 10 manual RS232/422/485 Ports Channels, RS-232/422/485Send_Commands Cont, NetLinx Programming