1
752BD/CXU Blu-ray Disc Player
RS-232 Control Protocol
The 752BD/CXU Blu-ray Disc Player can be ordered with an RS-232 option for wired
remote control. The RS-232C port is configured as a DCE device using a female 9-pin
D-Sub type connector.
RS-232 Pin Configuration:
The pin out of the 752BD/CXU RS-232C port is as the following:
Pin
2
3
5
Signal
TXD
RXD
GND
This pin configuration allows a PC running a serial terminal program (such as Hyper
Terminal) to communicate with the player using a straight-through DB9 9-pin RS-232
serial cable. Do NOT use a “Null-Modem” type cable for PC connection. For connection
to a remote control system, please refer to the documentation that comes with the
remote control system.
Communication Settings:
Baud Rate
Data Bits
Parity
Stop Bit
Flow Control
9600
8
None
1
None
Command Structure:
Each command starts with a # sign (ASCII 0x23), followed by a 3-character command
code. If there are any parameters for the command, the parameters are given in text
format, separated by a space (ASCII 0x20) from the command code. The # character
(ASCII 0x23) must never appear in the parameters. A carriage return (ASCII 0x0d)
indicates the end of the command. Each command must not exceed 25 bytes including
the start of command and end of command bytes.
The illustration of the command structure is as the followings:
<Command> = <Start of Command><Command Code>[<sp><Parameters>]
<End of Command>
<Start of Command> = #, ASCII 0x23
<Command Code> = <byte><byte><byte>
<sp> = space, ASCII 0x20
<Parameters> = command-specific
<End of Command> = CR, ASCII 0x0d
Response Structure:
Upon receiving a command, the player shall try to execute the command and send back
a response. Two response formats are supported: the short response and the verbose