beautypg.com

Page 52 – Muxlab HDMI 4x8 Matrix Switch, HDBT User Manual

Page 52

background image

© MuxLab Inc.

HDMI 4x8 Matrix Switch, HDBT, PoE Installation Guide

Page 52

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:

: 1 to 8

: 9600, 19200, 38400, 57600 or 115200

: 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

Description: Set output serial port status

Arguments:

: 1 to 8

: 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:

Example:

Get all output serial port status data

Serialdata

Response:

Serial Data Status: [1, 1, 0, 1, 1, 1, 1, 1]