Page 38 – Muxlab 8 x 8 Cat 5e/6 Line Level Audio Matrix Switch User Manual

Page 38

Advertising
background image

© MuxLab Inc.

Audio 8x8 Matrix Switch Installation Guide

Page 38

10. 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)

11. 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 4

<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 = 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)

Advertising