User guide

ES9600 User Guide Chapter 8: Remote control Protocols
76 Version 1.13
Serial Port Commands
GetSerialConfig <com>
This command returns the settings of the specified serial port.
Parameters:
<com>
Serial communication port. values ::= 1,2
Player Response:
SerialConfig <com> <baud> <parity> <data bits> <stop bits>
GetSerialMode <com>
This command returns the operating mode of the specified serial port.
Player Response:
SerialMode <com> <mode>
SetSerialConfig <com> <baud> <data bits> <parity> <stop bits>
This command configures the settings of the specified serial port.
Parameters:
<com>
Serial communication port.
values::= 1,2
<baud>
Baud rate.
300, 600, 200,1800,2400,4800,9600,19200,38400,57600,115200
<parity>
values ::= none, even, odd
<data bits>
values ::= 7, 8
<stop bits>
values :: 1, 2
Player Response:
OK or ERROR
SetSerialMode <com> <mode>
This command sets the operating mode of the specified serial port.
Parameters:
<mode> Description
“control”
The serial port accepts Electrosonic MSVPP commands.
“disabled”
The serial port is disabled.
“passthrough”
The serial port passes through raw data.