The words you are searching are inside this book. To get more targeted content, please make full-text search by clicking here.

SR8002/SR7002 RS-232C Control Specification Page: 9 / 32 Document Version [1.00] Company Restricted 4. Recommendations of Command, Status and Layer definition

Discover the best professional documents and content resources in AnyFlip Document Base.
Search
Published by , 2017-01-17 20:32:04

SR8002/SR7002 RS-232C Control Specification - Marantz US

SR8002/SR7002 RS-232C Control Specification Page: 9 / 32 Document Version [1.00] Company Restricted 4. Recommendations of Command, Status and Layer definition

RS-232C Control Specification :
Rev 00

SR8002/SR7002
RS-232C Control Specification

Category : AV Reciever

Document Version : 0.01

Author(s) : Marantz America, Inc.
Date : 2007/10/16
Number of Page : 32

Marantz America, Inc. 2007

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.

SR8002/SR7002 RS-232C Control Specification Page: 2 / 32
Document Version [1.00]

Table of Contents

1. Introduction............................................................................................................................................................ 3
1-1. Purpose ............................................................................................................................................................ 3
1-2. Scope................................................................................................................................................................ 3
1-3. Abbreviations ................................................................................................................................................... 3
1-4. References....................................................................................................................................................... 3

2. Global Description ................................................................................................................................................ 4
2-1. Overview........................................................................................................................................................... 4
2-2. Block Diagram.................................................................................................................................................. 4
2-3. Interface connection specification of the product........................................................................................... 4
2-4. Assumptions and Dependencies.................................................................................................................... 4

3. Detailed Description.............................................................................................................................................. 5
3-1. Connection format ........................................................................................................................................... 5
3-1-1. Physical connection................................................................................................................................. 5
3-1-1-1. Data transmission sequence from Host to Slave .......................................................................... 5
3-1-1-2. Data transmission sequence from Slave to Host .......................................................................... 5
3-2. Transmission data format................................................................................................................................ 6
3-2-1. Transmission data format from Host to Slave........................................................................................ 6
3-2-1-1. Form1: Command ........................................................................................................................... 6
3-2-1-2. Form2: Status request..................................................................................................................... 6
3-2-2. Transmission data format from Slave to Host........................................................................................ 6
3-2-2-1. Form1: ACK/NAK ............................................................................................................................ 6
3-2-2-2. Form2: Status answer and Auto status feedback.......................................................................... 6
3-3. The transaction sequences and the regulations............................................................................................ 7
3-3-1. The transaction sequences..................................................................................................................... 7
3-3-2. The transaction regulations..................................................................................................................... 7
3-3-3. Specification of Auto status feedback..................................................................................................... 7
3-3-4. Example of the transactions.................................................................................................................... 7
3-3-5. Examples of the handshaking flowchart ................................................................................................ 8
3-3-5-1. Example of successful handshaking..............................................................................................8
3-3-5-2. Examples of handshaking error...................................................................................................... 8

4. Recommendations of Command, Status and Layer definition..................................................................... 9
5. Definitions of Command, Status and Layer...................................................................................................... 9

5-1. Commands....................................................................................................................................................... 9
5-1-1. Normal Command list.............................................................................................................................. 9
5-1-2. Specific Commands...............................................................................................................................18

5-2. Status request and Status answer list...........................................................................................................19
5-2-1. Normal Status request and Status (answer and feedback) list...........................................................19
5-2-2. Layer of the statuses .............................................................................................................................29

6. Revision history...................................................................................................................................................32

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 3 / 32
Document Version [1.00]

1. Introduction

1-1. Purpose

This document was written as a reference specification of products that are controled by the host controller.

1-2. Scope
This document would be using by software or hardware engineers for production of the product.

1-3. Abbreviations Description
Abbreviation

1-4. References
- Hardware Software Interface (HSI) SR8002/SR7002 SW-A0811-HSI-002
Host I/F Command DefinitionHost Controller Interface Specification ver. 0.3 / author: N.Sakamoto

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 4 / 32
Document Version [1.00]

2. Global Description

2-1. Overview

A Host controller can control or watch out the product as a Slave very easily via the communication cable.

2-2. Block Diagram

HOST RS232C cable (Straight) SLAVE
(Controller) (The product)

Connector
D-SUB (9pin, male)

* The product connector is using D-SUB 9pin male.
* RS232C cable must use D-SUB 9pin female to connect the products.

2-3. Interface connection specification of the product

uP Interface Signal name Connection device D-Sub Pin Connecter
-
N.C. - 1 <The product connector>
UART RS232C D-SUB (9pin,Male)
TxD (output) RS232C 2
- Level shift driver
- RxD (input) 3
- N.C. - 4
- GND GND 5
- N.C. 6
- N.C. - 7
N.C. - 8
N.C. - 9
-

2-4. Assumptions and Dependencies

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 5 / 32
Document Version [1.00]

3. Detailed Description

The interface specification between the product and a Host controller is described below.

3-1. Connection format Slave (the product)
3-1-1. Physical connection

Host (Controller)

(Serial setting <RS232C basic>)

TxD RxD Baud Rate : 9600bps
RxD TxD
GND GND Data Bits : 8bit

Parity : None

Stop bit : 1bit

Handshaking : None

3-1-1-1. Data transmission sequence from Host to Slave Slave (The product)
Host (Controller)

TxD → RxD

RxD ← TxD

1. Host starts a data transmission from TxD.
2. Host performs the data transmission of the number of required bytes, and ends a transmission.

3-1-1-2. Data transmission sequence from Slave to Host Slave (The product)
Host (Controller)

TxD → RxD

RxD ← TxD

1. Slave starts a data transmission from TxD.
2. Slave performs the data transmission of the number of required bytes, and ends a transmission.

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 6 / 32
Document Version [1.00]

3-2. Transmission data format
3-2-1. Transmission data format from Host to Slave

There are two kinds of transmission data form from Host shown below.

3-2-1-1. Form1: Command

Command is a data that requests some status change.

Start character : ’@’

COMMAND : see “Command list”

End character (CR) : 0Dh

Start Command End

@ “xxx:”+”...” 0Dh

3-2-1-2. Form2: Status request
Status request is a data that requests a answer of some status.
Start character : ’@’
Request status : see “Status request list”
Request character : ‘?’
End character (CR) : 0Dh

Start Command End

@ “xxx:?”+”...” 0Dh

3-2-2. Transmission data format from Slave to Host
There are two kinds of transmission data form from Slave shown below.

3-2-2-1. Form1: ACK/NAK
ACK is a reply data from Slave when Slave got an acceptable command data from Host.
(ACK is sent to Host when Slave has no related status by the Command.)
Start character : ’@’, ACK : 06h, End character (CR) : 0Dh

Start ACK End

@ 06h 0Dh

NAK is a reply data from Slave when Slave got an incorrect Command data, Status request data or
some other data from Host.

Start character : ’@’, NAK : 15h, End character (CR) : 0Dh

Start NAK End

@ 15h 0Dh

3-2-2-2. Form2: Status answer and Auto status feedback
Status answers are reply data when Slave got an acceptable Request status or Command data from
Host. Auto status feedbacks are send to Host data when a Slave’s status is changed.
Start character : ’@’
Answer character : see “Status list”
End character (CR) : 0Dh

Start Status End

@ “xxx:”+”...” 0Dh

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 7 / 32
Document Version [1.00]

3-3. The transaction sequences and the regulations
3-3-1. The transaction sequences

The transactions have three kinds of sequence.
*A transaction is a Command from Host then Slave will be an answer by Status answer, ACK or NAK.
*A transaction is a Status request from Host then Slave will be an answer by Status answer or NAK.
*A transaction is Auto status feedback from Slave when a Slave’s status changed. (If the auto status
feedback is enabled.)

3-3-2. The transaction regulations
The transactions have some kinds of regulation.
* An answer (ACK, NAK or Status answer) transmittion by Slave has to finish within 500ms when got a
Command or a Status request from Host.
* Host must not transmit an another Command or Status request until "it receives a answer by a
previous Command or Status request" or "it passes a term of waitinng time from a finishing of previous
transmission of a Command or a Status request ".
* Slave has to finish a transaction under 500ms when it sends Auto status feedback data.

3-3-3. Specification of Auto status feedback
There are some specific regulations about Auto status feedback.
* The product status has segmented into four layers of 1, 2, 3 and 4.
* The status of layer 1 are assigned most kindly status to Host. (The statuses of layer 2 are assigned
kindly status, the statuses of layer 3 are not so need status to Host and the statuses of layer 4 are
probably no wished statuses.)
* Each layer status can control transmit enable or disable by Host command. (The product default
would be all disables.)
* Slave sends auto status feedback by itself when the status is changed and if the status feedback is
enabled.
* The product defined and segmentationed layers are takeing in status list.

3-3-4. Example of the transactions Status Max. 0.5sec <Slave>
<Host> request RxD
TxD
Command Status answer
Max. 0.5sec
Transaction
TxD
Status answer
ACK or NAK

RxD

Transaction

Example of the transactions

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 8 / 32
Document Version [1.00]

3-3-5. Examples of the handshaking flowchart SLAVE
3-3-5-1. Example of successful handshaking
Com m and
HOST a cce p ta b le
Com m and
R e la te d
S ta tus S ta tus answ e r
re q u e s t
or ACK

Request
a cce p ta b le

S ta tus
answer

Changed
so m e statu s!

A u to statu s
fee db ack

The product can reply ACK instead of related status, if the product can not send the related status
immediatly.

3-3-5-2. Examples of handshaking error

HOST SLAVE
Com m and
Com m and
in c o rre c t

NAK

S ta tu s
re que st

R equest
in c o rre c t

NAK

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 9 / 32
Document Version [1.00]

4. Recommendations of Command, Status and Layer definition

- All Commands, Statuses and Layers will be defined other specific document.
- [MANDATORY] The product MUST have Commands and the Statuses same as a remote controller

buttons (IR controller) of the product.
- All Commands are required working by discreate as ON/OFF commands. (It means that do not support

TOGGLE command only. )
- All Commands and Statuses are defined same chharacter size except ACK/NAK on the product.

( Recommended character length : 3~6 characters )
- It permits attaching 0x0A character to a reply characters from the product. In this case, must suppose that the object

is followed altogether.

- Recommend to supports numbers or values direct setting command, if it has variable numbers or
values.

5. Definitions of Command, Status and Layer

This section is told how to define “Command”, “Status” and “Layer” of this product.

5-1. Commands
This chapter will show the commands of this product.

5-1-1. Normal Command list

POWER Command “PWR:0” Reply from Slave
AUDIO ATT TOGGLE “PWR:1”
AUDIO MUTE OFF “PWR:2” “PWR:1”,
VIDEO MUTE ON “PWR:3” “PWR:2”
Global Power Off “ATT:0”
VOLUME TOGGLE “ATT:1” “ATT:0”, (None)
OFF “ATT:2” “ATT:1”, (OFF)
TONE BASS ON “AMT:0” “ATT:2” (ON)
TONE TREBLE TOGGLE “AMT:1”
SOURCE Select OFF “AMT:2” “AMT:1”,
ON “VMT:0” “AMT:2”
TOGGLE “VMT:1”
OFF “VMT:2” “VMT:1”,
ON “VOL:0xxxy” “VMT:2”
VALUE “VOL:1”
UP “VOL:2” “VOL:xxxy”
xxx = vol. value as +18~-80db,
DOWN “VOL:3”
y = .0 or .5 db
UP-FAST “VOL:4” 00.0 = ”VOL: 000”,
“TOB:0xxx” -∞ = “VOL:-ZZZ”
DOWN-FAST
VALUE “TOB:1” “TOB:xxx”
UP “TOB:2” xxx = vol. value as +06 ~-06
DOWN “TOT:0xxx”
VALUE “TOT:1” “TOT:xxx”
UP “TOT:2” xxx = vol. value as +06 ~-06
DOWN “SRC:1”
TV “SRC:2” “SRC:va”, (v ,a= ‘0’ ~ ‘Z’)
DVD “SRC:3” (v = video, a = audio.)
VCR1 “SRC:5”
DSS/VCR2 “SRC:9” v = 0 (V-OFF)
AUX1 a = N (7.1CH)

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 10 / 32
Document Version [1.00]

7.1 Channel Input Command “SRC:A” Reply from Slave
AUX2 “SRC:C”
SPEAKER Select CD/CD-R “SRC:E” “71C:1”,(OFF)
TAPE “SRC:F” “71C:2”(ON)
HDMI OUT CH Select TUNER1 “SRC:G” “SPK:ab”, a=SPK-A,b=SPK-B
HDMI AUDIO MODE FM1 “SRC:H” “SPK:11”(A-OFF,B-OFF),
IP CONVERTER AM1 “SRC:J” “SPK:21”(A-ON,B-OFF),
XM1 “71C:0” “SPK:12”(A-OFF,B-ON),
TOGGLE “71C:1” “SPK:22”(A-ON,B-ON),
OFF “71C:2” “HDM:1”(CH1),
ON “SPK:0” “HDM:2”(CH2)
SPKR SEL “SPK:1” “HAM:1”(ENABLE),
SPKR-A OFF “SPK:2” “HAM:2”(THROUGH)
SPKR-A ON “SPK:3” “IPC:1”(DISABLE),
SPKR-B OFF “SPK:4” “IPC:2”(ENABLE)
SPKR-B ON “HDM:0”
TOGGLE “HDM:1” “CM2:1”(MAIN),
HDMI OUT CH1 “HDM:2” “CM2:2”(MULTI)
HDMI OUT CH2 “HAM:1”
ENABLE “HAM:2” “SLP:010~120” ( ON ),
THROIUGH “IPC:1” “SLP:000” (OFF)
DISABLE “IPC:2”
ENABLE “CM2:1” “MNU:1”, (Not on Menu)
This command is available “MNU:2” (On Menu )
COMPONENT2 MAIN for SR8002 only.
SELECT MULTI “CM2:2”
This command is available
SLEEP VALUE for SR8002 only.
MENU OFF “SLP:0xxx” (xx=”000”~”120”)
TOGGLE “SLP:1”
OFF “MNU:0” (work same as RC)
ON “MNU:1”
ENTER “MNU:2”
“MNU:3”

CURSOR UP “CUR:1” ACK
DC TRG. DOWN “CUR:2”
LEFT “CUR:3” “DCT:ab”
RIGHT “CUR:4” ( a,b, = 1:OFF, 2:ON),
TRG. 1 OFF “DCT:11” (DC TRG. 1 OFF) a = TRG.1, b = TRG.2,
TRG. 1 ON “DCT:12” (DC TRG. 1 ON)
TRG. 2 OFF “DCT:21” (DC TRG.2 OFF ) eg.) “DCT:11” (all OFF),
“DCT:21” (TRG.1 ON),
TRG. 2 ON “DCT:22” (DC TRG.2 ON ) “DCT:12” (TRG.2 ON)
“DCT:22” (all ON)
FRONT KEY LOCK OFF “FKL:1” “FKL:1” ( OFF ),
ON “FKL:2” FKL:2” (ON)

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 11 / 32
Document Version [1.00]
Surr. Mode Command “SUR:00”
AUTO “SUR:01” Reply from Slave
STEREO “SUR:02”
DOLBY “SUR:03” see Surr. Mode Status

PLⅡ(x) MOVIE “SUR:05”
-
“SUR:07”
PLⅡ(x) MUSIC
- -
“SUR:0A”
PLⅡ(x) GAME “SUR:0D”
- “SUR:0E”
- “SUR:0F”
EX/ES “SUR:0G”
NEURAL “SUR:0H”
DTS ES(DISC,MATRIX) “SUR:0I
NEO6 CINEMA “SUR:0J”
NEO6 MUSIC “SUR:0K”
Multi Ch. (MOVIE,MUSIC) “SUR:0L”
“SUR:0M”
CSⅡ CINEMA “SUR:0N”
“SUR:0O”
CSⅡ MUSIC “SUR:0P”
“SUR:0S”
CSⅡ MONO “SUR:0T”
VIRTUAL “SUR:0U”
DTS “SUR:1”
- “SUR:2”

DD+ PLⅡx MOVIE

DD+ PLⅡx MUSIC
-
SOURCE DIRECT
PURE DIRECT
NEXT
PREV

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 12 / 32
Document Version [1.00]

Command Reply from Slave
THX TOGGLE
THX OFF “THX:0” THX AUTO “THX:0”
“THX:1”
THX ON “THX:2” PLⅡx MOVIE+THX “THX:3”

THX SURR EX “THX:3” PLⅡ MOVIE+THX “THX:4”
THX SURR EX “THX:C”
THX CINEMA “THX:5” DTS ES+THX “THX:E”
THX GAMES “THX:6” “THX:F”
THX MUSIC “THX:7” NEO6 CINEMA+THX
THX SELECT2 CINEMA “THX:8”
DTS NEO6 THX “THX:9”

THX

THX MUSIC “THX:b”
THX GAMES “THX:c”
THX CINEMA “THX:e”
THX SELECT2 CINEMA “THX:f”
DTS NEO6 THX “THX:g”

“SUR:x”(x = ‘0’~’Z’)

EQ MODE Command “EQM:0” Reply from Slave “EQM:0”
EQ OFF “EQM:1” EQ OFF “EQM:1”
EQ MODE 1 “EQM:3” Set EQ Mode Preset1 “EQM:3”
EQ MODE 3 “EQM:4” Set EQ Mode Front Curve “EQM:4”
EQ MODE 4 “EQM:5” Set EQ Mode Flat Curve “EQM:5”
Set EQ Mode Audyssey
EQ MODE 5 Curve

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 13 / 32
Document Version [1.00]

Dolby Headphone Command “DHM:0” Reply from Slave
Mode BYPASS “DHM:1”
“DHM:2” (+PLⅡ MOVIE) “DHM:x”
DH1(DH) x = Dolby Headphone mode
“DHM:3” (+PLⅡ MUSIC)

NIGHT MODE Command “NGT:0” Reply from Slave
TOGGLE “NGT:1” “NGT:0”, (invalid)
M-DAX OFF “NGT:2”
ON “NGT:3” “NGT:1”, (OFF)
Lip Sync. AUTO “MDA:1” “NGT:2” (ON)
OFF “MDA:2” “NGT:3(AUTO)”
Test Tone LOW “MDA:3”
(Force start/stop HIGH “LIP:0xxx” (xxx = value ms) “MDA:1”, (OFF)
Test Tone with Auto VALUE “LIP:1” (up 10ms) “MDA:2”, (LOW)
mode) UP “LIP:2” (down 10ms) “MDA:3” (HIGH)
DOWN “TTO:0” “LIP:xxx”, (xxx = value ms)
TOGGLE “TTO:1” xxx = “000” (OFF)
OFF “TTO:2” xxx = “010” ~ “200” (ON)
ON “TTO:3”
NEXT “TTO:4” “TTO:1xy” (OFF),
PREV “TTO:2xy” (ON)

(x= auto(0)/manual(1), y= ch.)

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 14 / 32
Document Version [1.00]

For Analog Tuner Model Command Reply from Slave

VALUE “TFQ:0xxxxx“ (xxxxx = freq.) “TFQ:xxxxx”
UP “TFQ:1“ (xxxxx = Frequency)
if ( xxxxx < 00256 ) band =
DOWN “TFQ:2“
XM;
Tuner1 Frequency Auto-UP “TFQ:3“ else if (xxxxx < 02000)

Auto-DOWN “TFQ:4“ band=AM;
HD Auto-UP else band=FM;
(HD Radio Only) “TFQ:5“ (ex.“08750” = FM87.50MHz)
This command is available *Auto-UP/DOWN dose not
HD Auto-DOWN operate in XM
(HD Radio Only) for SR8002 only. *XM can be selected When Band
“TFQ:6“
Tuner1 Preset VALUE is XM.
Tuner1 mode UP This command is available
DOWN for SR8002 only. “TPR:ww”
P-Scan start “TPR:0ww” (ww = current preset nr.)
P-Scan stop “TPR:1”
TOGGLE “TPR:2” (ww = 01 ~ ??)
OFF(MONO) “TPR:3”
ON(AUTO) “TPR:4” “TMD:0”( - ),
Digital Auto “TMD:0” “TMD:1” (MONO),
“TMD:1” “TMD:2” (AUTO)
(HD Radio Only) “TMD:2” “TMD:3” (Dig AUTO)
“TMD:3”
Tuner Preset Info. TOGGLE “TPI:1” (OFF),
OFF This command is available “TPI:2” (ON)
Tuner1 MEMO ON for SR8002 only.
Tuner1 CLEAR “TPI:0” ACK
- “TPI:1” ACK
- “TPI:2”
“MEM:0”
“CLR:0”

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 15 / 32
Document Version [1.00]

XM Category Command “CAT:0” Reply from Slave
TOGGLE “CAT:1”
(Main Room CH. UP “CAT:2” “CAT:yxx”
CH. DOWN “CAT:3” y= 1(un search), 2(in search)
Only) CAT. NEXT “CAT:4” xx= Category No. 00(none), 01 to 32
CAT. PREV

Multi Room A Command “MPW:0” Reply from Slave
POWER TOGGLE “MPW:1” “MPW:1”, (OFF)
Multi Room A “MPW:2” “MPW:2” (ON)
SPEAKER OFF “MSP:0”
Multi Room A ON “MSP:1” “MSP:1”,(OFF)
AUDIO MUTE TOGGLE “MSP:2” “MSP:2” (ON)
Multi Room A OFF “MAM:0”
VOLUME ON “MAM:1” “MAM:1”,
Multi Room A TOGGLE “MAM:2” “MAM:2”
VOLUME SET OFF “MVL:0xxx”
ON “MVL:1” “MVL:xxx”
Multi Room A VALUE “MVL:2” xxx = vol. value as “ 00” ~”-90”
SOURCE Select UP “MVS:1”
DOWN “MVS:2” “MVS:1”, ( VARIABLE)
Multi Room A VARIABLE “MSC:1” “MVS:2” (FIXED)
SLEEP FIXED “MSC:2”
Multi Room A TV “MSC:3” “MSC:va”, (v ,a= ‘0’ – ‘Z’)
Stereo/Mono DVD “MSC:5” (v = video, a = audio.)
VCR1 “MSC:9”
DSS/VCR2 “MSC:A” “MSL:xx” (xx = min)
AUX1 “MSC:C” “MSL:000”
AUX2 “MSC:E” “MST:0”( - ),
CD/CDR “MSC:F”
TAPE “MSC:G” “MST:1”(STEREO),
TUNER1 “MSC:H” “MST:2”(MONO)
FM1 “MSC:J”
AM1 “MSL:0xxx” (“xxx” = min)
XM1 “MSL:1”
VALUE “MST:0”
OFF “MST:1”
TOGGLE “MST:2”
STEREO
MONO

Multi RoomA Speaker Command “MSV:0xxx” Reply from Slave
VOLUME VALUE “MSV:1”
“MSV:2” “MSV:xxx”
Multi RoomA Speaker UP “MSS:1” xxx = vol. value as +90 ~-90
VOLUME SET DOWN “MSS:2”
VARIABLE “MSM:0” “MSS:1”,
Multi RoomA Speaker FIXED “MSM:1” “MSS:2”
AUDIO MUTE TOGGLE “MSM:2”
“MSM:1”,
OFF “MSM:2”
ON

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 16 / 32
Document Version [1.00]

For Analog Tuner Model

Command “MTF:0xxxxx“ (xxxxx = freq.) Reply from Slave
VALUE “MTF:1“
“MTF:2“ “MTF:xxxxx”
UP (xxxxx = Frequency)
DOWN “MTF:3“ if ( xxxxx < 00256 ) band =

Auto-UP “MTF:4“ XM;
else if (xxxxx < 02000)
Multi Room A Auto-DOWN “MTF:5“
Tuner1 Frequency This command is available band=AM;
HD Auto-UP else band=FM;
Multi Room A (HD Radio Only) for SR8002 only. (ex.“08750” = FM87.50MHz)
Tuner1 Preset “MTF:6“ *Auto-UP/DOWN dose not
HD Auto-DOWN operate in XM
Multi Room A (HD Radio Only) This command is available *XM can be selected When Band
Tuner1 mode for SR8002 only.
VALUE is XM.
UP “MTP:0ww” (ww = preset nr.)
“MTP:1” “MTP:ww”
DOWN “MTP:2” (ww = current preset nr.)
SCAN Start “MTP:3”
SCAN Stop “MTP:4” (ww = 01 ~??)
TOGGLE “MTM:0”
OFF(MONO) “MTM:1” “MTM:0”( - ),
ON(AUTO) “MTM:2” “MTM:1”(MONO),
Digital Auto “MTM:3” “MTM:2”(AUTO)
(HD Radio Only) “MTM:3”(DigAUTO)
This command is available
for SR8002 only.

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 17 / 32
Document Version [1.00]

This part is available for SR8002 only.

Command Reply from Slave
“MPW=1”, (OFF)
Multi Room B TOGGLE “MPW=0” “MPW=2” (ON)
POWER OFF “MPW=1”
ON “MPW=2” “MSP=1”,(OFF)
“MSP=0” “MSP=2” (ON)
Multi Room B TOGGLE “MSP=1”
SPEAKER OFF “MSP=2” “MAM=1”,
ON “MAM=0” “MAM=2”
“MAM=1”
Multi Room B TOGGLE “MAM=2” “MVL=xxx”
AUDIO MUTE OFF “MVL=0xxx” xxx = vol. value as “ 00” ~”-90”
ON “MVL=1”
“MVL=2” “MVS=1”, ( VARIABLE)
Multi Room B VALUE “MVS=1” “MVS=2” (FIXED)
VOLUME UP “MVS=2”
“MSC=1” “MSC=va”, (v ,a= ‘0’ – ‘Z’)
DOWN “MSC=2” (v = video, a = audio.)
“MSC=3” *Video is always ‘0’.
Multi Room B VARIABLE “MSC=5”
“MSC=9” “MSL=xxx” (xxx = min)
VOLUME SET FIXED “MSC=A” “MSL=000”
“MSC=C” “MST=0”( - ),
TV “MSC=E”
“MSC=F” “MST=1”(STEREO),
DVD “MSC=G” “MST=2”(MONO)
“MSC=H”
VCR1 “MSC=J”
“MSL=0xxx” (“xxx” = min)
DSS/VCR2 “MSL=1”
“MST=0”
AUX1 “MST=1”
“MST=2”
Multi Room B AUX2

SOURCE Select CD/CD-R

TAPE

TUNER1

FM1

AM1

XM1

Multi Room B VALUE

SLEEP OFF

Multi Room B TOGGLE
Stereo/Mono STEREO
MONO

This part is available for SR8002 only.

Command Reply from Slave

Multi RoomB Speaker VALUE “MSV=0xxx” “MSV=xxx”
VOLUME UP “MSV=1” xxx = vol. Value as +90 ~-90
“MSV=2”
DOWN “MSS=1” “MSS=1”,
“MSS=2” “MSS=2”
Multi RoomB Speaker VARIABLE “MSM=0”
“MSM=1” “MSM=1”,
VOLUME SET FIXED “MSM=2” “MSM=2”

Multi RoomB Speaker TOGGLE
AUDIO MUTE OFF
ON

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 18 / 32
Document Version [1.00]

This part is available for SR8002 only. “MTF=0xxxxx“ (xxxxx = freq.) Reply from Slave
“MTF=1“ “MTF=xxxxx”
For Analog Tuner Model “MTF=2“
“MTF=3“ (xxxxx = Frequency)
Command if ( xxxxx < 00256 ) band =
VALUE “MTF=4“
XM;
UP “MTF=5“ else if (xxxxx < 02000)
DOWN
Auto-UP “MTF=6“ band=AM;
else band=FM;
Multi Room B Auto-DOWN “MTP=0ww” (ww = preset (ex.“08750” = FM87.50MHz)
Tuner1 Frequency nr.) *Auto-UP/DOWN dose not
HD Auto-UP operate in XM
(HD Radio Only) “MTP=1” *XM can be selected When Band
“MTP=2”
HD Auto-DOWN “MTP=3” is XM.
(HD Radio Only) “MTP=4”
“MTM=0” “MTP=ww”
Multi Room B VALUE “MTM=1” (ww = current preset nr.)
Tuner1 Preset “MTM=2”
UP (ww = 01 ~??)
Multi Room B DOWN “MTM=3”
Tuner1 mode SCAN Start “MTM=0”( - ),
SCAN Stop “MTM=1”(MONO),
TOGGLE “MTM=2”(AUTO)
OFF(MONO) “MTM=3”(DigAUTO)
ON(AUTO)
Digital Auto
(HD Radio Only)

5-1-2. Specific Commands

Auto status feedback Command from Host Reply from Slave
“AST:x” (x = ‘0’ ~ ’F’)
same as
command define

(The product default is disabled bit 3 : Layer 4 ( 1 = Enable, 0 = Disable)
all auto status feedback.) bit 2 : Layer 3 ( 1 = Enable, 0 = Disable)
bit 1 : Layer 2 ( 1 = Enable, 0 = Disable)
bit 0 : Layer 1 ( 1 = Enable, 0 = Disable)

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 19 / 32
Document Version [1.00]

5-2. Status request and Status answer list

5-2-1. Normal Status request and Status (answer and feedback) list

Status request Status answer and feedback
POWER
AUDIO ATT “PWR:?” OFF “PWR:1”
AUDIO MUTE “ATT:?”
VIDEO MUTE “AMT:?” ON “PWR:2”
VOLUME “VMT:?”
TONE BASS “VOL:?” OFF “ATT:1”
TONE TREBLE “TOB:?”
“TOT:?” ON “ATT:2”
SOURCE Select
“SRC:?” OFF “AMT:1”
7.1 Channel Input
“71C:?” ON “AMT:2”

OFF “VMT:1”

ON “VMT:2”

Volume value = xxxy “VOL:xxxy”

(see command list) (+18.0 ~ -80.0dB)

Bass value = xxx “TOB:xxx”
(see command list)

Treble value = xxx “TOT:xxx”
(see Command List)

Video+Audio source “SRC:va”
(see Command List) (v ,a= ‘0’ ~ ‘Z’)

(v = video, a = audio.)

INPUT (A/D) SELECT “INP:?” OFF “71C:1”

INPUT SIGNAL “ISG:?” ON “71C:2”

ANALOG “INP:1”

DIGITAL “INP:2”
HDMI “INP:4”
AUTO[DIGITAL] “INP:6”
AUTO [HDMI] “INP:8”

ANALOG “ISG:1”

DIGITAL “ISG:2”
HDMI “ISG:4”

SPEAKER Select “SPK:?” Speaker status = ab “SPK:ab”
a = SPKR-A, b = SPKR-B a,b (1 = OFF, 2 = ON)

HDMI OUT CHANNEL “HDM:?” HDMI OUT CH1 “HDM:1”
HDMI AUDIO MODE “HAM:?” HDMI OUT CH2 “HDM:2”
HDMI ENABLE “HAM:1”
Source Input State “IST:?” HDMI THROUGH “HAM:2”

AUTO LIP SYNC “HAL:?” UNKNOWN “IST:0”

IP CONVERTER “IPC:?” OFF “IST:1”

COMPONENT2 SELECT ON “IST:2”
This command is available “CM2:?” AUTO LIP SYNC DISABLE “ALS:1”
for SR8002 only. AUTO LIP SYNC ENABLE “ALS:2”
I/P CONVERT DISABLE “IPC:1”
I/P CONVERT ENABLE “IPC:2”
COMP2 MAIN ROOM “CM2:1”

COMP2 MULTI ROOM “CM2:2”

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 20 / 32
Document Version [1.00]
Status request
SLEEP Status answer and feedback
MENU
“SLP:?” Sleep time (xx = 000 ~ 120) “SLP:xxx”
Status request “MNU:?”
DC TRG. OFF “MNU:1” ( Not on Menu)
FLONT KEY LOCK “DCT:?”
“FKL:?” ON “MNU:2” (On Menu)

Status answer and feedback

“DCT:abcd” eg.)
(1 = OFF, 2 = ON) “DCT:11”, (all OFF)
( a = TRG.1, b = TRG.2
“DCT:12”, (TRG.2 ON)
“DCT:22” (all ON)

OFF “FKL:1”

ON “FKL:2”

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 21 / 32
Status request Document Version [1.00]

Surr. Mode AUTO Status answer and feedback
STEREO “SUR:0”
“SUR:1”

DOLBY “SUR:2”

PLⅡxMOVIE “SUR:3”

PLⅡ MOVIE “SUR:4”

PLⅡxMUSIC “SUR:5”

PLⅡ MUSIC “SUR:6”

PLⅡxGAME “SUR:7”

PLⅡ GAME “SUR:8”

MULTI-CH “SUR:9”
EX/ES “SUR:A”
- “SUR:B”

DD EX “SUR:C”

NEURAL “SUR:D”
DTS ES(DISC,MATRIX) “SUR:E”
NEO6 CINEMA “SUR:F”

NEO6 MUSIC “SUR:G”

Multi Ch. (MOVIE,MUSIC) “SUR:H”

CSⅡ CINEMA “SUR:I”

CSⅡ MUSIC “SUR:J”

“SUR:?” CSⅡ MONO “SUR:K”
“THX:?”
VIRTUAL “SUR:L”

DTS “SUR:M”

DTS NEO6 “SUR:N”

DD+PL2xMOVIE “SUR:O”

DD+PL2xMUSIC “SUR:P”

AAC+PL2xMOVIE “SUR:Q”

AAC+PL2xMUSIC “SUR:R”

AAC “SUR:S”

SOURCE DIRECT “SUR:T”

PURE DIRECT “SUR:U”

SACD “SUR:V”

- “SUR:W”

Head Phone “SUR:X”

DOLBY DIGITAL PLUS “SUR:a”

DOLBY DIGITAL PLUS EX “SUR:b”

DOLBY TRUE HD “SUR:c”

DOLBY TRUE HD EX “SUR:d”

DTS HD MSTR “SUR:e”

DTS HD HI RES “SUR:f”

DTS HD EXPRESS “SUR:g”

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 22 / 32
Document Version [1.00]

Status request Status answer and feedback
THX Mode
THX AUTO “THX:0”

- “THX:1”

- “THX:2”

PL2xVOMIE +THX “THX:3”

PL2 MOVIE+THX “THX:4”

“THX:?” THX SURR EX “THX:C”
“SUR:?”
DTS ES+THX “THX:E”

NEO6 CINEMA+THX “THX:F”

THX MUSIC “THX:b”

THX GAMES “THX:c”

THX CINEMA “THX:e”
THX SELECT2 CINEMA “THX:f”
DTS NEO6 THX “THX:g”

Status request Status answer and feedback

EQ OFF “EQM:0”

Set EQ Mode Preset1 “EQM:1”

EQ MODE “EQM:?” Set EQ Mode Front Curve “EQM:3”

Set EQ Mode Flat Curve “EQM:4”

Set EQ Mode Audyssey “EQM:5”

Curve

Status request Status answer and feedback
Surr. Mode
“SUR:?” “SUR:x” , same as command
“THX:x” replay

(see Command list)

THX “THX:?” “SUR:x” , same as command reply
Dolby Headphone mode “DHM:?”
“THX:x”, (see Command list)

“DHM:x” same as command reply
(see Command list)

OFF “NGT:1”

Night Mode “NGT:?” ON “NGT:2”

AUTO “NGT:2”

OFF “MDA:1”,

M-DAX “MDA:?” LOW “MDA:2”,
Lip Sync. “LIP:?”
Test Tone “TTO:?” HIGH “MDA:3”

VALUE (ms) “LIP:xxx”
(xxx = 000 ~ 200 ms)

OFF “TTO:1xy”

ON “TTO:2xy”
(x=auto(0)/manual(1), y=ch )

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 23 / 32
Document Version [1.00]

Status request Status answer and feedback

x=

‘0’ :No detect

’1’ :D DIGITAL AC-3

‘2’ : D DIGITAL AC-3 PL

‘3’ : D DIGITAL SURR. EX

‘4’ : DTS

‘5’ : DTS ES DISCREATE

‘6’ : DTS ES MATRIX

‘7’ : AAC

‘8’ : MPEG

Digital Signal Format “SIG:?” ‘9’ : M-PCM “SIG:x”

‘A’ : PCM x = signal

‘B’ : HDCD

‘C’ : DSD

‘D’ : DTS 96/24

‘E’ : reserved

‘F’ : OTHER

‘G’ : DD PLUS

‘H’ : DD THROU HD

‘I’ : DTS HD MSTR

‘J’ : DTS HD HI RES

‘K’ : DTS HD EXPRESS

x=

‘0’ : Out of range

‘1’ : 32kHz

‘2’ : 44.1kHz

Sampling Frequency “SFQ:?” ‘3’ : 48kHz “SFQ:x”

‘4’ : 88.2kHz x = Freq.

‘5’ : 96kHz

‘6’ : 176.4kHz

‘7’ : 192kHz

‘F’ : Input isn’t Digital (=Analog)

xy = “00”: Not available

‘x’ = ‘8’ ~ ‘F’

bit3 : 1

Bit2 : LFE

Channel Status “CHS:?” bit1 : Surr. L “CHS:xy”
bit0 : Surr. R xy = Ch.Stat
‘y’ = ‘0’ ~ ‘F’

bit3 : Surr Back

bit2 : Front L

bit1 : Front R

bit0 : Center

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 24 / 32
Document Version [1.00]

For Analog Tuner Model Status answer and feedback
Status request
“TFQ:?” “TFQ:xxxxx” same as command reply
Tuner1 Frequency (see Command list)

Tuner1 Preset “TPR:?” “TPR:ww” same as command reply
(see Command list)

OFF ( MONO) “TMD:1”

AUTO “TMD:2”

Tuner1 mode “TMD:?” Digital Auto(HD Radio Only)

This answer is available for “TMD:3”

SR8002 only.

Tuner1 Preset Info. “TPI:?” OFF “TPI:1”

ON “TPI:2”

Tuner1 Multicast “TMC:?” “TMC:xx” “TMC:xx”
(HD Radio Only) (xx = 01 ~ 08)

This command is available
for SR8002 only.

Status request “CAT:?” “CAT:yxx” Status answer and feedback
XM Category
(Main Room Only) “CHN:?” same as command reply
“ARN:?” (see Command list)
Status request “SON:?”
XM ChName “CTN:?” Status answer and feedback

XM ArtistName Channel Name “CHN:xxxxxxx”

XM SongTitle *=10Byte

XM CategoyName Artist Name “ARN:xxxxxxx”

*=16Byte

Song Title “SON:xxxxxxx”

*=16Byte

Category Name “CTN:xxxxxxx”

*=8Byte

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 25 / 32
Document Version [1.00]

This part is available for SR8002 only. Status answer and feedback
Status request

HD StationName “CHN*?” Channel(Station) Name “CHN*xxxxxxx”

X=10Byte

HD TXT1 “ARN*?” Artist Name “ARN*xxxxxxx”

(RDS Radio Text) X=16Byte

HD TXT2 “SON*?” Song Title “SON*xxxxxxx”
(RDS
Program Service Name) X=16Byte

HD PTYName “CTN*?” Category(PTY) Name “CTN*xxxxxxx”

X=8Byte

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 26 / 32
Document Version [1.00]

Status request “MPW:?” OFF Status answer and feedback
Multi Room A “MSP:?” ON “MPW:1”
POWER “MAM:?” OFF “MPW:2”
“MVL:?” ON “MSP:1”
Multi Room A “MVS:?” OFF “MSP:2”
SPEAKER ON “MAM:1”
“MAM:2”
Multi Room A
AUDIO MUTE Volume value = xxx “MVL:xxx”

Multi Room A VARIABLE “MVS:1”
VOLUME FIXED “MVS:2”
Multi Room A
VOLUME SET Video+Audio source “MSC:va”
(v ,a= ‘0’ – ‘Z’)
Multi Room A “MSC:?” (v = video, a = audio.) “MSL:xxx”
SOURCE Select “MOS:1”
Sleep time min : xxx = ‘000’ ~ “MOS:2”
Multi Room A “MSL:?” ‘120’ “MST:1”
SLEEP “MOS:?” OFF “MST:2”
Multi Room A “MST:?” ON “MSP:1”
OSD “MSP:?” STEREO “MSP:2”
“MSV:?” MONO
Multi Room A “MSS:?” OFF
STEREO/MONO “MSM:?” ON

Multi Room A Volume value = xxx “MSV:xxx”
SPEAKER
VARIABLE “MSS:1”
Multi RoomA Speaker FIXED “MSS:2”
VOLUME OFF “MSM:1”
Multi RoomA Speaker ON “MSM:2”
Volume Set

Multi RoomA Speaker
AUDIO MUTE

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 27 / 32
Document Version [1.00]

For Analog Tuner Model Status answer and feedback
Status request
xxxxx = frequency
Multi Room A “MTF:?” if ( xxxxx < 00256 ) band =
Tuner1 Frequency XM; “MTF:xxxxx”
else if (xxxxx < 02000)
band=AM; else band=FM;

Multi Room A “MTP:?” xx = preset number ( 01 ~ ??) “MTP:xx”
Tuner1 Preset

Multi Room A “MTM:?” - (None) “MTM:0”
Tuner1 Mode “MTM:1”
OFF (MONO) “MTM:2”
ON (AUTO)
Digital Auto(HD Radio Only) “MTM:3”
This answer is available for
SR8002 only.

Multi Room A “MMC:?” ww = multicast number “MMC:ww”
Tuner1 Multicast (01 ~ 08) (ww = 01 ~ 08)

(HD Radio Only)

This command is
available for SR8002 only.

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 28 / 32
Document Version [1.00]

This part is available for SR8002 only.

Status request Status answer and feedback
“MPW=1”
Multi Room B “MPW=?” OFF “MPW=2”
POWER ON “MSP=1”
OFF “MSP=2”
Multi Room B “MSP=?” ON “MAM=1”
SPEAKER OFF “MAM=2”
ON
Multi Room B “MAM=?”
AUDIO MUTE

Multi Room B “MVL=?” Volume value = xxx “MVL=xxx”
VOLUME

Multi Room B “MVS=?” VARIABLE “MVS=1”
VOLUME SET FIXED “MVS=2”

Multi Room B “MSC=?” Video+Audio source “MSC=va”
SOURCE Select (v ,a= ‘0’ – ‘Z’)
(v = video, a = audio.) “MSL=xxx”
Multi Room B “MSL=?” “MOS=1”
SLEEP “MOS=?” Sleep time min : xxx = ‘000’ ~ “MOS=2”
Multi Room B “MST=?” ‘120’ “MST=1”
OSD “MSP=?” OFF “MST=2”
Multi Room B “MSV=?” ON “MSP=1”
STEREO/MONO “MSS=?” STEREO “MSP=2”
“MSM=?” MONO
Multi Room B
SPEAKER OFF

Multi RoomB Speaker ON
VOLUME
Multi RoomB Speaker Volume value = xxx “MSV=xxx”
Volume Set
Multi RoomB Speaker VARIABLE “MSS=1”
AUDIO MUTE FIXED “MSS=2”
OFF “MSM=1”
ON “MSM=2”

This part is available for SR8002 only. Status answer and feedback
For Analog Tuner Model
Status request xxxxx = frequency
if ( xxxxx < 00256 ) band =
Multi Room B “MTF=?” XM; “MTF=xxxxx”
Tuner1 Frequency else if (xxxxx < 02000)
band=AM; else band=FM;

Multi Room B “MTP=?” xx = preset number ( 01 ~ ??) “MTP=xx”
Tuner1 Preset “MTM=?”
“MMC=?” - (None) “MTM=0”
Multi Room B “MTM=1”
Tuner1 Mode OFF (MONO) “MTM=2”
ON (AUTO) “MTM=3”
Multi Room B
Tuner1 Multicast Digital Auto(HD Radio Only) “MMC=xx”

xx = multicast number
(01 ~ 08)

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 29 / 32

5-2-2. Layer of the statuses Document Version [1.00]

Status “PWR:” Layer
“ATT:” 1
POWER “AMT:” 3
“VMT:” 1
AUDIO ATT “VOL:” 1
“TOB:” 1
AUDIO MUTE “TOT:” 1
“SRC:” 1
VIDEO MUTE “71C:” 1
VOLUME “INP:” 1
TONE BASS “ISG:” 3
TONE TREBLE “SPK:” 3
SOURCE Select ‘’HDM:” 1
7.1 Channel Input “HAM:” 1
INPUT (A/D) SELECT “IST:” 1
INPUT SIGNAL SOURCE “IPC:” 1
SPEAKER Select “CM2:” 1
HDMI OUT CHANNEL SELECT 1
HDMI AUDIO MODE “DIP:”
“OSD:” Layer
Source Input State “SLP:” 1
“MNU:” 1
IP CONVERTER “DCT:” 2
COMPONENT2 SELECT 4
“SUR:” 1
Status “THX:”
“DHM:” Layer
DISPLAY “EQM:” 2
“NGT:” 2
OSD “REQ:” 2
“BIL:” 3
SLEEP “MDA:” 3
MENU “LIP:” 3
DC TRIG. “TTO:” 4
“SIG:” 3
Status “SFQ:” 4
“CHS:” 1
Surr. Mode 4
THX 4
4
Dolby Headphone Mode

EQ MODE
Night Mode
RE-EQ
Biligual
M-DAX
Lip Sync.
Test Tone

Digital Signal Format

Sampling Frequency

Channel Status

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 30 / 32
Document Version [1.00]
Status “TFQ:”
Tuner1 Frequency “TPR:” Layer
“TMD:” 3
Tuner1 Preset “TPI:” 2
2
Tuner1 mode “TMC:” 2

Tuner Preset Info. 3
Tuner1 Multicast
(HD Radio Only)
This command is available for SR8002
only.

Status Layer
1
XM Category Search “CAT:” 4
XM Channel Name “CHN:” 4
XM Artist Name “ARN:” 4
XM Song Title “SON:” 4
“CTN:”
XM Category Name Layer
“CHN*” 4
This part is available for SR8002 only. “ARN*” 4
“SON*” 4
HD Radio Only “CTN*” 4

Status Layer
HD Station Name 1
HD TXT1(RDS Radio Text) 2
HD TXT2(RDS Program Service Name) 1
HD PTY Name 1
2
Status “MPW:” 1
2
Multi Room A POWER “MSP:” 2
2
Multi Room A SPEAKER “MAM:” 1
“MVL:” 2
Multi Room AAUDIO MUTE “MVS:” 1
Multi Room A VOLUME “MSC:”
Multi Room A VOLUME SET “MSL:” Layer
Multi Room A SOURCE Select “MOS:” 3
Multi Room A SLEEP “MST:” 2
Multi Room A OSD “MSV:” 2
Multi Room A STEREO/MONO
Multi RoomA Speaker VOLUME “MSS:” 2

Multi RoomA Speaker Volume Set “MSM:”

Multi RoomA Speaker A-MUTE

Status “MTF:”
“MTP:”
Multi Room A Tuner1 Frequency “MTM:”

Multi Room A Tuner1 Preset “MMC:”
Multi Room A Tuner1 Mode
Multi Room A Tuner1 Multicast
(HD Radio Only)
This answer is available for SR8002 only.

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 31 / 32

This part is available for SR8002 only. “MPW=” Document Version [1.00]
Status “MSP=”
“MAM=” Layer
Multi Room B POWER “MVL=” 1
Multi Room B SPEAKER “MVS=” 2
Multi Room B AUDIO MUTE “MSC=” 1
Multi Room B VOLUME “MSL=” 1
Multi Room B VOLUME SET “MOS=” 2
Multi Room B SOURCE Select “MST=” 1
Multi Room B SLEEP “MSV:” 2
Multi Room B OSD “MSS:” 2
Multi Room B STEREO/MONO “MSM:” 2
Multi RoomB Speaker VOLUME 1
Multi RoomB Speaker Volume Set “MTF=” 2
Multi RoomB Speaker A-MUTE “MTP=” 1
“MTM=”
This part is available for SR8002 only. “MMC=” Layer
Status 3
“AST:” 2
Multi Room B Tuner1 Frequency “RSV:” 2
Multi Room B Tuner1 Preset 2
Multi Room B Tuner1 Mode
Multi Room B Tuner1 Multicast Layer
(HD Radio Only) 1
1
Status
Auto status feedback
Read Host I/F Software version

Company Restricted

SR8002/SR7002 RS-232C Control Specification Page: 32 / 32
Document Version [1.00]

6. Revision history

Rev. Date Owner Change description

1.0 10/16/2007 Marantz America, Inc. First release

Company Restricted


Click to View FlipBook Version