Denon DVD-A1UDCI Service Manual

Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
Specification
Specification
SpecificationSpecification
for
for
forfor
Serial Interface D
Serial Interface DVD
Serial Interface DSerial Interface D
Ver1.06
Ver1.06
Ver1.06Ver1.06
VD
VDVD
----
A1UD
A1UD
A1UDA1UD
1/52
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
Revision Table
Rev. Date Name Description
1.00 2007-12-20 Yamashita I make specifications of DVD-2500BT/3800BD for the cause.
1.01 2008-4-22 Yamashita I Add Search Mode.
1.02 2008-10-28 Yamashita I add Source Command. I change Code of Search Mode Command. A name change of HDMI Select and HDMI Format. The deletion of the unnecessary part. I change a model name for an official name.
1.03 2008-10-29 Yamashita I change Mode Command..
1.04 2009-03-03 Yamashita I change Mode Command..
1.05 2009-06-02 Yamashita The deletion of an unnecessary command.
1.06 2009-07-16 Yamashita I add Disc Layer Select Command.
2/52
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
Contents
Contents
Contents Contents
1
SERIAL COMMUNICATIO
SERIAL COMMUNICATION INTERFACE
SERIAL COMMUNICATIOSERIAL COMMUNICATIO
N INTERFACE................................
N INTERFACEN INTERFACE
................................................................
................................................................
..................................
................................................................
.. 5555
....
1.1
1.2
1.3
1.4
1.4.1
1.4.2
1.5
1.6
1.7
1.8
1.9
1.9.1
P
HYSICAL INTERFACE
T
RANSFER FORMAT OF SERIAL DATA
C
OMMAND FORMAT AND ANSWER FORMAT
P
ROTOCOL FOR DATA TRANSMISSION AND RECEPTION
Basic procedure .......................................................................................................... 6
Communication errors ............................................................................................... 7
C
OMMAND
L
IST OF COMMAND CODES
L
IST OF ANSWER CODES
L
IST OF STATUS CODES
C
OMMAND SPECIFICATION
Power ON ................................................................................................................. 14
/ A
....................................................................................................... 5
.............................................................................. 5
.................................................................... 6
................................................. 6
NSWER SEQUENCE
............................................................................................ 12
................................................................................................ 13
................................................................................................. 13
............................................................................................. 14
................................................................................... 8
1.9.2
1.9.3
1.9.4
1.9.5
1.9.6
1.9.7
1.9.8
1.9.9
1.9.10
1.9.11
1.9.12
1.9.13
Power OFF................................................................................................................ 15
Request System Status........................................................................................... 16
Play ............................................................................................................................ 18
Stop ............................................................................................................................ 19
Pause.......................................................................................................................... 20
Skip ............................................................................................................................ 21
Slow /Search .............................................................................................................. 22
Setup.......................................................................................................................... 24
Top Menu ............................................................................................................... 25
Menu........................................................................................................................ 26
Return ..................................................................................................................... 27
Audio ....................................................................................................................... 28
1.9.14
1.9.15
1.9.16
3/52
Subtitle.................................................................................................................... 29
Angle ....................................................................................................................... 30
Direct Select........................................................................................................... 31
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
1.9.17
1.9.18
1.9.19
1.9.20
1.9.21
1.10
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
Cursor...................................................................................................................... 32
Enter........................................................................................................................ 33
SACD Layer Selsect ............................................................................................... 34
Request CPU Version........................................................................................... 35
Request Error status ............................................................................................ 36
E
XTENTION COMMAND SPECIFICATION
OPENCLOSE ...................................................................................................... 37
HDMI Mode ............................................................................................................ 37
HDMI Resolution.................................................................................................... 38
PROGRAMDIRECT............................................................................................ 38
CLEAR .................................................................................................................... 39
CALL ....................................................................................................................... 39
......................................................................... 37
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.10.14
1.10.15
1.10.16
1.10.17
1.10.18
DISPLAY................................................................................................................. 40
REPEAT.................................................................................................................. 40
PAGE +.................................................................................................................... 41
RANDOM.............................................................................................................. 41
MARKER .............................................................................................................. 42
ZOOM.................................................................................................................... 42
DIMMER .............................................................................................................. 43
PICTURE ADJUST.............................................................................................. 43
PURE DIRECT.................................................................................................... 44
AUTO TRANSFER MODE.................................................................................. 44
FUNCTION .......................................................................................................... 45
Mode...................................................................................................................... 45
1.10.19
1.10.20
4/52
1.10.21
Source ................................................................................................................... 51
Search Mode ......................................................................................................... 51
Disc Layer Select………………………………………………………………………..52
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
Serial communication interface
Physical interface
Physical interface
1.1
Physical interfacePhysical interface
Arrangement of connector signals
RS-232C
Terminal #
1 GND ­2 TxD O 3 RxD I 4 NC ­5 S.GROUND ­6 NC ­7 NC ­8 NC ­9 NC -
Signal I /O
Transfer format of serial data
Transfer format of serial data
1.2
Transfer format of serial dataTransfer 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 / None Parity (default:Even number)
- Stop bit ( SP ) : 1 bit
- Transfer data : ASCII code
- Control characters : STX (02h) ETX (03h) ETB (17h) NAK (15h)
ST SPb0 b1 b2 b3 b4 b5 b6 b7 P
11 / 9600 ( sec )
5/52
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
Command format and answer format
Command format and answer format
1.3
Command format and answer formatCommand 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
Protocol for data transmission and reception
Protocol for data transmission and reception
1.4
Protocol for data transmission and receptionProtocol 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
1)
2)
3)
4)
6/52
Basic procedure
The host shall select commands for this unit and transmit them to this unit. Command
interval time is MIN 40µsec.
Having issued a command, the host shall receive an answer from this unit, then issue the
next command.
The host shall analyze the RC, AC, and PC as answers given and decide whether the
command has been normally executed.
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.
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
The time from the start of command transmission to the end of command transmission
5)
should be max 40 msec.
The time from the completion of command transmission to the start of answer-back is
6)
MAX.60 m
This unit cannot receive any commands for about 5 seconds after the power switch is
7)
turnied on.
5sec.
1.4.2
1)
2)
3)
4)
5)
Communication errors
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 )
If the host has received NAK from this unit, it shall retransmit the command that it has transmitted immediately beforehand.
Having received an answer, which results in a communication error ( overrun, framing, or parity error ) , the host shall respond with NAK.
If it has received NAK from the host, this unit shall retransmit the answer it has transmitted immediately beforehand. ( MAX 40ms)
When there is no answer from the unit within 6s, the host shall retransmit the command.
7/52
Confidential DENON BRAND COMPANY
Comand Transmitted
CC
PC0
PC1
PC2
PCn
BCC
STX
ETX
STX
CC
PC0
STX
Answer Transmietted
Error Check OK
Next Command
Transmitted
AC
PC0
PC1
PCn
ETX
BCC
RC
Error Check OK
MAX
40ms
Specification for Serial Interface DVDA1UD
Command / Answer sequence
Command / Answer sequence
1.5
Command / Answer sequenceCommand / 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
HOST
UNIT
MIN 40
µ s
MAX 5s
8/52
Confidential DENON BRAND COMPANY
Command Transmitted
CC
PC0
PC1
PC2
PCn
BCC
STX
ETX
NAK
CC
PC0
STX
NAK return
Error Che
ck NG
Command Retransmitted
MAX
40ms
Specification for Serial Interface DVDA1UD
2)
When a command is abnormally received ( with or without an answer parameter )
HOST
UNIT
MAX 100ms
9/52
Confidential DENON BRAND COMPANY
Command Transmitted
CC
PC0
PC1
PC2
PCn
BCC
STX
ETX
STX
NAK
Answer Transmitted
Error Check OK
AC
PC0
PC1
PCn
ETX
BCC
RC
STX
Answer
Retransmitted
AC
PC0
PC1
RC
Error Check NG
MAX
40ms
MAX
5
s
MAX
Specification for Serial Interface DVDA1UD
3)
When a command with an answer parameter is normally received ( unit ) and an answer is abnormally received ( host )
HOST
UNIT
10/52
Confidential DENON BRAND COMPANY
Command Transmitted
CC
PC0
PC1
PC2
PCn
BCC
STX
ETX
STX
Answer Transmitted
Error Check OK
AC
PC0
PC1
PCn
ETB
BCC
RC
Error Check
OK
MAX
40ms
Specification for Serial Interface DVDA1UD
4)
When a command with an answer parameter is normally received ( unit ) and an answer is normally received with ETB ( host )
HOST
UNIT
MAX 5s
11/52
Confidential DENON BRAND COMPANY
)
Acquires system status ( such as the entire player and
/
Specification for Serial Interface DVDA1UD
List of command codes
List of command codes
1.6
List of command codesList of command codes
Here is a list of command code types. 2Xh: POWER control command 3Xh: Command related to the acquisition of player information ( such as status and name ) 4Xh~5Xh: Operation instruction command to the player 61h~7Xh: Enhanced Operation instruction command to the player
No.
1 Power ON 20h ([SP]) Power-on request from the standby state 2 Power OFF 21h (!) Power-off request
3 Request System Status 30h (0)
4 Request CPU Version 31h (1) Acquires the CPU version. 5 Request Error Status 32h (2) Acquires the error code when an error is occurred. 6 Request Disc Status 33h (3)
7 Play 40h (@) Starts playback. 8 Stop 41h (A) Stops playback.
9 Pause 42h (B) Requests a pause. 10 Skip 43h (C) Moves to another group or title or chapter or track 11 Slow /Search 44h (D) Scan 12 Setup 45h (E) Common procedures of initial setting 13 Top Menu 46h (F) Playback top menu screen 14 Menu 47h (G) Playback Menu screen 15 Return 48h (H) Return 16 Audio 49h (I) Audio setting 17 Subtitle 4Ah (J) Subtitle setting 18 Angle 4Bh (K) Angle setting 19 Direct Select 4Ch (L) Music search mode 20 Cursor 4Dh (M) Moves cursor screen 21 Enter 4Eh (N) Decision 22 SACD Layer Select 4Fh (O) SACD Layer search mode 23 Disc Select 50h (P) Disc search mode 24 Disc Skip 51h (Q) Moves to another Disc 25 OPEN/CLOSE 61h (a) Disk tray open / closing 26 NTSC/PAL 62h (b) 27 HDMI Mode 63h (c) HDMI output mode 28 HDMI Resolution 64h (d) HDMI output format 29 PROGRAM/DIRECT 65h (e) Program mode setting 30 CLEAR 66h (f) Program Entry Track Clear 31 CALL 67h (g) Program Entry Track Call 32 DISPLAY 68h (h) Display information screen 33 REPEAT 69h (i) Repeat mode setting 34 PAGE +/- 6Ah (j) PAGE setting 35 RANDOM 6Bh (k) Random mode setting 36 MARKER 6Ch (l) Maker mode screen 37 ZOOM 6Dh (m) Zoom setting 38 DIMMER 6Eh (n) Dimmer setting 39 PICTURE ADJUST 6Fh (o) Picture menu screen 40 PURE DIRECT 70h (p) Puredirect menu screen & Puredirect setting 41 AUTO TRANSFER MODE 42 FUNCTION 72h (r)
43 MAIN/SUB 73h (s)
44 Mode 74h (t) 45 Source 7Ah (z) 46 Search Mode 7Bh ({)
47 Disc Layer Select 7Ch (|) Change Disc Layer Mode.
Command Code (ASCII
71h (q) Status information auto toransfer mode setting
Operation
transfer unit ) .
Disk number information is obtained.
Change the video output format
I carry out a function peculiar to a disk I perform a change of a main stream / sub stream main&sub stream(picture-in-picture). I call various functions. Change media play mode Select title/chapter/time search mode
12/52
Confidential DENON BRAND COMPANY
)
)
Specification for Serial Interface DVDA1UD
List of answer codes
List of answer codes
1.7
List of answer codesList of answer codes
No.
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)
5 Order Time None 33h (3) The time you specified does not exist.
Status Code (ASCII
Description
The track , the group ,the title or the chapter you specified does not exist.
List of status codes
List of status codes
1.8
List of status codesList of status codes
Here is a list of answer code types.
3Xh : Status of the entire system
4Xh : Status of each action mode
No.
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 DVD Resume Stop 49h (I) Resume stop condition 15 DVD Menu 4Ah (J) DVD menu playback in process
Status Code (ASCII
Description
13/52
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
1.9
Command specification
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.9.1
Power ON
This requests a power-on from the standby state.
byte \ bit
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 )
7 6 5 4 3 2 1 0
Answers returned
1)
byte \ bit
0 STX ( 02h ) 1 Reply code ( ' SP ') 2 Answer code
3~16
17 ETX ( 03h ) 18 BCCH ( high-level ) 19 BCCL ( low-level )
7 6 5 4 3 2 1 0
Master player type
“DENON DVD-A1UD ” (ASCII CODE)
Special condition
2)
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 space before a model name later.
14/52
Confidential DENON BRAND COMPANY Specification for Serial Interface DVDA1UD
1.9.2
Power OFF
This requests a transfer from power-on to a standby state.
byte \ bit
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 )
7 6 5 4 3 2 1 0
Answers returned
1)
byte \ bit
0 STX ( 02h ) 1 Reply code ( ' ! ') 2 Answer code 3 ETX ( 03h ) 4 BCCH ( high-level ) 5 BCCL ( low-level )
7 6 5 4 3 2 1 0
Special condition
2)
None.
15/52
Confidential DENON BRAND COMPANY
31h (1)
31h (1)
31h (1)
31h (1)
32h (2)
32h (2)
32h (2)
32h (2)
33h (3)
33h (3)
33h (3)
33h (3)
34h (4)
34h (4)
34h (4)
(4)
35h (5)
35h (5)
35h (5)
35h (5)
36h (6)
36h (6)
36h (6)
36h (6)
)
)
37h (7)
37h (7)
)
)
38h (8)
38h (8)
)
)
39h (9)
39h (9)
)
(: )
3Ah( : )
(;)
)
(;)
)
; )
(<)
)
3Ch (<)
(=)
3Dh (=)
(>)
3Eh (>)
Specification for Serial Interface DVDA1UD
1.9.3
Request System Status
This status requests the DVD playing information .
byte \ bit
0 STX ( 02h ) 1 Command code ( ' 0 ') 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 )
Answers returned
1)
byte \ bit
0 STX ( 02h ) 1 Reply code ( ' 0 ') 2 Answer code 3 Disc type code ( *1 ) 4 Audio format code ( *2 ) 5 Audio channel code ( *3 ) 6 Dialog code ( *4 ) 7 Subtitle code ( *5 ) 8 Angle code ( *6 )
9 Status code 10 Play mode code ( *7 ) 11 Group or Title number information (100 digits) 12 Group or Title number information (10 digits) 13 Group or Title number information (1 digits) 14 Track or Chapter number information (1000 digits) 15 Track or Chapter number information (100 digits) 16 Track or Chapter number information (10 digits) 17 Track or Chapter number information (1 digits) 18 Time mode ( *8 ) 19 Elapsed time (hour, 10 digits) 20 Elapsed time (hour, 1 digits) 21 Elapsed time (minutes, 10 digits) 22 Elapsed time (minutes, 1 digits) 23 Elapsed time (second, 10 digits) 24 Elapsed time (second, 1 digits) 25 ETX ( 03h ) 26 BCCH ( high-level ) 27 BCCL ( low-level )
7 6 5 4 3 2 1 0
7 6 5 4 3 2 1 0
(*1) Disc type code (*2) Audio format code (*3) Audio channel code (*4) Dialog code
Code Disc Type
DVD VIDEO
DVD AUDIO
Reserved
CD-DA
CD-ROM
UNKNOWN
37h (7 38h (8 39h (9
3Ah (:) BDAV
3Bh 3Ch 3Dh 3Eh
3Fh (?)
SACD
DVD VR
BDMV
Reserved 3Bh (; Reserved 3Ch (< Reserved 3Dh (=) AVC Rec
SD
Code Audio Format
DOLBY DIGITAL
DTS MPEG LPCM PPCM
UNKNOWN 37h (7 38h (8 39h (9 3Ah (:
DSD DD+
DTS-HD
DOLBY TrueHD
MP3 AAC
WMA
Code Audio Channel Code Dialog
1 ch 2 ch
2.1 ch 3 ch
3.1 ch 4 ch
4.1 ch
3Ah
3Bh
3Fh (?) 40h (@) 41h (A) 42h (B)
5 ch
5.1 ch 6 ch
L /R (CD/VCD/MP3
R (CD/CD) L (CD/VCD) UNKNOWN
6.1ch 7 ch
7.1ch
8ch
34h
3Bh(
JPN ENG FRA DEU
ITA
ESP
NLD
CHI RUS KOR
UNKNOWN
16/52
Loading...
+ 36 hidden pages