pg.
2
7
AVProEdge ~ 2222 E 52nd St N Sioux Falls, SD 57104~ 1.877.886.5112 ~ +1.605.274.6055 ~
support@
avproedge
.com
AC-MX
44
/88
-AUHD
-
HDBT
Using TELNET (IP): On Controls Examples
Green = Route Command
Red = Command to be sent to device
This first example is when sending an ASCII Command
\x0D
A01SET RS PTH OUT1 LEN17 BR4
\x0D\x0A\x0D
SET OUT4 VS IN5
\x0A\x0D\x0D
You can also convert to pure HEX and send a command this way:
\x0A
\x41\x30\x31\x53\x45\x54\x20\x52\x53\x20\x50\x54\x48\x20\x4F\x55\x54\x31\x20\x4C\x45\x4E
\x31\x37\x20\x42\x52\x34\
x0D\x0A
\x53\x45\x54\x20\x4F\x55\x54\x32\x20\x56\x53\x20\x49\x4E\x32
\x0D\x0A
A hybrid ascii-hex combo:
Notice one less carriage return at the end of the string - because the device we were sending to did not
require a carriage return at the end of the command:
\x0D
SET RS PTH OUT1 LEN13 BR5
\x0D\x0A\x0D
\xAA\x02\x00\x07\x00\x00\x00\x00\x10\x03\x00\x3A
\x0A\x0D