Page 43 – Muxlab HDMI 4×4 Matrix Switch Kit, HDBT, PoE User Manual
Page 43

© MuxLab Inc.
HDMI 4x4 Matrix Switch, HDBT Installation Guide
Page 43
11. Reset
reset -f
Description: Reset the unit and restore it to its factory settings
Arguments:
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
-b
-d
“
“
Description: Send pass through data to a specific output port
Arguments:
: 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 = date 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)
12. Status of the serial output port
serialdata
–o
Description: Enable/Disable serial port for specific output port
Arguments:
Example:
Disable serial port of output 3
serialdata –o 3 off
Response:
Serial Data Status : [1,1,0,1]
(or an error message if the command failed)