Service Manuals, User Guides, Schematic Diagrams or docs for : DENON Home Theatre System Home Theatre System Denon - S-302 control protocol Ver. 6.3

<< Back | Home

Most service manuals and schematics are PDF files, so You will need Adobre Acrobat Reader to view : Acrobat Download Some of the files are DjVu format. Readers and resources available here : DjVu Resources
For the compressed files, most common are zip and rar. Please, extract files with Your favorite compression software ( WinZip, WinRAR ... ) before viewing. If a document has multiple parts, You should download all, before extracting.
Good luck. Repair on Your own risk. Make sure You know what You are doing.




Image preview - the first page of the document
control protocol Ver. 6.3


>> Download control protocol Ver. 6.3 documenatation <<

Text preview - extract from the document
DENON AVR/AVC control protocol
                                                                                                        Ver. 6.3
   Application model : S-302
   Application terminal : RS-232C


Connector specification
      Connector type: DB-9pin female type, slave straight connection (DCE type)
                    ( 1pin : GND , 2pin : TxD , 3pin : RxD , 5pin : Common(GND) , 4,6,7,8,9pin : NC )
      Communication format:
             Synchronous system           : Tone step synchronization
             Communication system         : A half duplex
             Communication speed          : 9600bps
             Character length             : 8 bits
             Parity control               : None
             Start bit                    : 1 bit
             Stop bit                     : 1 bit
             Communication procedure      : Non procedural
             Communication data length    : 135 bytes (maximum)




                                                          -1-
Protocol specification
The following three data forms are defined.
       COMMAND :      The message sent to a system(AVR/AVC) from a controller(Touch Panel etc.)
                      A command to a system is given from a controller.
       EVENT    :     The message sent to a controller(Touch Panel etc.) from a system(AVR/AVC)
                      The result is sent, when a system is operated directly and a state changes.
                      *The form of EVENT presupposes that it is the same as that of COMMAND.
                      **Refer to the following table for the contents of COMMAND and EVENT.
       RESPONSE :     The message sent to a controller(Touch Panel etc.) from a system(AVR/AVC)
                      if the `request command' (COMMAND+?+CR(0x0D)) has came from a controller.
                      The RESPONSE should be sent within 200ms of receiving the COMMAND.
                      *The form of RESPONSE presupposes that it is the same as that of EVENT.

Basic specification : The command by ASCII CODE, parameter expression
       *ASCII CODE which can be used is from 0x20 to 0x7F : the alphabet and the number of 0-9 , and space (0x20) , Some signs ,
                                                                   AND carriage return(0x0D)--- It is used only as a pause sign.

Command structure : COMMAND + PARAMETER + CR(0x0D)
       COMMAND : ASCII CODE of 2 characters
                  ex.        SI : Select Input source
                             MS : surround Mode Setting
                             MV : Master Volume setting
                             PW : system PoWer setting
       PARAMETER : ASCII CODE ( up to 25 characters)
                  ex.        DVD : function name
                             CDR/TAPE : function name
                             THX SURROUND EX : surround mode name
                             SUPER STADIUM : surround mode name
                      *Special Parameter--- ? : for request command

                                                              -2-
The example of a command           *  is the meaning of 0x0D.
      SIDVD : Select Input source DVD
      MSTHX SURROUND EX : surround Mode Set to THX SURROUND EX
      MVUP : Master Volume UP
      PWON : system Power ON
      PWSTANDBY : system PoWer STANDBY
      SI? : Request command for now playing input source >> Return RESPONSE `SI***'




                                                          -3-
Others
A) COMMAND is receivable also during transmission of EVENT.
B) Since CHANNEL VOLUME changes simultaneously when the SURROUND MODE changes, the value of the channel volume of all channels
   returns as EVENT.
C) CHANNEL VOLUME returns the data of ALL channels by the present SURROUND MODE also including an intact channel. In this case,
   the data of an intact channel is set to "50".
D) Since SURROUND MODE changes simultaneously when the INPUT source changes, the SURROUND MODE (and also the value of the channel
   volume of all channels , It described in B) ) returns as EVENT.
E) When SURROUND MODE is the same in between INPUT source change before and after, EVENT of SURROUND MODE and CHANNEL VOLUME
   does NOT return.
F) Although EVENT of SURROUND MODE returns when the present SURROUND MODE is set up again, CHANNEL VOLUME does NOT return.
G) When SURROUND MODE is changed, before returning SURROUND MODE after change as EVENT, the present SURROUND MODE is returned.
H) The RESPONSE should be sent as opposed to the request command by all the commands with which an EVENT exists , not need to
   the another request commands(ex. SV command).
I) The PARAMETER (with COMMAND and RESPONSE, EVENT) of minimum level of MASTER VOLUME defines "99".
J) If the MASTER VOLUME & CHANNEL VOLUME set with 0.5dB step, the PARAMETER (with COMMAND and RESPONSE, EVENT) defines three
   ASCII characters as bellows.
       ex.   MASTER VOLUME = +1.0dB :       MV81
                               +0.5dB :     MV805
                                 0dB :      MV80
                               -0.5dB :     MV795
                               -1.0dB :     MV79
                                 |            |
                              -79.5dB :     MV005
                              -80.0dB :     MV00
                               ---    :     MV99
       * At the **.0dB step, only uses two ASCII characters as PARAMETER, same as usual.

K) Four seconds later, please transmit the next COMMAND after transmitting a power on COMMAND PWON .


                                                               -4-
COMMAND and PARAMETER list (AMP)
       COMMAND      PARAMETER                            function                                    example
  PW            ON                POWER ON/STANDBY change                                PWON
                STANDBY                                                                  PWSTANDBY
                ?                 Request PW Status                                      PW?
  MV            UP                MASTER VOLUME UP/DOWN, direct change to ***dB          MVUP
                DOWN                                                                     MVDOWN
                **                **:00 to 99 by ASCII, 80=0dB, 99=---(MIN)              MV80
                ?                 Request MV Status                                      MV?
  CV            FL UP             CHANNEL VOLUME UP/DOWN, direct change to ***dB         CVFL UP
                FL DOWN           ---FRONT Lch                                           CVFL DOWN
                FL **             **:38 to 62 by ASCII, 50=0dB                           CVFL 50
                FR UP                                                                    CVFR UP
                FR DOWN           ---FRONT Rch                                           CVFR DOWN
                FR **             **:38 to 62 by ASCII, 50=0dB                           CVFR 50
                SW UP                                                                    CVSW UP
                SW DOWN               ---SUBWOOFERch                                     CVSW DOWN
                SW **             **:00,38 to 62 by ASCII, 50=0dB, 00=OFF                CVSW 50
                ?                 Request CV Status                                      CV?
  MU            ON                OUTPUT MUTE ON/OFF change                              MUON
                OFF                                                                      MUOFF
                ?                 Request MU Status                                      MU?
   MV , CV COMMAND : "*" parameter uses two or three ASCII characters. (see page6 (J) section)




                                                         -5-
     COMMAND       PARAMETER                         function               example
SI             DVD             Select INPUT source              SIDVD
               TUNER                                            SITUNER
               VCR-1           (AUX1)                           SIVCR-1
               VCR-2           (AUX2)                           SIVCR-2
               CDR/TAPE1       (AUX3)                           SICDR/TAPE1
               V.AUX           (FRONT IN)                       SIV.AUX
               NET/USB                                          SINET/USB
               IPOD                                             SIIPOD
               OPTICAL                                          SIOPTICAL
               COAXIAL                                          SICOAXIAL
               ?               Request SI Status                SI?
SD             AUTO            set DIGITAL INPUT AUTO mode      SDAUTO
               PCM             set DIGITAL INPUT PCM mode       SDPCM
               DTS             set DIGITAL INPUT DTS mode       SDDTS
               ANALOG          set force ANALOG INPUT mode      SDANALOG
MS             STEREO          SURROUND mode set                MSSTEREO
               ROCK ARENA                                       MSROCK ARENA
               JAZZ CLUB                                        MSJAZZ CLUB
               DOLBY H/P                                        MSDOLBY H/P
               DVS REF.                                         MSDVS REF.
               DVS WIDE                                         MSDVS WIDE
               ?               Return MS Status                 MS?




                                                     -6-
EVENT(or RESPONSE) and PARAMETER list (AMP)
       EVENT       PARAMETER                         function                           example
  PW           ON              POWER ON/STANDBY change                       PWON
               STANDBY                                                       PWSTANDBY
  MV           **              MASTER VOLUME change, **:00 to 99 by ASCII    MV80
                                     98 = +18dB(MAX)
                                     80 = 0dB
                                     10 = -70dB
                                     00 = -80dB
                                     99 = ---(MIN)
  CV           FL **           CHANNEL VOLUME change, **:00 to 62 by ASCII   CVFL **
                                                                             CVFR 50
                                                                             CVSW 50
               FR **                 62 = +12dB(MAX), 38 = -12dB(MIN)        CVFL 50
                                                                             CVFR **
                                                                             CVSW 50
               SW **                 50 = 0dB                                CVFL 50
                                                                             CVFR 50
                                                                             CVSW **
  MU           ON              OUTPUT MUTE ON/OFF change                     MUON
               OFF                                                           MUOFF
  SI           DVD             INPUT source change                           SIDVD
               TUNER                                                         SITUNER
               VCR-1                                                         SIVCR-1
               VCR-2                                                         SIVCR-2
               CDR/TAPE1                                                     SICDR/TAPE1
               NET/USB                                                       SINET/USB
               IPOD                                                          SIIPOD
               V.AUX                                                         SIV.AUX
  SD             1
               AUTO            DIGITAL INPUT mode change                     SDAUTO
               PCM                                                           SDPCM
               DTS                                                           SDDTS
               ANALOG                                                        SDANALOG
  MS           STEREO          SURROUND mode change                          MSSTEREO

                                                      -7-
             ROCK ARENA                                                               MSROCK ARENA
             JAZZ CLUB                                                                MSJAZZ CLUB
             DOLBY H/P                                                                MSDOLBY H/P
             DVS REF.+PL2 C                                                           MSDVS REF.+PL2 C
             DVS WIDE+PL2 C                                                           MSDVS WIDE+PL2 C
The PARAMETER of MV , CV EVENT : Uses two ASCII characters. (see page 6 J) section)

 1 SD COMMAND is no RESPONSE.




                                                     -8-
COMMAND and PARAMETER list (TUNER)
        COMMAND        PARAMETER                          function                                 example
   TF             UP                TUNER Frequency UP/DOWN                            TFUP
                  DOWN                                                                 TFDOWN
                  ******            --- ****.** kHz at AM band (>050000 is AM.)        TF105000
                  (6 digits)            ****.** MHz at FM band (<050000 is FM.)         (1050.00kHz at AM)
                  ?                 Return TF Status                                   TF?
   TP             UP                TUNER PRESET CH UP/DOWN , direct change to No.**   TPUP
                  DOWN                                                                 TPDOWN
                  **(PRESET No.)                                                       TP10
                                                                                        (PRESET No."10")
                  ?                 Return TP Status                                   TP?
   TM                               TUNER BAND , MODE Select
                 AM                 ---Band set to AM                                  TMAM
                 FM                 ---Band set to FM                                  TMFM
                 ?                  Return TM Status                                   TM?
                 AUTO               ---Tuning mode set to AUTO mode                    TMAUTO
                 MANUAL             ---Tuning mode set to MANUAL mode                  TMMANUAL
    TF COMMAND : '*' parameters can NOT operate when INPUT source isn't TUNER.




                                                         -9-
EVENT(or RESPONSE) and PARAMETER list (TUNER)
        EVENT       PARAMETER                               function              example
   TF           AN******           TUNER Frequency change              TFAN105000
                (6 digits)
                                   --- ****.** kHz at AM band          (1050.00kHz at AM)
                                       ****.** MHz at FM band
   TP           AN**(PRESET No.)   TUNER PRESET change to No.**        TPANA1
                                                                       (PRESET No."A1")
   TM                              TUNER BAND , MODE change
                ANAM               ---Band set to AM                   TMANAM
                ANFM               ---Band set to FM                   TMANFM
                ANAUTO             ---Tuning mode set to AUTO mode     TMANAUTO
                ANMANUAL           ---Tuning mode set to MANUAL mode   TMANMANUAL




                                                        - 10 -
COMMAND and PARAMETER list (timer)
    COMMAND           PARAMETER                                 Function                                    example
   TS         ONCE @**##-@$$%% [F][N] ONCE TIMER TIME SET                                        TSONCE A0730-A0830 DV00
                                        @:A or P or 2(A:AM,P:PM,2:24hour by ASCII)               TSONCE P0630-P1130 TU01
                                        **## :start time(**=00~23hours,##=00~59minutes by ASCII) TSONCE 21930-22030 IP00
                                        $$%% :stop time($$=00~23hours,%%=00~59minutes by ASCII)
                                        [F]:Function (2bytes by ASCII)
                                                 DV   DVD PLAY
                                                 TU   TUNER PLAY
                                                 IP   iPod PLAY
                                        [N]:preset No.(2bytes by ASCII, except TU="00")
              EVERY @**##-@$$%% [F] [N] EVERY TIMER TIME SET                                     TSEVERY P0630-P0700 DV00
                                        @:A or P or 2(A:AM,P:PM,2:24hour by ASCII)               TSEVERY P0630-P1100 TU01
                                        **## :start time(**=00~23hours,##=00~59minutes by ASCII) TSEVERY 21830-21900 IP00
                                        $$%% :stop time($$=00~23hours,%%=00~59minutes by ASCII)
                                        [F]:Function (2bytes by ASCII)
                                          It is the same as that of ONCE TIMER TIME SET.
                                        [N]:preset No.(2bytes by ASCII, except TU="00")
              SLEEP ***                 SPLEEP TIMER SET                                               TSSLEEP 060
                                        ***:120,090,060,050,040,030,020,010,000(minutes)
                                        (000=sleep timer off)
   TO         OFF OFF                   TIMER ON/OFF       OFF OFF :once=off, every=off                 TOOFF OFF
              OFF ON                                       OFF ON :once=off, every= on                   TOOFF ON
              ON OFF                                       ON OFF :once= on, every=off                   TOON OFF
              ON ON                                        ON ON    :once= on, every= on                  TOON ON
   TI         @**##                     TIME SET                                                          TIA0730
                                        @:A or P or 2(A:AM,P:PM,2:24hour by ASCII)                        TIP1130
                                        **## :now time(**=00~23hours,##=00~59minutes by ASCII)            TI21930




                                                            - 11 -
EVENT(or RESPONSE) and PARAMETER list (timer)
     EVENT          PARAMETER                                 function                                    example
   TS        ONCE @**##-@$$%% [F][N] ONCE TIMER TIME SET                                       TSONCE A0730-A0830 DV00
                                      @:A or P or 2(A:AM,P:PM,2:24hour by ASCII)               TSONCE P0630-P1130 TU01
                                      **## :start time(**=00~23hours,##=00~59minutes by ASCII) TSONCE 21930-22030 IP00
                                      $$%% :stop time($$=00~23hours,%%=00~59minutes by ASCII)
                                      [F]:Function (2bytes by ASCII)
                                               DV   DVD PLAY
                                               TU   TUNER PLAY
                                               IP   iPod PLAY
                                      [N]:preset No.(2bytes by ASCII, except TU="00")
             EVERY @**##-@$$%% [F][N] EVERY TIMER TIME SET                                     TSEVERY P0630-P0700 DV00
                                      @:A or P or 2(A:AM,P:PM,2:24hour by ASCII)               TSEVERY P0630-P1100 TU01
                                      **## :start time(**=00~23hours,##=00~59minutes by ASCII) TSEVERY 21830-21900 IP00
                                      $$%% :stop time($$=00~23hours,%%=00~59minutes by ASCII)
                                      [F]:Function (2bytes by ASCII)
                                        It is the same as that of ONCE TIMER TIME SET.
                                      [N]:preset No.(2bytes by ASCII, except TU="00")
             SLEEP ***                SPLEEP TIMER SET                                               TSSLEEP 060
                                      ***:120,090,060,050,040,030,020,010,000(minutes)
                                      (000=sleep timer off)
   TO        OFF OFF                  TIMER ON/OFF       OFF OFF :once=off, every=off                 TOOFF OFF
             OFF ON                                      OFF ON :once=off, every= on                   TOOFF ON
             ON OFF                                      ON OFF :once= on, every=off                   TOON OFF
             ON ON                                       ON ON    :once= on, every= on                  TOON ON
   TI        @**##                    TIME SET                                                          TIA0730
                                      @:A or P or 2(A:AM,P:PM,2:24hour by ASCII)                        TIP1130
                                      **## :now time(**=00~23hours,##=00~59minutes by ASCII)            TI21930
                                      When time is not set, the **## equal "----"                       TI2----




                                                          - 12 -
COMMAND and PARAMETER list              DVD
        COMMAND       PARAMETER                          function                             example
   D@                             start disk playback (PLAY)                                   D@
   DA                             stop disk playback (STOP)                                    DA
   DB                             pause to play disc (PAUSE)                                   DB
   DC             +               skip to the next track or chapter(SKIP >>|)                 DC+
                  -               skip to the previous track or chapter (SKIP |<<)            DC-
   DD             +               change the playback speed (slow/search >>)                  DD+
                  -               change the playback speed (slow/search <<)                  DD-
                  ?               get the playback speed information                          DD?
   DE                             change the default settings(SETUP)                           DE
   DF                             display the top menu stored on the disc (TOP MENU)           DF
   DG                             display the DVD menu stored on the disc (MENU)               DG
   DH                             return to the previous menu screen (RETURN)                  DH
   DI             +               switch forward the audio stream (AUDIO)                     DI+
                  -               switch backward the audio stream (AUDIO)                    DI-
                  ?               get the audio information                                   DI?
   DJ             +               switch forward the subtitle language (SUBTITLE)             DJ+
                  -               switch backward the subtitle language (SUBTITLE)            DJ-
                  ?               get the subtitle information                                DJ?
   DK             +               switch forward the angle (ANGLE)                            DK+
                  -               switch backward the angle (ANGLE)                           DK-
                  ?               get the angle information                                   DK?
   DL             1 ***           select directly group or title number                     DL1 002
                                  ***:group or title number(001 to 999 by ASCII)
                  2 ***           select directly track or chapter number                   DL2 005
                                  ***:track or chapter number(001 to 999 by ASCII)
                  ?               get group/title and track/chapter information              DL?
   DM             1               move the highlight area ( )                                DM1
                  2               move the highlight area ( )                                DM2
                  3               move the highlight area ( )                                DM3
                  4               move the highlight area ( )                                DM4
   DN                             select the item selected with the cursor buttons(ENTER)     DN


                                                        - 13 -
DP   1   select the HDMI/DVI format of 480/576P       DP1
     2   select the HDMI/DVI format of 720P           DP2
     3   select the HDMI/DVI format of 1080I          DP3
     4   select the HDMI/DVI format of 1080P          DP4
     5   select the HDMI/DVI format of AUTO           DP5
     ?   get the HDMI/DVI format information          DP?
DQ   1   select the HDMI/DVI Video Setup of Y Cb Cr   DQ1
     2   select the HDMI/DVI Video Setup of RGB       DQ2
     ?   get the HDMI/DVI Video Setup information     DQ?
D0   ?   Acquire system status                        D0?
D1   ?   Acquire software Version                     D1?
D2   ?   Acquire DVD error status                     D2?




                              - 14 -
EVENT(or RESPONSE) and PARAMETER (DVD)
        EVENT        PARAMETER                         function                            example
   D@                            disk playback starts (PLAY)                                D@
   DA                            disk playback stops (STOP)                                 DA
   DB                            pause to play disc (PAUSE)                                 DB
   DC           ** ###           Change the playback track or chapter                    DC01 015
                                 **:current group or title number(01-99 by ASCII)
                                 ###:current track or chapter number(001-999 by ASCII)
   DD           1                change the playback speed   [1] slow FWD x 1/8            DD1
                2                                            [2] slow FWD x 1/6            DD2
                3                                            [3] slow FWD x 1/4            DD3
                4                                            [4] slow FWD x 1/2            DD4
                5                                            [5] slow RVS x 1/8            DD5
                6                                            [6] slow RVS x 1/6            DD6
                7                                            [7] slow RVS x 1/4            DD7
                8                                            [8] slow RVS x 1/2            DD8
                9                                            [9] FF1                       DD9
                :                                            [:] FF2                       DD:
                ;                                            [;] FF3                       DD;
                <                                            [<] FF4                       DD<
                =                                            [=] FF5                       DD=
                >                                            [>] FF6                       DD>
                ?                                            [?] FF7                       DD?
                @                                            [@] FR1                       DD@
                A                                            [A] FR2                       DDA
                B                                            [B] FR3                       DDB
                C                                            [C] FR4                       DDC
                D                                            [D] FR5                       DDD
                E                                            [E] FR6                       DDE
                F                                            [F] FR7                       DDF
                G                                            [G] NORMAL                    DDG




                                                      - 15 -
     EVENT        PARAMETER                              function                                example
DE                                 enter the setup menu (SETUP)                                   DE
DF                                 display the top menu stored on the disc (TOP MENU)             DF
DG                                 display the DVD menu stored on the disc (MENU)                 DG
DH                                 return to the previous menu screen (RETURN)                    DH
DI           [1][2][3][4][5]       change the audio stream channel (AUDIO)                     DI13182
                  (5 characters)    [1] current audio stream channel(1-8 by ASCII)      (1/3 Dolby 5.1ch English)
                                    [2] total audio stream channel (1-8 by ASCII)              DI11421
                                    [3] audio format                                     (1/1 LPCM 2ch Japanese)
                                             1 Dolby Digital      2 DTS
                                             3 MPEG               4 LPCM
                                             5 PPCM               6 OTHER
                                             7 DSD
                                    [4] audio channel
                                             1 1ch                2 2ch
                                             3 2.1ch              4 3ch
                                             5 3.1ch              6 4ch
                                             7 4.1ch              8 5ch
                                             9 5.1ch              : 6ch
                                             ; L/R(CD/VDC/MP3)    < R(CD/VDC/MP3)
                                             = L(CD/VDC/MP3)      > UNKNOWN
                                    [5] Dialog code
                                             1 JPN                2 ENG
                                             3 FRA                4 DEU
                                             5 ITA                6 ESP
                                             7 NLD                8 CHI
                                             9 RUS                : KOR
                                             ; UNKNOWN




                                                        - 16 -
     EVENT        PARAMETER                         function                                        example
DJ           ** ## @          change the subtitle language (SUBTITLE)                    DJ01 03 1
                              **:current subtitle stream channel(01-32 by ASCII)
                              ##:total subtitle stream channel(01-32 by ASCII)
                              @:LANGUAGE CODE(by ASCCI)
                                        1 JPN                2 ENG
                                        3 FRA                4 DEU
                                        5 ITA                6 ESP
                                        7 NLD                8 CHI
                                        9 RUS                : KOR
                                        ; UNKNOWN

DK           * #              change forward the angle (ANGLE)                           DK1 3
                              *:current angle stream channel(1-9 by ASCII)
                              #:total angle stream channel(1-9 by ASCII)
DL           ** ###           select directly group or title number                      DL1 002
                              **:current group or title number(01 to 99 by ASCII)
                              ###:current track or chapter number(001 to 999 by ASCII)   DL2 005
DM                            move the highlight area                                    DM
DN                            select the item selected with the cursor buttons           DN
DP           1                select the HDMI/DVI format of 480/576P                                   DP1
             2                select the HDMI/DVI format of 720P                                       DP2
             3                select the HDMI/DVI format of 1080I                                      DP3
             4                select the HDMI/DVI format of 1080P                                      DP4
             5                select the HDMI/DVI format of AUTO                                       DP5
DQ           1                select the HDMI/DVI Video Setup of HDMI Y Cb Cr                          DQ1
             2                select the HDMI/DVI Video Setup of HDMI RGB                              DQ2




                                                    - 17 -
     EVENT        PARAMETER                              function                                 example
D0           [1]~[22]             DVD player's status information                     D01191118101010700503011
                  (22 characters) [1] Disc type code                                  (DVD VUDEO, Dolby DIGITAL 5.1ch
                                            1 DVD VIDEO           2   DVD AUDIO        Dialog=JPN, Subtitle=JPN
                                            3 VCD                 4   CD-DA            Angle=1, Playing, Normal play
                                            5 MP3                 6   UNKNOWN          Title=01, Chapter=010
                                            7 SACD                                     Title Elapsed 00:50:30,
                                   [2] Audio format code                               HDMI Format=480/576P,
                                            1 DOLBY DIGITAL       2   DTS              HDMI/DVI Video Setup=HDMI Y Cb
                                                                                      Cr)
                                            3 MPEG               4    LPCM
                                            5 PPCM               6    UNKNOWN
                                            7 DSD
                                   [3] Audio Channel code
                                            1 1ch                2    2ch
                                            3 2.1ch              4    3ch
                                            5 3.1ch              6    4ch
                                            7 4.1ch              8    5ch
                                            9 5.1ch              :    6ch
                                            ; L/R(CD/VDC/MP3)    <    R(CD/VDC/MP3)
                                            = L(CD/VDC/MP3)      >    UNKNOWN
                                   [4] Dialog code
                                            1 JPN                2    ENG
                                            3 FRA                4    DEU
                                            5 ITA                6    ESP
                                            7 NLD                8    CHI
                                            9 RUS                :    KOR
                                            ; UNKNOWN
                                   [5] Subtitle code
                                            1 JPN                2    ENG
                                            3 FRA                4    DEU
                                            5 ITA                6    ESP
                                            7 NLD                8    CHI
                                            9 RUS                :    KOR
                                            ; UNKNOWN
                                                       - 18 -
EVENT   PARAMETER                         function                            example
                    [6] Angle code
                             1 1                   2 2
                             3 3                   4 4
                             5 5                   6 6
                             7 7                   8 8
                             9 9
                    [7] Status code
                             0 Stand-by
                             1 Disc Loading
                             2 Disc Loading Complete
                             3 Tray Open
                             4 Tray Close
                             A No Disc
                             B Stop
                             C Play
                             D Pause
                             E Scan Play
                             F Slow Scan Play
                             G Setup
                             H Play Back Control
                             I DVD Resume Stop
                             J DVD Menu
                    [8] Play mode code
                             1 NORMAL              2 PROGRAM
                             3 RANDOM              0
                    [9][10] Group or Title number (01-99 by ASCII)
                    [11][12][13] Track or Chapter number (001-999 by ASCII)




                                         - 19 -
EVENT      PARAMETER                               function                                  example
                          [14] Time mode
                                          1 SINGLE ELAPSED     2 SINGLE REMAIN
                                          3 TOTAL ELAPSED      4 TOTAL REMAIN
                                          5 CHAPTER ELAPSED    6 CHAPTER REMAIN
                                          7 TITLE ELAPSED      8 TITLE REMAIN
                                          9 TRACK ELAPSED      : TRACK REMAIN
                                          ; GROUP ELAPSED      < GROUP REMAIN
                          [15][16] Elapsed Time(hours,00-99 by ASCII)
                          [17][18] Elapsed Time(minutes,00-59 by ASCII)
                          [19][20] Elapsed Time(seconds,00-59 by ASCII)
                          [21] HDMI Format
                                          1 480/576P           2 720P
                                          3 1080I              4 1080P
                                          5 AUTO
                          [22] DVI/HDMI Video Setup
                                          1 HDMI Y Cb Cr       2 HDMI R G B
                                          3 DVI                4 OFF

D1      [1]~[24]          software version information                            D1000000111111222222333333
        (24 characters)   [1]~[6] SYSTEM uCOM version (6 figure)                         (SYSTEM:0000-00,
                          [7]~[12] DSP version (6 figure)                                   DSP:1111-11,
                          [13]~[18] DVD F/E version (6 figure)                              F/E:2222-22,
                          [19]~[24] DVD B/E version (6 figure)                             B/E:3333-33, )




                                                     - 20 -
 EVENT       PARAMETER                               function                                  example
D2       [1][2]          [1] 1st error code   (0x20 to 0x2D by binary)                    D1[0x20][0x00]
                         [2] 2nd error code   (0x00 by binary)
                         Error code
                           No. 1st    2nd     detail
                           1    0x20  0x00    Loading error
                           2    0x21  0x00    Loading switch error
                           3    0x22  0x00    Focus servo error
                           4    0x23  0x00    Tracking servo error
                           5    0x24  0x00    Cannot adjust offset value
                                                                      for servo circuit
                          6    0x25   0x00    Cannot adjust gain value
                                                                      for servo circuit
                          7    0x26   0x00    Focusing fail
                                               during playing or searching or pausing
                          8    0x27   0x00    During spinup, data of disc does not read
                          9    0x28   0x00    During play, data of disc does not read
                          10   0x29   0x00    Cannot read within a present time period
                                                                         in TOC reading
                          11   0x2A   0x00    Subcode data does not read
                          12   0x2C   0x00    Command error occurs
                          13   0x2D   0x00    Focusing fail in scanning




                                                      - 21 -
COMMAND and PARAMETER list (EX)
        COMMAND       PARAMETER                          function                  example
   EX             PLAYPAUSE       For iPod, USB function                      EXPLAYPAUSE
                  PLAY            For iPod, USB function                          EXPLAY
                  PAUSE           For iPod, USB function                         EXPAUSE
                  STOP            For USB function                                EXSTOP
                  AUTOFWD         For iPod, USB function                       EXAUTOFWD
                  AUTORVS         For iPod, USB function                       EXAUTORVS
                  MANUFWD         For iPod function                            EXMANUFWD
                  MANURVS         For iPod function                            EXMANURVS
                  UP              For iPod, USB function                           EXUP
                  DOWN            For iPod, USB function                          EXDOWN
                  LEFT            For iPod, USB function                          EXLEFT
                  RIGHT           For iPod, USB function                         EXRIGHT
                  ENTER           For iPod, USB function                         EXENTER
                  MENU            For iPod function                               EXMENU
                  RANDOM          For iPod, USB function                        EXRANDOM
                  REPEAT          For iPod, USB function                        EXREPEAT
                  RETURN          For iPod, USB function                        EXRETURN
                  DISPLAY         For iPod, USB function                       EXDISPLAY
                  NSE0            Request Onscreen Display Information List       EXNSE0
                                  (UTF-8 CODE Character)
                                  For iPod, USB function




                                                       - 22 -
EVENT(or RESPONSE) and PARAMETER (EX)
        EVENT         PARAMETER                      function
   EX           RCV                                                                 EXRCV
                                  Onscreen Display Information(mserver/iRadio) is
                                  Answered By the NSE Command.
                NSE0              Display Folder Information                        EXNSE0************
                NSE1              Display Line1 Information                         EXNSE1************
                NSE2              Display Line2 Information                         EXNSE2************
                NSE3              Display Line3 Information                         EXNSE3************
                NSE4              Display Line4 Information                         EXNSE4************
                NSE5              Display Line5 Information                         EXNSE5************
                NSE6              Display Line6 Information                         EXNSE6************
                NSE7              Display Line7 Information                         EXNSE7************
                                                                                    *:UTF-8 CODE Character(MAX96byte)
                                                                                    
                                                                                    BROWS
                                                                                       EXNSE0NET/USB
                                                                                       EXNSE1Favorites
                                                                                       EXNSE2Internet Radio
                                                                                       EXNSE3Recently Played
                                                                                       EXNSE4USB
                                                                                       EXNSE5
                                                                                       EXNSE6
                                                                                       EXNSE7


                                                                                      EXNSE0Now Playing
                                                                                      EXNSE1AI
                                                                                      EXNSE2MIC-A-HOLIC A.I.
                                                                                      EXNSE3Story
                                                                                      EXNSE4 00:05      100%
                                                                                      EXNSE5
                                                                                      EXNSE6
                                                                                      EXNSE7


                                                       - 23 -



◦ Jabse Service Manual Search 2026 ◦ Jabse PravopisonTap.bg ◦ Other service manual resources online : FixyaeServiceinfo