© MuxLab Inc.
Audio 8x8 Matrix Switch Installation Guide
Page 39
11. Serial Port
serial
Description:
Get all RS-232 settings
Arguments:
<none>
Example:
Get all RS-232 settings
serial
Response:
Baud Rate: 9600
Data bits: 8
Stop bit: 1
Parity: NONE
(or an error message if the command failed)
serial -b
<baud rate>
Description:
Set the RS-232 baud rate
Arguments:
<baud rate>: 9600, 19200, 38400, 57600 or 115200
Example:
Set the RS-232 baud rate to 115200
serial –b 115200
Response:
Baud Rate: 115200
Data bits: 8
Stop bit: 1
Parity: NONE
(or an error message if the command failed)
serial -o
<data bits> <parity> <stop bits>
Description:
Modify other RS-232 settings
Arguments:
<data bits>: 7 or 8
<parity>: e, o or n (i.e: even, odd, none)
<stop bits>: 1 or 2
Example:
Set the RS-232 settings to 8 data bits, no parity and 1 stop bit
serial –o 8 n 1
Response:
Baud Rate: 115200
Data bits: 8
Stop bit: 1
Parity: NONE
(or an error message if the command failed)
serial
–b
<baud rate>
-o
<data bits> <parity> <stop bits>
Description:
Modify all RS-232 settings
Arguments:
<baud rate>: 9600, 19200, 38400, 57600 or 115200
<data bits>: 7 or 8
<parity>: e, o or n (i.e: even, odd, none)
<stop bits>: 1 or 2
Example:
Set the RS-232 settings to a baud rate of 9600, 8 data bits, no parity and 1 stop bit
serial –b 9600 –o 8 n 1
Response:
Baud Rate: 9600
Data bits: 8
Stop bit: 1
Parity: NONE
(or an error message if the command failed)