
8
User Guide
SERIAL COMMANDS
RS-232 & Telnet Commands
Baud Rate: 9600 8N1 DB9 Female (Pins 2-TX, 3-RX, 5-GND), Straight through Cable to PC
!
is the start character to active a command
?
is the start character to query status
~
is the start character of the response
/x0D
(<cr> aka carriage return) is the end character
Commands are not case sensitive.
Command
String Format
Information
Route
Command
!RTx1 x2 x3 x4<cr>
x1-x4 = output relative to input.
Example: !RT314x<cr>
0 = Unroute
X = ignore (do nothing)
In this example
Output 1 is routed to 3
Output 2 is routed to 1
Output 3 is routed to 4
Output 4 is ignored and left alone
Response:
~RTx1 x2 x3 x4<cr>
Preset Recall
!PRx<cr>
x = 1-4
Responds: ~Px<cr>
Preset Store
!PSx<cr>
x = 1-4
Responds: ~PSx<cr>
Query Route
?RT<cr>
Responds with ~RTx1 x2 x3 x4<cr>
x1-x4 = output relative to input. Example: Output
1 is routed to input 3 so position x1 would equal 3.
If nothing is routed to an output then the value
will be 0 (zero).
Firmware
Version
?VR<cr>
Responds with the current firmware version
number
Example ~VR1.00<cr>
Factory Default
!FD<cr>
Responds with ~FD<cr>
IP Address
!IPA-xxx.xxx.xxx.xxx<cr>
x= IP Address ex. 192.168.1.13
Responds with ~IPA-xxx.xxx.xxx.xxx<cr>
EDID Write
!EDWx-y0 y1…y255<cr>
x= HDMI Input 1-4
y0-y255 = EDID Data in ASCII HEX representation
EDID Read
?EDRx<cr>
x= HDMI Input 1-4
y0-y255 = EDID Data in ASCII HEX representation
Response: ~EDIDx-y0 y1…y255<cr>