Marantz RS-232C User manual

RS-232C Control Specification :
Rev 1.1
Marantz America, Inc. 2010
All rights are reserved. Reproduction in whole or in part is prohibited without the written consent of copyright.
All specifications might be subject to change without notice.
UD, BD Player
RS-232C Control Specification
Notes:
If [Power Saving Standby is set to enable] / [Power Saving is set ON] (Depend on the
models), the BD Player denies the command from RS-232C. It means the BD Player does
not turn on via RS-232C control. Please set [Power Saving = Normal Standby or Quick
Start Mode] / [Power Saving = Off] for the power on/off control via RS-232C. Please refer to
“Power Saving” setup part in each User manual for the detail.
Category : Universal(SA-CD/Blu-ray/DVD/CD), BD/DVD/CD Player
Document Version : 1.0
Author(s) : Marantz America, Inc.
Last update : Feb/12/2010
Number of Page : 39

UD/BD RS-232C Control Specification Page: 2 / 39
Document Version [1.0]
Company Restricted
Contents
1-1. Physical interface ...........................................................................................................................................3
1-2. Transfer format of serial data.......................................................................................................................3
1-3. Command format and answer format.........................................................................................................4
1-4. Protocol for data transmission and reception.............................................................................................5
1-4-1. Basic procedure ......................................................................................................................................5
1-4-2. Communication errors...........................................................................................................................5
1-5. Command / Answer sequence.......................................................................................................................6
1-6. Classification of control codes.......................................................................................................................10
1-7. Control Code List...........................................................................................................................................10
1-8. List of answer codes .....................................................................................................................................11
1-9. List of status codes .......................................................................................................................................11
1-10. For reference: A detail of each command structure ............................................................................12
1-10-1. Power ON..........................................................................................................................................12
1-10-2. Power OFF........................................................................................................................................13
1-10-3. Play ....................................................................................................................................................13
1-10-4. Stop ....................................................................................................................................................14
1-10-5. Pause..................................................................................................................................................14
1-10-6. Skip ....................................................................................................................................................15
1-10-7. Slow /Search......................................................................................................................................16
1-10-8. Setup..................................................................................................................................................17
1-10-9. Top Menu...........................................................................................................................................18
1-10-10. Menu..................................................................................................................................................18
1-10-11. Return................................................................................................................................................19
1-10-12. Audio..................................................................................................................................................20
1-10-13. Subtitle ..............................................................................................................................................21
1-10-14. Angle..................................................................................................................................................22
1-10-15. Direct Select......................................................................................................................................22
1-10-16. Cursor ................................................................................................................................................23
1-10-17. Enter ..................................................................................................................................................23
1-10-18. Sound Mode (Direct)........................................................................................................................24
1-10-19. OPEN/CLOSE...............................................................................................................................25
1-10-20. HDMI Mode ......................................................................................................................................25
1-10-21. HDMI Resolution .............................................................................................................................26
1-10-22. PROGRAM / DIRECT.....................................................................................................................27
1-10-23. CLEAR ..............................................................................................................................................27
1-10-24. CALL .................................................................................................................................................28
1-10-25. DISPLAY...........................................................................................................................................28
1-10-26. REPEAT ............................................................................................................................................29
1-10-27. PAGE + ..............................................................................................................................................29
1-10-28. RANDOM..........................................................................................................................................30
1-10-29. ZOOM ................................................................................................................................................30
1-10-30. DIMMER...........................................................................................................................................31
1-10-31. PICTURE ADJUST.........................................................................................................................31
1-10-32. PURE DIRECT ................................................................................................................................32
1-10-33. Color Key...........................................................................................................................................32
1-10-34. Mode...................................................................................................................................................33
1-10-35. SD / DISC ..........................................................................................................................................33

UD/BD RS-232C Control Specification Page: 3 / 39
Document Version [1.0]
Company Restricted
1-10-36. SEARCH Mode.................................................................................................................................34
1-10-37. Sound Mode (Toggle)........................................................................................................................34
1-11. Appendix: Status Command specification...........................................................................................35
1-11-1. Request System Status ...................................................................................................................35
1-11-2. Request CPU Version ......................................................................................................................37
1-11-3. Request Error status .......................................................................................................................38
1-11-4. AUTO TRANSFER MODE ............................................................................................................39
Serial communication interface
1-1. Physical interface
Arrangement of connector signals
1-2. Transfer format of serial data
- Interface : As per RS-232C or RS-422A
- Communication system : Half-duplex communication
- Data transfer mode : Start stop synchronization
- Transfer rate : 9,600bps
- Start bit ( ST ) : 1 bit
- Data bit ( b0-b7 ) : 8 bits
- Parity ( P ) : Even number
- Stop bit ( SP ) : 1 bit
- Transfer data : ASCII Code (Hex Code)
- Control characters : STX (02h)
ETX (03h)
ETB (17h)
NAK (15h)
ST SPb0 b1 b2 b3 b4 b5 b6 b7 P
11 / 9600 ( sec )
RS-232C
Pin # Signal I /O
1 GND -
2 TxD O
3 RxD I
4 NC -
5 S.GROUND -
6 NC -
7 NC -
8 NC -
9 NC -

UD/BD RS-232C Control Specification Page: 4 / 39
Document Version [1.0]
Company Restricted
1-3. Command format and answer format
This unit shall be based on commands each of which consists of a data row ( some commands are without a
PC ) composed of command codes ( CC ) and parameter codes ( PC ) . The trans-mitting station shall be
designed to send block check characters ( BCC ) following ETX, with the data row enclosed in STX ( text
start : 02h ) and ETX ( text termination : 03h ) . The receiving station shall regard receipt of BCC as the
completion of command reception when it has received STX.
Here are the formats.
Commands : <STX> <CC> <PC0> <PC1> <PC2> <---------> <PCn> <ETX> <BCCH> <BCCL>
STX (Start of TeXt) : 02h
CC (Command Code) : Command code
PC (Parameter Code) : Defined for each command
( Contents and number of parameters )
ETX (End of TeXt) : 03h
BCC (Block Check Character) :
CC + PC0 + PC1 + PC2 + --------------- + PCn + ETX = XYh
(Each of X and Y is 4 bit long ) X , Y=0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
BCCH ( high-level byte ) = X as converted to an ASCII code
BCCL ( low-level byte ) = Y as converted to an ASCII code
Answers : <STX> <RC> <AC> <PC0> <PC1> <PC2> <--------> <PCn> <ETX> <BCCH>
<BCCL>
STX (Start of TeXt) : 02h
RC (Reply Code) : Reply code (=Command code)
AC (Answer Code) : Answer code
PC (Parameter Code) : Defined for each command
( contents and number of parameters )
ETX (End of TeXt) : 03h
BCC (Block Check Character) :
RC +AC + PC0 + PC1 + PC2 + ------------- + PCn + ETX = XYh
(Each of X and Y is 4 bit long) X , Y=0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
BCCH ( high-level byte ) = X as converted to an ASCII code
BCCL ( low-level byte ) = Y as converted to an ASCII code

UD/BD RS-232C Control Specification Page: 5 / 39
Document Version [1.0]
Company Restricted
1-4. Protocol for data transmission and reception
This unit is based on half-duplex communication. The unit shall therefore transmit commands and
receive answers according to the following procedure.
1-4-1. Basic procedure
1) The host shall select commands for this unit and transmit them to this unit. Command
interval time is MIN 40µsec.
2) Having issued a command, the host shall receive an answer from this unit, then issue the
next command.
3) The host shall analyze the RC, AC, and PC as answers given and decide whether the
command has been normally executed.
4) The host shall give an answer to a command that gives operational instructions, then issue a
status request command, and decide whether this unit has finished operating with regard to
the command that gives operational instructions.
5) The time from the start of command transmission to the end of command transmission should
be max 40 msec.
6) The time from the completion of command transmission to the start of answer-back is MAX. 5
sec.
7) This unit cannot receive any commands for about 5 seconds after the power switch is turnied
on.
1-4-2. Communication errors
1) Having received a command, which results in a communication error ( overrun, framing, or
parity error ) , this unit shall give NAK ( 15h ) . ( MAX 80ms from the start of command
transmission )
2) If the host has received NAK from this unit, it shall retransmit the command that it has
transmitted immediately beforehand.
3) Having received an answer, which results in a communication error (overrun, framing, or
parity error), the host shall respond with NAK.
4) If it has received NAK from the host, this unit shall retransmit the answer it has transmitted
immediately beforehand. (MAX 40ms)
5) When there is no answer from the unit within 6s, the host shall retransmit the command.

UD/BD RS-232C Control Specification Page: 6 / 39
Document Version [1.0]
Company Restricted
1-5. Command / Answer sequence
Shown below are the command sequence and the answer sequence of this unit.
1) When a command is normally received ( unit ) and an answer is normally received ( host )
with an answer parameter
ComandTransmitted
CC
PC0
PC1
PC2
PCn
BCC
STX
ETX
STX
CC
PC0
STX
A
nswer Transmietted
Error Check OK
Next Command
Transmitted
HOS
T
UNI
T
AC
PC0
PC1
PCn
ETX
BCC
RC
Error Check OK
MAX
40ms
MIN
40
µs
MAX
5s

UD/BD RS-232C Control Specification Page: 7 / 39
Document Version [1.0]
Company Restricted
2) When a command is abnormally received ( with or without an answer parameter )
Co
mm
a
n
d
Tr
a
n
s
mi
tted
CC
PC0
PC1
PC2
PCn
BCC
STX
ETX
NAK
CC
PC0
STX
NA
Kreturn
Error Check NG
Co
mm
a
n
d
R
et
r
a
n
s
mi
tted
HOST UNIT
MAX
40ms
MAX
100ms

UD/BD RS-232C Control Specification Page: 8 / 39
Document Version [1.0]
Company Restricted
3) When a command with an answer parameter is normally received ( unit ) and an answer is
abnormally received ( host )
Co
mm
a
n
d
Tr
a
n
s
mi
tted
CC
P
C0
P
C
1
PC2
PCn
B
CC
S
TX
ETX
S
TX
NAK
A
n
s
w
e
r Tr
a
n
s
mi
tted
Err
o
r
C
h
ec
k
O
K
HOST UNIT
AC
P
C0
PC1
PCn
ETX
B
CC
R
C
S
T
X
Answer
Retransmitted
A
C
P
C0
P
C
1
RC
Error Check NG
MAX
4
0
m
s
MAX
5
s
MAX
5
s

UD/BD RS-232C Control Specification Page: 9 / 39
Document Version [1.0]
Company Restricted
4) When a command with an answer parameter is normally received ( unit ) and an answer is
normally received with ETB ( host )
Co
mm
a
n
d
T
r
a
n
s
mi
tted
CC
P
C0
PC1
P
C
2
P
C
n
BCC
S
TX
ETX
S
TX
A
nswer Transmitted
Error Check OK
HOST UNIT
AC
P
C0
P
C
1
P
C
n
ETB
BCC
RC
Error Check OK
MAX
4
0
m
s
MAX
5s

UD/BD RS-232C Control Specification Page: 10 / 39
Document Version [1.0]
Company Restricted
1-6. Classification of control codes
2Xh : for POWER control
3Xh : Command related to the acquisition of player information (like as status)
4Xh~5Xh : Basic operation command
61h~7Xh : Enhanced operation command
1-7. Control Code List
Please refer the attached code list (Marantz_RS-232C_Command_List-UD_BD All.xls) for the
details.

UD/BD RS-232C Control Specification Page: 11 / 39
Document Version [1.0]
Company Restricted
1-8. List of answer codes
No. Status Code (ASCII) Description
1 Command OK 20h (SP) Accepts the command.
2 Invalid 30h (0) Invalid command.
3 Format Error 31h (1) Inappropriate command format.
4 Order Track None 32h (2) The track , the group ,the title or the chapter you specified does not
exist.
5 Order Time None 33h (3) The time you specified does not exist.
1-9. List of status codes
Here is a list of answer code types.
3Xh : Status of the entire system
4Xh : Status of each action mode
No. Status Code (ASCII) Description
1 Stand-by 30h (0) Stand-by
2 Disc Loading 31h (1) Under disc loading.
3 Disc Loading Complete 32h (2) Disc Loading complete.
4 Tray Opening 33h (3) Disc tray open.
5 Tray Closing 34h (4) Disc tray close.
6 No Disc 41h (A) Disc not present
7 Stop 42h (B) Stop
8 Play 43h (C) Under disc playing.
9 Pause 44h (D) Playback in process.
10 Scan Play 45h (E) Scanning in process.
11 Slow Search Play 46h (F) Slow scanning in process.
12 Setup 47h (G) Setup mode
13 Play Back Control 48h (H) Play Back Control scannig in process
14 BD/DVD Resume Stop 49h (I) Resume stop condition
15 BD/DVD Menu 4Ah (J) BD/DVD menu playback in process

UD/BD RS-232C Control Specification Page: 12 / 39
Document Version [1.0]
Company Restricted
1-10. For reference: A detail of each command structure
•When this unit is set to be compatible with all commands and fails to accept a command (due to a
communication error, for example), it returns NAK ( 15h ) as an answer.
1-10-1. Power ON
This requests a power-on from the standby state.
Same as the “POWER ON”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' SP ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' SP ')
2 Answer code
3~16 Master player type
“BD7004 ”(ASCII CODE)
17 ETX ( 03h )
18 BCCH ( high-level )
19 BCCL ( low-level )
2) Special condition
•When power condition is “STANDBY”, can accept “OPEN /CLOSE KEY”, “PLAY KEY”
and “POWER ON KEY”on the front panel and on the IR remote controler.
•I will keep two spaces before a model name later.

UD/BD RS-232C Control Specification Page: 13 / 39
Document Version [1.0]
Company Restricted
1-10-2. Power OFF
This requests a transfer from power-on to a standby state.
Same as the “POWER OFF”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' ! ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' ! ')
2 Answer code
3 ETX ( 03h )
4 BCCH ( high-level )
5 BCCL ( low-level )
2) Special condition
•None.
1-10-3. Play
The unit begins to play back the disc. Same as the “PLAY”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' @ ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' @ ')
2 Answer code
3 ETX ( 03h )
4 BCCH ( high-level )
5 BCCL ( low-level )

UD/BD RS-232C Control Specification Page: 14 / 39
Document Version [1.0]
Company Restricted
1-10-4. Stop
This stops playing back the disc. Same as the “STOP”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' A ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' A ')
2 Answer code
3 ETX ( 03h )
4 BCCH ( high-level )
5 BCCL ( low-level )
1-10-5. Pause
This commnd pause the disc. Same as the “PAUSE”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' B ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' B ')
2 Answer code
3 ETX ( 03h )
4 BCCH ( high-level )
5 BCCL ( low-level )
2) Special conditions
•This command is valid only when the status data is Play (E).
•This command is valid as step mode, when the status data is Pause (F).

UD/BD RS-232C Control Specification Page: 15 / 39
Document Version [1.0]
Company Restricted
1-10-6. Skip
This selects previous track or next track.
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' C ')
2 Skip code ( Forward : ' + ' or Reverse : ' -')
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' C ')
2 Answer code
3 Group number or title numbsr (100digit)
4 Group number or title numbsr (10digit)
5 Group number or title numbsr (1digit)
6 Chapter or track number (1000digit)
7 Chapter or track number (100digit)
8 Chapter or track number (10digit)
9 Chapter or track number (1digit)
10 ETX ( 03h )
11 BCCH ( high-level )
12 BCCL ( low-level )
2) Special conditions
•This command is valid only, when mode status data is Play (E) or Pause (F) .
•The unit can skip to a maximum track with Forward (+) and to a minimum track with
Reverse (–) and when it goes to more than those track, the Order Track None (2) answer
code is issued.

UD/BD RS-232C Control Specification Page: 16 / 39
Document Version [1.0]
Company Restricted
1-10-7. Slow /Search
This scans and plays the disc.
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' D ')
2 Skip code ( Forward : ' + ' / Reverse : ' -')
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' D ')
2 Answer code
3 Search speed (*1)
4 ETX ( 03h )
5 BCCH ( high-level )
6 BCCL ( low-level )
(*1) Search speed
Code Search Speed
31h (1) SLOW X 1 /8 (FWD)
32h (2) SLOW X 1 /6 (FWD)
33h (3) SLOW X 1 /4 (FWD)
34h (4) SLOW X 1 /2 (FWD)
35h (5) SLOW X 1 /8 (RVS)
36h (6) SLOW X 1 /6 (RVS)
37h (7) SLOW X 1 /4 (RVS)
38h (8) SLOW X 1 /2 (RVS)
39h (9) FF X 64
3Ah ( : ) FF X 32
3Bh ( ; ) FF X 16
3Ch (<) FF X 8
3Dh (=) FF X 6
3Eh (>) FF X 4
3Fh (?) FF X 2
40h (@) FR X 64
41h (A) FR X 32
42h (B) FR X 16
43h (C) FR X 8
44h (D) FR X 6
45h (E) FR X 4
46h (F) FR X 2
47h (G) NORMAL
2) Special conditions
•This command is valid only when the mode status is Play (E) or Pause (F).
•To make the search speed what you want, it needs to send some this command.
Example: Now it's plaing. If you make the search speed to FF X 6, it needs to send this
command 3 times.
The operation matrix is shown as next page.

UD/BD RS-232C Control Specification Page: 17 / 39
Document Version [1.0]
Company Restricted
Operation matrix
DISC DVD-VIDEO /DVD-AUDIO /MP3
/VideoCD/DVD-VR/BD CD-DA/SA-CD
Slow /Search command Slow /Search command
Now
Operation ' + ' '
-' ' + ' ' -'
2X FF 4X FF 4X
4X FF 6X FF 6X
6X FF 8X FF 8X
8X FF 16X FF 2X
FR 2X
16X FF 32X
32X FF 64X
FF
64X FF 2X
FR 2X
Playing (1X) FF 2X FR 2X FF 2X FR 2X
2X FR 4X FR 4X
4X FR 6X FR 6X
6X FR 8X FR 8X
8X FR 16X
FF 2X
FR 2X
16X FR 32X
32X FR 64X
FR
64X
FF 2X
FR 2X
DISC DVD-VIDEO/DVD-VR/BD VideoCD
Pausing SLOW FWD 1 /8 SLOW RVS 1 /8 SLOW FWD1 /6
1 /8 SLOW FWD 1 /6 ignore
1 /6 SLOW FWD 1 /4 SLOW FWD1 /4
1 /4 SLOW FWD 1 /2 SLOW FWD1 /2
FWD
1 /2 SLOW FWD 1 /8
SLOW RVS 1 /8
SLOW FWD1 /6
ignore
1 /8 SLOW RVS 1 /6
1 /6 SLOW RVS 1 /4
1 /4 SLOW RVS 1 /2
SLOW
RVS
1 /2
SLOW FWD 1 /8
SLOW RVS 1 /8
ignore
Others ignore ignore
1-10-8. Setup
For the operation of initial setup. Same as the “SETUP”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' E ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' E ')
2 Answer code
3 ETX ( 03h )
4 BCCH ( high-level )
5 BCCL ( low-level )
2) Special conditions
•This command is valid only when the mode status is Stop (B) .

UD/BD RS-232C Control Specification Page: 18 / 39
Document Version [1.0]
Company Restricted
1-10-9. Top Menu
This playback title menu in the DVD disc.
Same as the “TOP MENU”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' F ')
2 Reserve ( 00h )
3 Reserve ( 00h )
4 Reserve ( 00h )
5 Reserve ( 00h )
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' F ')
2 Answer code
3 ETX ( 03h )
4 BCCH ( high-level )
5 BCCL ( low-level )
2) Special condition
•This command is valid only when disc type code is DVD-Video (1) or DVD-Audio (2).
1-10-10. Menu
This plays root menu in the DVD disc.
Same as the “POP UP MENU/MENU”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX (02h)
1 Command code ( 'G ' )
2 Reserve (00h)
3 Reserve (00h)
4 Reserve (00h)
5 Reserve (00h)
6 Reserve ( 00h )
7 ETX (03h)
8 BCCH (high-level)
9 BCCL (low-level)
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX (02h)
1 Reply code ( 'G ' )
2 Answer code
3 ETX (03h)
4 BCCH (high-level)
5 BCCL (low-level)
2) Special condition
•This command is valid only when disc type code is DVD-Video (1).

UD/BD RS-232C Control Specification Page: 19 / 39
Document Version [1.0]
Company Restricted
1-10-11. Return
This returns previous setup menu screen.
Same as the “RETURN”button of Remote Controller
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX (02h)
1 Command code ( 'H ' )
2 Reserve (00h)
3 Reserve (00h)
4 Reserve (00h)
5 Reserve (00h)
6 Reserve ( 00h )
7 ETX (03h)
8 BCCH (high-level)
9 BCCL (low-level)
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX (02h)
1 Reply code ( 'H ' )
2 Answer code
3 ETX (03h)
4 BCCH (high-level)
5 BCCL (low-level)
2) Special condition
•This command is valid only when setup menu or display menu is displayed.

UD/BD RS-232C Control Specification Page: 20 / 39
Document Version [1.0]
Company Restricted
1-10-12. Audio
This selects dialog in the BD/DVD disc.
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Command code ( ' | ')
2 Audio skip code ( Forward : ' + ' / Reverse : ' -') (*1)
3 Audio stream code(‘+ ’:Primary /‘- ’Secondary) (*2)
4 Reserve (00h)
5 Reserve (00h)
6 Reserve ( 00h )
7 ETX ( 03h )
8 BCCH ( high-level )
9 BCCL ( low-level )
(*1) (*2) Subtitle Select Code
Please refer the attached code list (Marantz_RS-232C_Command_List-UD_BD All.xls) for the
details.
1) Answers returned
byte ¥ bit 7 6 5 4 3 2 1 0
0 STX ( 02h )
1 Reply code ( ' | ')
2 Answer code
3 Current audio stream channel (digit 10)
4 Current audio stream channel (digit 1)
5 Total audio stream channel (digit 10)
6 Total audio stream channel (digit 1)
7 Audio format ( *3)
8 Audio channel ( *4 )
9 Dialog ( *5)
10 ETX ( 03h )
11 BCCH ( high-level )
12 BCCL ( low-level )
(*3) Audio format code (*4) Audio channel code (*5) Dialog code
Code Audio Format Code Audio Channel Code Dialogl
31h (1) Dolby Digital 31h (1) 1 ch 31h (1) JPN
32h (2) DTS 32h (2) 2 ch 32h (2) ENG
33h (3) MPEG 33h (3) 2.1 ch 33h (3) FRA
34h (4) LPCM 34h (4) 3 ch 34h (4) DEU
35h (5) PPCM 35h (5) 3.1 ch 35h (5) ITA
36h (6) UNKNOWN 36h (6) 4 ch 36h (6) ESP
37h (7) DSD 37h (7) 4.1 ch 37h (7) NLD
38h (8) DD+ 38h (8) 5 ch 38h (8) CHI
39h (9) DTS-HD 39h (9) 5.1 ch 39h (9) RUS
3Ah (:) DOLBY TrueHD 3Ah ( : ) 6 ch 3Ah ( : ) KOR
3Bh (;) MP3 3Bh (;) L/R (CD /VCD /MP3) 3Bh ( ; ) UNKNOWN
3Ch (<) AAC 3Ch (<) R (CD /VCD)
3Dh (=) WMA 3Dh (=) L (CD /VCD)
3Eh (>) UNKNOWN
3Fh (?) 6.1ch
40h (@) 7 ch
41h (A) 7.1ch
42h (B) 8ch
Table of contents
Other Marantz CD Player manuals

Marantz
Marantz CD6000 series User manual

Marantz
Marantz SA-11S1 User manual

Marantz
Marantz CDR510/F1B User manual

Marantz
Marantz CD-5000 User manual

Marantz
Marantz CD Player User manual

Marantz
Marantz CD5003 User manual

Marantz
Marantz HD-CD1 User manual

Marantz
Marantz 74CD50 01B User manual

Marantz
Marantz SA8004 User manual

Marantz
Marantz VC4400 User manual

Marantz
Marantz CD5003 User manual

Marantz
Marantz VC-8100 User manual

Marantz
Marantz SA-14S1 User manual

Marantz
Marantz SA-17S1 User manual

Marantz
Marantz ND8006 User manual

Marantz
Marantz SA8400 User manual

Marantz
Marantz PMD330 User manual

Marantz
Marantz VC5200 User manual

Marantz
Marantz CD5003 User manual

Marantz
Marantz PMD350 User manual