27,19,<Time - AMX NetLinx NXC Series Operation/Reference Manual

Netlinx cardframe, control cards, and netmodules
Hide thumbs Also See for NetLinx NXC Series:
Table of Contents

Advertisement

NXC-COM2 Dual COM Port Control Card
NXC-COM2 Send_String Escape Sequences (Cont.)
Command
27,18,1
Set the ninth data bit to 1
for all subsequent
characters to be
transmitted.
27,19,<time>
Insert a time delay before
transmitting the next
character.
27,20,0
Set the RTS hardware
handshake's output to high
(> 3V).
27,20,1
Set the RTS hardware
handshake's output to
low/inactive (< 3V).
12
Description
Used in conjunction with the 'B9MON' command.
Syntax:
SEND_STRING <DEV>,"27,18,1"
Example:
SEND_STRING RS232_1,"27,18,1"
Sets the RS232_1 device's ninth data bit to 1 on all character
transmissions.
Syntax:
SEND_STRING <DEV>,"27,19,<time>"
Variable:
time = 1 - 255. Measured in 1 millisecond increments.
Example:
SEND_STRING RS232_1,"27,19,10"
Inserts a 10 millisecond delay before transmitting characters to the RS232_1
device.
Syntax:
SEND_STRING <DEV>,"27,20,0"
Example:
SEND_STRING RS232_1,"27,20,0"
Sets the RTS hardware handshake's output to high on the RS232_1 device.
Syntax:
SEND_STRING <DEV>,"27,20,1"
Example:
SEND_STRING RS232_1,"27,20,1"
Sets the RTS hardware handshake's output to low on the RS232_1 device.
NetLinx Cardframe, Control Cards, and NetModules

Advertisement

Table of Contents
loading

Table of Contents