© MuxLab Inc.
HDMI 4x8 & 8x8 Matrix Switch, HDBT, PoE Installation Guide
11. Reset
reset -f
Description:
Reset the unit and restore it to its factory settings
Arguments:
<none>
Example:
Reset unit and restore it to factory settings
reset -f
Response:
“Clearing flash memory...
Rebooting...”
(or an error message if the command failed)
12. Sending Data
senddata –p
<port #>
-b
<baud rate>
-d “
<data to send >
“
Description:
Send pass through data to a specific output port
Arguments:
<port # >: 1 to 8
<baud rate>: 9600, 19200, 38400, 57600 or 115200
<data to send>: Hex string (max 80 characters)
Example:
Send the following 4 bytes to port #3 0xA1, 0x55, 0xF2, and 0xC8
senddata –p 3 –b 9600 –d “A155F2C8”
Response:
[“0304A1B2C3D4”]
Where:
03 = port number
04 = Data length that follows (max value 0x28 bytes.)
A1B2C3D4 = data in hexadecimal (0xA1, 0XB2, 0xC3, 0xD4)
Command performed successfully
(or an error message if the command failed)
13. Serial Data
serialdata -o
<output port #> <state>
Description:
Set output serial port status
Arguments:
<output port # >: 1 to 8
<state>: ON or OFF
Example:
Disable the serial port of output 3
Serialdata –o 3 OFF
Response:
Serial Data Status:
[1, 1, 0, 1, 1, 1, 1, 1]
serialdata
Description:
Get output serial port status
Arguments:
<none>
Example:
Get all output serial port status data
Serialdata
Response:
Serial Data Status:
[1, 1, 0, 1, 1, 1, 1, 1]
Page 52