AMX MAX-CSD ENCODER Instruction Manual page 80

Max video encoder
Table of Contents

Advertisement

NetLinx Programming
RS-232/422/485 Send_Commands (Cont.)
Command
CHARDM
Set the delay time between
all transmitted characters to
the value specified
(in 1 Millisecond increments).
CTSPSH
Enable Pushes, Releases,
and Status information to be
reported via channel 255
using the CTS hardware
handshake input.
CTSPSH OFF
Disable Pushes, Releases,
and Status information to be
reported via channel 255.
GET BAUD
Get the RS-232/422/485
port's current communication
parameters.
HSOFF
Disable hardware
handshaking (default).
HSON
Enable RTS (ready-to-send)
and CTS (clear-to-send)
hardware handshaking.
RXCLR
Clear all characters in the
receive buffer waiting to be
sent to the Master.
74
Description
Syntax:
SEND_COMMAND <DEV>,"'CHARDM-<time>'"
Variable:
time = 0 - 255. Measured in 1 millisecond increments.
Example:
SEND_COMMAND RS232_1,"'CHARDM-10'"
Sets a 10-millisecond delay between all transmitted characters.
This command turns On (enables) channel tracking of the handshaking pins. If
Clear To Send (CTS) is set high, then channel 255 is On.
Syntax:
SEND_COMMAND <DEV>,"'CTSPSH'"
Example:
SEND_COMMAND RS232_1,"'CTSPSH'"
Sets the RS232_1 port to detect changes on the CTS input.
This command disables tracking. Turns CTSPSH Off.
Syntax:
SEND_COMMAND <DEV>,"'CTSPSH OFF'"
Example:
SEND_COMMAND RS232_1,"'CTSPSH OFF'"
Turns off CTSPSH for the specified device.
The port sends the parameters to the device that requested the information.
The port responds with:
<port #>,<baud>,<parity>,<data>,<stop> 485 <ENABLED | DISABLED>
Syntax:
SEND_COMMAND <DEV>,"'GET BAUD'"
Example:
SEND_COMMAND RS232_1,"'GET BAUD'"
System response example:
Device 1,38400,N,8,1 485 DISABLED
Syntax:
SEND_COMMAND <DEV>,"'HSOFF'"
Example:
SEND_COMMAND RS232_1,"'HSOFF'"
Disables hardware handshaking on the RS232_1 device.
Syntax:
SEND_COMMAND <DEV>,"'HSON'"
Example:
SEND_COMMAND RS232_1,"'HSON'"
Enables hardware handshaking on the RS232_1 device.
Syntax:
SEND_COMMAND <DEV>,"'RXCLR'"
Example:
SEND_COMMAND RS232_1,"'RXCLR'"
Clears all characters in the RS232_1 device's receive buffer waiting to be sent
to the Master.
MAX Video Encoder

Advertisement

Table of Contents
loading

This manual is also suitable for:

Max-csd10 decoderMax-cse fg2178-70

Table of Contents