0% found this document useful (0 votes)
37 views20 pages

SR 5001 Man

Uploaded by

webstman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views20 pages

SR 5001 Man

Uploaded by

webstman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

RS-232C Control Specification :

Rev 00

SR5001

RS-232C Control Specification

Category : A/V Receiver

Document Version : 1.0

Author(s) : Marantz America, Inc.

Date : 2006/08/18

Number of Page : 20

Marantz America, Inc. 2006


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.
SR5001 RS-232C Control Specification Page: 2 / 20
Document Version [1.0]

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 ................................................................................................................................................ 3
2-1. Overview........................................................................................................................................................... 3
2-2. Block Diagram.................................................................................................................................................. 3
2-3. Interface connection specification of the product........................................................................................... 3
2-4. Assumptions and Dependencies.................................................................................................................... 3
3. Detailed Description.............................................................................................................................................. 4
3-1. Connection format ........................................................................................................................................... 4
3-1-1. Physical connection................................................................................................................................. 4
3-1-1-1. Data transmission sequence from Host to Slave .......................................................................... 4
3-1-1-2. Data transmission sequence from Slave to Host .......................................................................... 4
3-2. Transmission data format................................................................................................................................ 5
3-2-1. Transmission data format from Host to Slave........................................................................................ 5
3-2-1-1. Form1: Command ........................................................................................................................... 5
3-2-1-2. Form2: Status request..................................................................................................................... 5
3-2-2. Transmission data format from Slave to Host........................................................................................ 5
3-2-2-1. Form1: ACK/NAK ............................................................................................................................ 5
3-2-2-2. Form2: Status answer and Auto status feedback.......................................................................... 5
3-3. The transaction sequences and the regulations............................................................................................ 6
3-3-1. The transaction sequences..................................................................................................................... 6
3-3-2. The transaction regulations..................................................................................................................... 6
3-3-3. Specification of Auto status feedback..................................................................................................... 6
3-3-4. Example of the transactions.................................................................................................................... 6
3-3-5. Examples of the handshaking flowchart ................................................................................................ 7
3-3-5-1. Example of successful handshaking..............................................................................................7
3-3-5-2. Examples of handshaking error...................................................................................................... 7
4. Recommendations of Command, Status and Layer definition..................................................................... 8
5. Definitions of Command, Status and Layer...................................................................................................... 9
5-1. Normal Command list...................................................................................................................................... 9
5-1-1. Main function contents............................................................................................................................. 9
5-1-2. Display and Menu contents...................................................................................................................10
5-1-3. Surround contents ................................................................................................................................. 11
5-1-4. Tuner contents .......................................................................................................................................13
5-1-5. XM Contents ..........................................................................................................................................13
5-1-6. Multi Room contents..............................................................................................................................14
5-2. Specific Commands.......................................................................................................................................15
5-3. Status request and Status answer list...........................................................................................................16
5-3-1. Normal Status request and Status (answer and feedback) list...........................................................16
5-3-2. Layer of the statuses .............................................................................................................................19
6. Revision history...................................................................................................................................................20

Company Restricted
SR5001 RS-232C Control Specification Page: 3 / 20
Document Version [1.0]

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
Abbreviation Description

1-4. References
- Hardware Software Interface Specification ver. 1.02 / author: N.Sakamoto
-

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 SLAVE
(Controller) RS232C cable (straight) (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 TxD (output) RS232C 2 RS232C D-SUB (9pin,Male)
RxD (input) Level shift driver 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
SR5001 RS-232C Control Specification Page: 4 / 20
Document Version [1.0]

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

3-1. Connection format


3-1-1. Physical connection
Host (Controller) Slave (the product)

Serial setting <RS232C basic


Baud Rate : 9600bps
TxD RxD
Data Bits : 8bit
Parity : None
RxD TxD
Stop bit : 1bit
Handshaking : None
GND GND

3-1-1-1. Data transmission sequence from Host to Slave


Host (Controller) Slave (The product)

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


Host (Controller) Slave (The product)

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
SR5001 RS-232C Control Specification Page: 5 / 20
Document Version [1.0]

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 request status 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
A CR
‘@’ 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
A CR
‘@’ 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
SR5001 RS-232C Control Specification Page: 6 / 20
Document Version [1.0]

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


<Host> <Slave>
Status
Command
request
max. 0.5sec max. 0.5sec
TxD RxD
Status answer ,
ACK or NAK Status answer

RxD TxD
a transaction a transaction

Example of the transactions

Company Restricted
SR5001 RS-232C Control Specification Page: 7 / 20
Document Version [1.0]

3-3-5. Examples of the handshaking flowchart

3-3-5-1. Example of successful handshaking

HOST SLAVE

Com m and Com m and


a c c e p ta b le
R e la te d
S ta tu s a n s w e r

or ACK

S ta tu s
re q u e s t
R equest
a c c e p ta b le
S ta tu s
answ er

Changed
s o m e s ta tu s !
A u to s t a tu s
fe e d b a c k

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 r r e c t

NAK

S ta tu s
re q u e s t
R equest
in c o r r e c t

NAK

Company Restricted
SR5001 RS-232C Control Specification Page: 8 / 20
Document Version [1.0]

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.

Company Restricted
SR5001 RS-232C Control Specification Page: 9 / 20
Document Version [1.0]

5. Definitions of Command, Status and Layer


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

5-1. Normal Command list


5-1-1. Main function contents
Command Reply from Slave
TOGGLE “PWR:0”
“PWR:1”
POWER OFF “PWR:1”
“PWR:2”
ON “PWR:2”
TOGGLE “ATT:0” “ATT:0”(None)
AUDIO ATT OFF “ATT:1” “ATT:1”(OFF)
ON “ATT:2” “ATT:2”(ON)
TOGGLE “AMT:0”
“AMT:1”
AUDIO MUTE OFF “AMT:1”
“AMT:2”
ON “AMT:2”
TOGGLE “VMT:0”
“VMT:1”
VIDEO MUTE OFF “VMT:1”
“VMT:2”
ON “VMT:2”
VALUE “VOL:0xxx” “VOL:xxx”
VOLUME UP “VOL:1” xxx = Vol. value as +18 ~ -99,
DOWN “VOL:2” 0db = ”VOL: 00”, -∞ = “VOL:-ZZ”
VALUE “TOB:0xxx”
“TOB:xxx”
TONE BASS UP “TOB:1”
xxx = vol. value as +6 ~-6
DOWN “TOB:2”
VALUE “TOT:0xxx”
“TOT:xxx”
TONE TREBLE UP “TOT:1”
xxx = vol. value as +6 ~-6
DOWN “TOT:2”
TV “SRC:1”
DVD “SRC:2”
VCR1 “SRC:3”
DSS/VCR2 “SRC:5”
AUX1 “SRC:9”
“SRC:va”, (v ,a= ‘0’ – ‘I’)
AUX2 “SRC:A”
(v = video, a = audio.)
SOURCE Select CD “SRC:C”
v = 0 (V-OFF)
CD-R “SRC:D” a = N (7.1CH)
TAPE “SRC:E”
TUNER “SRC:F”
FM “SRC:G”
AM “SRC:H”
XM “SRC:J”
TOGGLE “71C:0”
“71C:1” (OFF)
7.1 Channel Input OFF “71C:1”
“71C:2” (ON)
ON “71C:2”

Company Restricted
SR5001 RS-232C Control Specification Page: 10 / 20
Document Version [1.0]

5-1-2. Display and Menu contents


Command Reply from Slave
VALUE “SLP:0xx” “SPL:xx”
SLEEP
OFF “SLP:1” “SPL:00”
TOGGLE “MNU:0”
OFF(EXIT) “MNU:1” “MNU:1”(non-Menu mode)
MENU
ON “MNU:2” “MNU:2”(on Menu mode)
ENTER “MNU:3”
UP “CUR:1”
DOWN “CUR:2”
CURSOR ACK
LEFT “CUR:3”
RIGHT “CUR:4”

Command Reply from Slave


“DCT:11”
TRG. 1 OFF
(DC TRG. 1 OFF) “DCT:a”
DC TRG.
“DCT:12” ( a = 1:OFF, 2:ON), a = TRG.1
TRG. 1 ON
(DC TRG. 1 ON)

Command Reply from Slave


TOGGLE “SSU:0”
OFF(EXIT) “SSU:1” “SSU:1”(non-Setup mode),
Simple Setup
ON “SSU:2” “SSU:2”(on Setupmode)
ENTER “SSU:3”
UP “CUR:1”
CURSOR
DOWN “CUR:2”
(same as Menu ACK
LEFT “CUR:3”
Cursor )
RIGHT “CUR:4”

Company Restricted
SR5001 RS-232C Control Specification Page: 11 / 20
Document Version [1.0]

5-1-3. Surround contents


Command Reply from Slave
AUTO “SUR:00”
STEREO “SUR:01”
DOLBY “SUR:02”
PL2xMOVIE “SUR:03”
PL2 MOVIE “SUR:04”
PL2xMUSIC “SUR:05”
PL2 MUSIC “SUR:06”
PL2xGAME “SUR:07”
PL2 GAME “SUR:08”
Dolby
“SUR:09”
PROLOGIC
EX/ES “SUR:0A”
VIRTUAL 6.1 “SUR:0B”
DTS ES “SUR:0E”
NEO6 CINEMA “SUR:0F” “SUR:x“
Surr. Mode
NEO6 MUSIC “SUR:0G” (x = ‘0’ ~’Z’)
Multi Ch.
“SUR:0H”
STEREO
CS CINEMA “SUR:0I”
CS MUSIC “SUR:0J”
CS MONO “SUR:0K”
VIRTUAL “SUR:0L”
DTS “SUR:0M”
DD+ PL2x MOVIE “SUR:0O”
DD+ PL2x MUSIC “SUR:0P”
SOURCE
“SUR:0T”
DIRECT
PURE DIRECT “SUR:0U”
UP “SUR:1”
DOWN “SUR:2”

Company Restricted
SR5001 RS-232C Control Specification Page: 12 / 20
Document Version [1.0]

Command Reply from Slave


TOGGLE “TTO:0”
Test Tone
OFF “TTO:1” “TTO:1xy” (OFF),
(Force start/stop
ON “TTO:2” “TTO:2xy” (ON, x= auto(0)/manual(1), y=
Test Tone with
NEXT “TTO:3” ch.)
Auto mode)
PREV “TTO:4”
TOGGLE “NGT:0”
“NGT:1”(OFF),
Night Mode OFF “NGT:1”
“NGT:2”(ON)
ON “NGT:2”
BYPASS “DHM:0”
“DHM:1”
Dolby Headphone (+PL2 MOVIE) “DHM:x”
Mode DH1 “DHM:2” x = Dolby Headphone mode
(+PL2 MUSIC)
“DHM:3”

Command Reply from Slave


“LIP:0xxx“
(xxx = value) “LIP:xxx”
VALUE xxx = 000 (OFF), (xxx = Lip Sync. value)
Lip Sync. xxx = 010,020,...190,200
(ms) xxx = 000 (OFF),
UP “LIP:1” xxx = 010,020,...190.200 ms
DOWN “LIP:2“

Company Restricted
SR5001 RS-232C Control Specification Page: 13 / 20
Document Version [1.0]

5-1-4. Tuner contents


Command Reply from Slave
“TFQ:0xxxxx“ (xxxx “TFQ:xxxxx”
VALUE
x = freq.) (xxxxx = Frequency)
UP “TFQ:1“ if ( xxxxx < 00256 ) band = XM;
DOWN “TFQ:2“ else if (xxxxx < 02000) band=AM;
Tuner Frequency Auto-UP “TFQ:3“ else band=FM;
(ex.“08750” = FM87.50MHz)
*Auto-UP/DOWN dose not operate in
Auto-DOWN “TFQ:4“ XM
*XM can be selected When Band is XM.
VALUE “TPR:0ww”
UP “TPR:1” “TPR:ww”
Tuner Preset DOWN “TPR:2” (ww = current preset nr.)
P-Scan start “TPR:3” (ww = 01 ~ ??)
P-Scan stop “TPR:4”
TOGGLE “TMD:0” “TMD:0”( - ),
Tuner mode OFF(MONO) “TMD:1” “TMD:1” (MONO),
ON(AUTO) “TMD:2” “TMD:2” (AUTO)
Tuner MEMO - “MEM:0” ACK
CLEAR - “CLR:0” ACK
Key0, “NUM:0”
Key1, “NUM:1”
Key2, “NUM:2”
Key3, “NUM:3”
Tuner Numeric Key4, “NUM:4”
ACK
keys Key5, “NUM:5”
Key6, “NUM:6”
Key7, “NUM:7”
Key8, “NUM:8”
Key9 “NUM:9”

5-1-5. XM Contents
Command Reply from Slave
TOGGLE “XDP:0”
“XDP:1”(NORMAL)
NORMAL “XDP:1”
“XDP:2”(ART/SNG)
XM DispMode ART/SNG “XDP:2”
“XDP:3”(CATEGORY)
CATEGORY “XDP:3” “XDP:4”(STATUS)
STATUS “XDP:4”
VALUE “CAT:0xx”
CH. UP “CAT:1” “CAT:yxx”
XM Category CH. DOWN “CAT:2” y= 1(un search), 2(in search)
CAT. NEXT “CAT:3” xx= Category No. 00(none), 01 to 32
CAT. PREV “CAT:4”

Company Restricted
SR5001 RS-232C Control Specification Page: 14 / 20
Document Version [1.0]

5-1-6. Multi Room contents


Command Reply from Slave
TOGGLE “MPW:0”
Multi Room “MPW:1”,
OFF “MPW:1”
POWER “MPW:2”
ON “MPW:2”
TOGGLE “MAM:0”
Multi Room “MAM:1”,
OFF “MAM:1”
AUDIO MUTE “MAM:2”
ON “MAM:2”
VALUE “MVL:0xxx”
Multi Room “MVL:xxx”
UP “MVL:1”
VOLUME xxx = vol. value as +90 ~-90
DOWN “MVL:2”
Multi Room
VARIABLE “MVS:1” “MVS:1”,
VOLUME SET
FIXED “MVS:2” “MVS:2”
TV “MSC:1”
DVD “MSC:2”
VCR1 “MSC:3”
DSS/VCR2 “MSC:5”
AUX1 “MSC:9”
AUX2 “MSC:A”
Multi Room “MSC:va”, (v ,a= ‘0’ – ‘I’)
CD “MSC:C”
SOURCE Select (v = video, a = audio.)
CD-R “MSC:D”
TAPE “MSC:E”
TUNER “MSC:F”
FM “MSC:G”
AM “MSC:H”
XM “MSC:J”
“MSL:0xx”
Multi Room VALUE “MSL:xx” (xx = min)
(“xx” = min)
SLEEP
OFF “MSL:1” “MSL:00”
“MTF:0xxxxx“
VALUE “MTF:xxxxx”
(xxxxx = freq.)
(xxxxx = Frequency)
UP “MTF:1“ if ( xxxxx < 00256 ) band = XM;
Multi Room
else if (xxxxx < 02000) band=AM;
Tuner DOWN “MTF:2“ else band=FM;
Frequency
(ex.“08750” = FM87.50MHz)
Auto-UP “MTF:3“
*Auto-UP/DOWN dose not operate in XM
Auto-DOWN “MTF:4“ *XM can be selected When Band is XM.

“MTP:0ww”
VALUE
(ww = preset nr.)
“MTP:ww”
Multi Room UP “MTP:1”
(ww = current preset nr.)
Tuner Preset DOWN “MTP:2”
(ww = 01 ~??)
SCAN Start “MTP:3”
SCAN Stop “MTP:4”
TOGGLE “MTM:0” “MTM:0”( - ),
Multi Room
OFF(MONO) “MTM:1” “MTM:1”(MONO),
Tuner mode
ON(AUTO) “MTM:2” “MTM:2”(AUTO)

Company Restricted
SR5001 RS-232C Control Specification Page: 15 / 20
Document Version [1.0]

Command Reply from Slave


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

5-2. Specific Commands

Command from Host Reply from Slave


Auto status feedback “AST:x” (x = ‘0’ ~ ’F’)

bit 3 : Layer 4 ( 1 = Enable, 0 = Disable) same as


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

Company Restricted
SR5001 RS-232C Control Specification Page: 16 / 20
Document Version [1.0]

5-3. Status request and Status answer list


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

Status request Status answer and feedback


OFF “PWR:1”
POWER “PWR:?”
ON “PWR:2”
OFF “ATT:1”
AUDIO ATT “ATT:?”
ON “ATT:2”
OFF “AMT:1”
AUDIO MUTE “AMT:?”
ON “AMT:2”
OFF “VMT:1”
VIDEO MUTE “VMT:?”
ON “VMT:2”
VOLUME “VOL:?” Volume value = xxx “VOL:xxx”
TONE BASS “TOB:?” Bass value = xxx “TOB:xxx”
TONE TREBLE “TOT:?” Treble value = xxx “TOT:xxx”
Video+Audio source
SOURCE Select “SRC:?” (v ,a= ‘0’ – ‘F’) “SRC:va”
(v = video, a = audio.)
OFF “71C:1”
Multi Channel “71C:?”
ON “71C:2”

Status request Status answer and feedback


SLEEP “SLP:?” Sleep time (xx = 00 ~ 99) “SLP:xx”
OFF “MNU:1”
MENU “MNU:?”
ON “MNU:2”

Status request Status answer and feedback


OFF “SSU:1”
Simple Setup “SSU:?”
ON “SSU:2”

Status request Status answer and feedback


x=
‘0’ : No detect
’1’ : D DIGITAL AC-3
‘2’ : D DIGITAL SURROUND
‘3’ : D DIGITAL SURR. EX
‘4’ : DTS
‘5’ : DTS ES DISCREATE
‘6’ : DTS ES MATRIX
“SIG:x”
Digital Signal Format “SIG:?” ‘7’ : AAC
x = signal
‘8’ : MPEG
‘9’ : MLP
‘A’ : PCM
‘B’ : HDCD
‘C’ : DSD
‘D’ : reserved
‘E’ : reserved
‘F’ : OTHER

Status request Status answer and feedback


Lip Sync. : xxx = 000 (OFF)
Lip Sync. “LIP:?” “LIP:xxx”
xxx =010 ~200 (ms)

Company Restricted
SR5001 RS-232C Control Specification Page: 17 / 20
Document Version [1.0]

Status request Status answer and feedback


BYPASS “DHM:0”
DOLBY DH1 “DHM:1”
“DHM:? ”
HEADPHONE Mode DH1 + PL2 MOVIE “DHM:2”
DH1 + PL2 MUSIC “DHM:3”

Status request Status answer and feedback


OFF “NGT:1”
Night Mode “NGT:?”
ON “NGT:2”*1

Status request Status answer and feedback


“CHN:********”
XM Ch Name “CHN:?” Channel Name *=10Byte If data is shorter than
10, Space is padded.
“ARN:********”
XM Artist Name “ARN:?” Artist Name *=16Byte If data is shorter than
16, Space is padded.
“SON:********”
XM Song Title “SON:?” Song Title *=16Byte If data is shorter than
16, Space is padded.
“CAT:********”
XM Category Name “CTN:?” Category Name *=8Byte If data is shorter than 8,
Space is padded.
“SST:*”
0= CHECK ANTENNA
XM Signal Status “SST:?” Antenna Status 1= STRONG
2= MARGINAL
3= WEAK 4= NO

Status request Status answer and feedback


xxxxx = frequency
if ( xxxxx < 00256 ) band = XM;
Tuner Frequency “TFQ:?” “TFQ:xxxxx”
else if (xxxxx < 02000) band=AM;
else band=FM;
Tuner Preset “TPR:?” xx = preset number (01 ~ ??) “TPR:xx”
- (None) “TMD:0”
Tuner Mode “TMD:?” OFF (MONO) “TMD:1”
ON (AUTO) “TMD:2”

Status request Status answer and feedback


OFF “MPW:1”
Multi Room POWER “MPW:?”
ON “MPW:2”
Multi Room OFF “MAM:1”
“MAM:?”
AUDIO MUTE ON “MAM:2”
Multi Room VOLUME “MVL:?” Volume value = xxx “MVL:xxx”
Multi Room VARIABLE “MVS:1”
“MVS:?”
Volume Set FIXED “MVS:2”
Video+Audio source
Multi Room
“MSC:?” (v ,a= ‘0’ – ‘F’) “MSC:va”
SOURCE Select
(v = video, a = audio.)
Multi Room SLEEP “MSL:?” Sleep time min : xx = ‘00’ ~ ‘99’ “MSL:xx”

Company Restricted
SR5001 RS-232C Control Specification Page: 18 / 20
Document Version [1.0]

Status request Status answer and feedback


Multi Room OFF “MSP:1”
“MSP:?”
SPEAKER ON “MSP:2”
Multi Room Speaker
“MSV:?” Volume value = xxx “MSV:xxx”
VOLUME
Multi Room Speaker VARIABLE “MSS:1”
“MSS:?”
Volume Set FIXED “MSS:2”
Multi Room Speaker
“MSM:?” OFF “MSM:1”
AUDIO MUTE

Status request Status answer and feedback


xxxxx = frequency
Multi Room if ( xxxxx < 00256 ) band = XM;
“MTF:?” “MTF:xxxxx”
Tuner Frequency else if (xxxxx < 02000) band=AM;
else band=FM;
Multi Room
“MTP:?” xx = preset number ( 01 ~ ??) “MTP:xx”
Tuner Preset
- (None) “MTM:0”
Multi Room
“MTM:?” OFF (MONO) “MTM:1”
Tuner Mode
ON (AUTO) “MTM:2”

Company Restricted
SR5001 RS-232C Control Specification Page: 19 / 20
Document Version [1.0]

5-3-2. Layer of the statuses

Status Layer
POWER “PWR:” 1
AUDIO ATT “ATT:” 3
AUDIO MUTE “AMT:” 1
VIDEO MUTE “VMT:” 1
VOLUME “VOL:” 1
TONE BASS “TOB:” 1
TONE TREBLE “TOT:” 1
SOURCE Select “SRC:” 1
Multi Channel “71C :” 1
SLEEP “SLP:” 2
MENU “MNU:” 4
Simple Setup “SSU:” 4
Status Layer
Surr. Mode “SUR:” 2
Dolby Headphone Mode “DHM:” 3
Test Tone “TTO:” 1
Night Mode “NGT:” 3
Signal Format “SIG:?” 4
Lip Sync. “LIP:?” 4
Status Layer
Tuner Frequency “TFQ:” 3
Tuner Preset “TPR:” 2
Tuner Mode “TMD:” 2
Status Layer
XM Display mode “XDP:” 1
XM Category Search “CAT:” 1
XM Category Name “CTN:” 1
XM Channel Name “CHN:” 4
XM Artist Name “ARN:” 4
XM Song Title “SON:” 4
XM Signal Status “SST:” 1
Status Layer
Multi Room POWER “MPW:” 1
Multi Room AUDIO MUTE “MAM:” 1
Multi Room VOLUME “MVL:” 1
Multi Room Volume Set “MVS:” 2
Multi Room SOURCE Select “MSC:” 1
Multi Room SLEEP “MSL:” 2
Multi Room Tuner Frequency “MTF:” 3
Multi Room Tuner Preset “MTP:” 2
Multi Room Tuner Mode “MTM:” 2
Multi Room SPEAKER “MSP:” 2
Multi Room Speaker VOLUME “MSV:” 1
Multi Room Speaker Volume Set “MSS:” 2
Multi Room Speaker A-MUTE “MSM:” 1

Company Restricted
SR5001 RS-232C Control Specification Page: 20 / 20
Document Version [1.0]

6. Revision history

Ver. Date Owner Change description


1.0 08/18/06 Marantz America, Inc. Issued Revision1.0

Company Restricted

You might also like