Specifications
Programming
94
Enova DVX-2100HD 6x2 All-in-One Presentation Switcher Operation/Reference Guide
Serial SEND_COMMANDs (Cont.)
RXON
Start transmitting received
characters to the Master.
Enables sending incoming received characters to the Master. This command is
automatically sent by the Master when a 'CREATE_BUFFER' program
instruction is executed.
Syntax:
SEND_COMMAND <DEV>,"'RXON'"
Example:
SEND_COMMAND dvRXRS232,"'RXON'"
Sets the Rx serial port to transmit received characters to the Master.
SET BAUD
Set the serial
communication parameters.
Syntax:
SEND_COMMAND <DEV>,"'SET BAUD <baud>,<parity>,<data>,
<stop>'"
Variables:
baud = baud rates are: 115200, 57600, 38400, 19200, 9600, 4800, 2400,
1200.
parity = N (none), O (odd), E (even).
data = 7 or 8 data bits.
stop = 1 and 2 stop bits.
Example:
SEND_COMMAND dvRXRS232,"'SET BAUD 19200,N,8,1'"
Sets the Rx serial port's communication parameters to 19200 baud, no parity, 8
data bits, 1 stop bit.
TXCLR
Clear transmit out buffer.
Stop and clear all characters waiting in the transmit out buffer and stops
transmission.
Syntax:
SEND_COMMAND <DEV>,"'TXCLR'"
Example:
SEND_COMMAND dxRXRS232,"'TXCLR'"
Clears and stops all characters waiting in the Rx serial port transmit buffer.