Disclaimer: 3
rd
party and/or custom firmware providing extra features are not covered in this manual.
RS232 and IP/Telnet Command List
VERTEX² RS232 AND IP/TELNET COMMAND LIST:
Vertex² RS232 jack expects the following plug signals:
TIP = TX [sends data out from Vertex²]
RING = RX [receives data to Vertex²]
SLEEVE = GND
Parameters: 19200, n, 1, no handshake
If using RS232, each command must start with #Vertex² header and must end with a carriage return \r
or a newline \n
If using IP/TELNET each command must end with a carriage return \r or a newline \n but there is no
need for the #Vertex² header.
Each response will have both carriage return \r and a newline \n added in the format <cr><lf>
Vertex² default IP port is 2210. e.g. 192.168.1.100:2210
Use only lowercase characters
A generic RS232 command to write a value:
#Vertex2 set x y
where #Vertex2 is the header and all commands start with this header
set - indicates value will be written to Vertex²
x - target to be written
y - value or values
A generic RS232 command to read a value:
#Vertex2 get x
where #Vertex2 is the header and all commands start with this header
get - indicates value will be read from Vertex²
x - target to be read
A generic IP command is as above without the #Vertex² header
Full VERTEX² command list:
#vertex2 set insel tx0 tx1
where tx0 and tx1 is [0-3] input port, or [4] for follow
Ex. #vertex2 set insel 2 3
Set tx0 to input 2 and tx1 to input 3
#vertex2 set inseltx0 x
where x is [0-3] input port, or [4] for follow
Ex. #vertex2 set inseltx0 1
Set tx0 to input 1 and keep tx1 as is