18
User Guide
SERIAL COMMANDS
RS-232 Commands
!
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
Command
String Format
Information
Route Command !Rxtoz<cr>
x = input port number = 0-8 - 0 is to unroute
z = output port number(s) = 1-8 For more than one port
number use a comma to separate. Example 1,4
Preset
Command
!Px<cr>
x = 1-9
Query Route
?Rx<cr>
x = input port number = 0-8
Firmware
Version
!VR<cr>
Responds with the current firmware version number
RS-232 Command Usage
Example
Example String
Example Response
Route Input 1 to Output 1, 2, 3, and
4
!R1to1,2,3,4<cr>
~R1to1,2,3,4<cr>
Trigger Preset 2
!P2<cr>
~P2<cr>
Query the routes
?R2<cr>
~R1to2,3<cr>