You are on page 1of 49

DENON AVR control protocol

Ver.7.5.0
Application model : AVR-2312CI/AVR-2312
Application terminal: RS-232C
Ethernet

Connector specification
. RS-232C
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
Parity control
Start bit
Stop bit
Communication procedure
Communication data length

Version
7.5.0

Date

Contents

15.Apr.11

Original

:
:
:
:
:
:

8 bits
None
1 bit
1 bit
Non procedural
135 bytes (maximum)

Page

-1-

. Ethernet
Connector type

RJ-45(10BASE-T/100BASE-TX)

Example
Ethernet
Cross cable

PC

Example

AVR

HUB

PC

AVR
Ethernet
Straight
cable

Communication format
Communication
Communication
Communication
Communication

system
speed
port
data length

:
:
:
:

Ethernet
Straight
cable

A half duplex
10Mbps/100Mbps
TCP port 23 (telnet)
135bytes (maximum)

-2-

NETWORK SETUP of AVR-2312


>Procedure of Network Setup mode.
(1)Press MENU button, then Menu appears on FL-display(and GUI)
(2)Select Manual Setup > Network Setup > Network Connecting > Detail .
(3)Set parameters described below.
<DHCP>
"ON"---Use this setting when DHCP server is on the local network.
"OFF"---Use this setting when DHCP server is not on the local network.
<IP Address> When <DHCP> sets "OFF, please set IP address.
When <DHCP> sets "ON, you can confirm the IP address that is set by server.
<Subnet Mask> When <DHCP> sets "OFF, please set Subnet Mask.
When <DHCP> sets "ON, you can confirm the Subnet Mask that is set by server.
<Gateway>
Set the address of Gateway when Gateway is on the local network.
Do not set this parameter when Gateway is not on the local network.
<Primary DNS> Do not set this parameter.
<Second DNS> Do not set this parameter.
<Proxy>
Set this parameter "OFF".
<Network Option: Network Standby Mode>
(1)Press MENU button, then Menu appears on FL-display (and GUI)
(2)Select Manual Setup > Network Setup > Other > Network Standby
(3)Set parameters described below.
ON---Use this setting when using the AVR-2312 Connected in a network.
OFF--- Use this setting when not using the AVR-2312 connected in a network.
This setting is reducing the power consumption in the standby mode.

-3-

Protocol specification
The following three data forms are defined.
COMMAND :
The message sent to a system(AVR) 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)
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)
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
SUPER STADIUM : surround mode name
*Special Parameter--- ? : for request command

-4-

The example of a command

* <CR> is the meaning of 0x0D.


SIDVD<CR> : Select Input source DVD
MSSTEREO<CR> : surround Mode Set to STEREO
MVUP<CR> : Master Volume UP
PWON<CR> : system PoWer ON
PWSTANDBY<CR> : system PoWer STANDBY
SI?<CR> : Request command for now playing input source >> Return RESPONSE SI***<CR>

-5-

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<CR>
+0.5dB :
MV805<CR>
0dB :
MV80<CR>
-0.5dB :
MV795<CR>
-1.0dB :
MV79<CR>
|
|
-79.5dB :
MV005<CR>
-80.0dB :
MV00<CR>
-80.5dB :
MV995<CR>
--:
MV99<CR>
* At the **.0dB step, only uses two ASCII characters as PARAMETER, same as usual.
K) 1 seconds later, please transmit the next COMMAND after transmitting a power on COMMANDPWON.
-6-

COMMAND and PARAMETER list


COMMAND
PW

PARAMETER
function
example
ON
POWER ON/STANDBY change
PWON<CR>
STANDBY
PWSTANDBY<CR>
?
Return PW Status
PW?<CR>
MV
UP
MASTER VOLUME UP/DOWN , direct change to **dB
MVUP<CR>
DOWN
MVDOWN<CR>
**:00 to 99 by ASCII , 80=0dB, 99=---(MIN) 995=-80.5dB MV80<CR>
**
?
Return MV Status
MV?<CR>
CV
FL UP
CHANNEL VOLUME UP/DOWN , direct change to **dB
CVFL UP<CR>
FL DOWN
---FRONT Lch
CVFL DOWN<CR>
FL **
**:38 to 62 by ASCII , 50=0dB
CVFL 50<CR>
FR UP
CVFR UP<CR>
FR DOWN
---FRONT Rch
CVFR DOWN<CR>
FR **
**:38 to 62 by ASCII , 50=0dB
CVFR 50<CR>
C UP
CVC UP<CR>
C DOWN
---CENTERch
CVC DOWN<CR>
C **
**:38 to 62 by ASCII , 50=0dB
CVC 50<CR>
SW UP
CVSW UP<CR>
SW DOWN
---SUBWOOFERch
CVSW DOWN<CR>
SW **
**:38 to 62 by ASCII , 50=0dB,00=OFF
CVSW 50<CR>
SL UP
CVSL UP<CR>
SL DOWN
---SURROUND Lch
CVSL DOWN<CR>
SL **
**:38 to 62 by ASCII , 50=0dB
CVSL 50<CR>
SR UP
CVSR UP<CR>
SR DOWN
---SURROUND Rch
CVSR DOWN<CR>
SR **
**:38 to 62 by ASCII , 50=0dB
CVSR 50<CR>
SBL UP
---SURROUND BACK Lch (SBch 2SP)
CVSBL UP<CR>
SBL DOWN
CVSBL DOWN<CR>
SBL **
**:38 to 62 by ASCII , 50=0dB
CVSBL 50<CR>
SBR UP
---SURROUND BACK Rch (SBch 2SP)
CVSBR UP<CR>
SBR DOWN
CVSBR DOWN<CR>
SBR **
**:38 to 62 by ASCII , 50=0dB
CVSBR 50<CR>
MV, CV COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)
-7-

COMMAND
CV

PARAMETER
function
example
SB UP
---SURROUND BACKch
(SBch 1SP)
CVSB UP<CR>
SB DOWN
CVSB DOWN<CR>
SB **
**:38 to 62 by ASCII , 50=0dB
CVSB 50<CR>
FHL UP
CVFHL UP<CR>
FHL DOWN
---FRONT HEIGHT Lch
CVFHL DOWN<CR>
FHL **
**:38 to 62 by ASCII , 50=0dB
CVFHL 50<CR>
FHR UP
CVFHR UP<CR>
FHR DOWN
---FRONT HEIGHT Rch
CVFHR DOWN<CR>
FHR **
**:38 to 62 by ASCII , 50=0dB
CVFHR 50<CR>
?
Return CV Status
CV?<CR>
MU
ON
OUTPUT MUTE ON/OFF change
MUON<CR>
OFF
MUOFF<CR>
?
Return MU Status
MU?<CR>
SI
CD
Select INPUT source
SICD<CR>
TUNER
SITUNER<CR>
DVD
SIDVD<CR>
BD
SIBD<CR>
TV
SITV<CR>
SAT/CBL
SISAT/CBL<CR>
DVR
SIDVR<CR>
GAME
SIGAME<CR>
GAME2
SIGAME2<CR>
V.AUX
SIV.AUX<CR>
DOCK
SIDOCK<CR>
IPOD
Select iPod (dock or USB) and PLAY
SIIPOD<CR>
CV COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

-8-

COMMAND
SI

ZM

SR

PARAMETER
NET/USB
RHAPSODY
NAPSTER
PANDORA
LASTFM
FLICKR
FAVORITES
IRADIO
SERVER
USB/IPOD
USB
IPD
IRP
FVP
?
ON
OFF
?
CD
|
USB/IPOD
SOURCE
?

function

example
SINET/USB<CR>
(North America model Only)
SIRHAPSODY<CR>
(North America & Europe model Only)
SINAPSTER<CR>
(North America model Only)
SIPANDORA<CR>
(Europe model Only)
SILASTFM<CR>
SIFLICKR<CR>
SIFAVORITES<CR>
SIIRADIO<CR>
SISERVER<CR>
Select USB or iPod Direct
SIUSB/IPOD<CR>
Select INPUT source NET/USB and USB Start Playback
SIUSB<CR>
Select INPUT source NET/USB and iPod Direct Start Playback SIIPD<CR>
Select INPUT source NET/USB and Internet Radio Start Playback SIIRP<CR>
Select INPUT source NET/USB and Favorites Start Playback SIFVP<CR>
Return SI Status
SI?<CR>
MAIN ZONE ON/OFF change
ZMON<CR>
ZMOFF<CR>
Return ZM Status
ZM?<CR>
REC SELECT mode set , and select source
SRCD<CR>
---The name of PARAMETER is
|
the same as that of the time of SI COMMAND.
SRUSB/IPOD<CR>
REC SELECT mode cancel
SRSOURCE<CR>
Return SR Status
SR?<CR>

-9-

COMMAND
SD

DC

SV

SLP

PARAMETER
AUTO
HDMI
DIGITAL
ANALOG
?
AUTO
PCM
DTS
?
DVD
BD
TV
SAT/CBL
DVR
GAME
GAME2
V.AUX
DOCK
SOURCE
?
OFF
***
?

function
set AUTO mode (Priority:HDMI>>DIGITAL>>ANALOG)
set force HDMI INPUT mode
set force DIGITAL INPUT (Optical,Coaxial)mode
set force ANALOG INPUT mode
Return SD Status
set DIGITAL INPUT AUTO mode
set DIGITAL INPUT force PCM mode
set DIGITAL INPUT force DTS mode
Return DC Status
VIDEO SELECT mode set , and select source

VIDEO SELECT mode cancel


Return SV Status
MAIN ZONE SLEEP TIMER setting
***:001 to 120 by ASCII , 010=10min
Return SLP Status

- 10 -

example
SDAUTO<CR>
SDHDMI<CR>
SDDIGITAL<CR>
SDANALOG<CR>
SD?<CR>
DCAUTO<CR>
DCPCM<CR>
DCDTS<CR>
DC?<CR>
SVDVD<CR>
SVBD<CR>
SVTV<CR>
SVSAT/CBL<CR>
SVDVR<CR>
SVGAME<CR>
SVGAME2<CR>
SVV.AUX<CR>
SVDOCK<CR>
SVSOURCE<CR>
SV?<CR>
SLPOFF<CR>
SLP120<CR>
SLP?<CR>

COMMAND
MS

PARAMETER
MOVIE
MUSIC
GAME
DIRECT
PURE DIRECT
STEREO
STANDARD
DOLBY DIGITAL
DTS SUROUND
MCH STEREO
ROCK ARENA
JAZZ CLUB
MONO MOVIE
MATRIX
VIDEO GAME
VIRTUAL
?
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK1 MEMORY
QUICK2 MEMORY
QUICK3 MEMORY
QUICK4 MEMORY
QUICK5 MEMORY
QUICK ?

function
Select SURROUND mode

---5/7CH STEREO mode

Return MS Status
QUICK SELECT 1-5 MODE SELECT

QUICK SELECT 1-5 MODE MEMORY

Return MSQUICK Status

- 11 -

example
MSMOVIE<CR>
MSMUSIC<CR>
MSGAME<CR>
MSDIRECT<CR>
MSPURE DIRECT<CR>
MSSTEREO<CR>
MSSTANDARD<CR>
MSDOLBY DIGITAL<CR>
MSDTS SURROUND<CR>
MSMCH STEREO<CR>
MSROCK ARENA<CR>
MSJAZZ CLUB<CR>
MSMONO MOVIE<CR>
MSMATRIX<CR>
MSVIDEO GAME<CR>
MSVIRTUAL<CR>
MS?<CR>
MSQUICK1<CR>
MSQUICK2<CR>
MSQUICK3<CR>
MSQUICK4<CR>
MSQUICK5<CR>
MSQUICK1 MEMORY<CR>
MSQUICK2 MEMORY<CR>
MSQUICK3 MEMORY<CR>
MSQUICK4 MEMORY<CR>
MSQUICK5 MEMORY<CR>
MSQUICK ?<CR>

COMMAND
VS

PARAMETER
ASPNRM
ASPFUL
ASP ?
SC48P
SC10I
SC72P
SC10P
SCAUTO
SC ?
SCH48P
SCH10I
SCH72P
SCH10P
SCHAUTO
SCH ?
AUDIO AMP
AUDIO TV
AUDIO ?
VPMAUTO
VPMGAME
VPMMOVI
VPM ?

function
Set Normal mode
Set FULL mode
Return VSASP Status
Set Resolution to 480p/576p
Set Resolution to 1080i
Set Resolution to 720p
Set Resolution to 1080p
Set Resolution to AUTO
Return VSSC Status
Set Resolution to 480p/576p (HDMI)
Set Resolution to 1080i(HDMI)
Set Resolution to 720p(HDMI)
Set Resolution to 1080p(HDMI)
Set Resolution to AUTO(HDMI)
Return VSSCH Status(HDMI)
Set HDMI AUDIO Output to AMP
Set HDMI AUDIO Output to TV
Return VSAUDIO Status
Set Video Processing Mode to AUTO
Set Video Processing Mode to GAME
Set Video Processing Mode to MOVIE
Return VSVPM Status

- 12 -

example
VSASPNRM<CR>
VSASPFUL<CR>
VSASP ?<CR>
VSSC48P<CR>
VSSC10I<CR>
VSSC72P<CR>
VSSC10P<CR>
VSSCAUTO<CR>
VSSC ?<CR>
VSSC48P<CR>
VSSC10I<CR>
VSSC72P<CR>
VSSC10P<CR>
VSSCAUTO<CR>
VSSCH ?<CR>
VSAUDIO AMP<CR>
VSAUDIO TV<CR>
VSAUDIO ?<CR>
VSVPMAUTO<CR>
VSVPMGAME<CR>
VSVPMMOVI<CR>
VSVPM ?<CR>

COMMAND
PS

PARAMETER
TONE CTRL OFF
TONE CTRL ON
TONE CTRL ?
SB:MTRX ON
SB:PL2x CINEMA
SB:PL2x MUSIC
SB:ON
SB:OFF
SB: ?
CINEMA EQ.ON
CINEMA EQ.OFF
CINEMA EQ. ?
MODE:MUSIC
MODE:CINEMA
MODE:GAME
MODE:PRO LOGIC
MODE: ?
FH:ON
FH:OFF
FH: ?
PHG LOW
PHG MID
PHG HI
PHG ?

function
PARAMETER setting
TONE CONTROL ON/OFF
Return PSTONE CONTROL Status
SURROUND BACK SP MODE set

Return PSSB: Status


CINEMA EQ. ON/OFF
Return PSCINEMA EQ.Status
CINEMA / MUSIC / GAME / PL mode change
(This parameter can change DOLBY PL2,PL2x,NEO:6 mode.)
---SB=ONPL2x mode / SB=OFFPL2 mode
--- GAME can change DOLBY PL2 & PL2x mode
--- PL can change ONLY DOLBY PL2 mode
Return PSMODE: Status
FRONT HEIGHT ON/OFF
Return PSFH: Status
PLz HEIGHT GAIN direct change

Return PSPHG Status

- 13 -

example
PSTONE CTRL OFF<CR>
PSTONE CTRL OFF<CR>
PSTONE CTRL ?<CR>
PSSB:MTRX ON<CR>
PSSB:PL2X CINEMA<CR>
PSSB:PL2X MUSIC<CR>
PSSB:ON<CR>
PSSB:OFF<CR>
PSSB: ?<CR>
PSCINEMA EQ.ON<CR>
PSCINEMA EQ.OFF<CR>
PSCINEMA EQ. ?<CR>
PSMODE:MUSIC<CR>
PSMODE:CINEMA<CR>
PSMODE:GAME<CR>
PSMODE:PRO LOGIC<CR>
PSMODE: ?<CR>
PSFH:ON<CR>
PSFH:OFF<CR>
PSFH: ?<CR>
PSPHG LOW<CR>
PSPHG MID<CR>
PSPHG HI<CR>
PSPHG ?<CR>

COMMAND
PS

PARAMETER
MULTEQ:AUDYSSEY
MULTEQ:BYP.LR
MULTEQ:FLAT
MULTEQ:MANUAL
MULTEQ:OFF
MULTEQ: ?
DYNEQ ON
DYNEQ OFF
DYNEQ ?
REFLEV 0
REFLEV 5
REFLEV 10
REFLEV 15
REFREV ?
DYNVOL NGT
DYNVOL EVE
DYNVOL DAY
DYNVOL ?

function
MultEQ XT mode direct change

Return PSMULTEQ: Status


Dynamic EQ = ON
Dynamic EQ = OFF
Return PSDYNEQ Status
Reference Level Offset=0dB
Reference Level Offset=5dB
Reference Level Offset=10dB
Reference Level Offset=15dB
Return PSREFLEV Status
Dynamic Volume = Midnight
Dynamic Volume = Evening
Dynamic Volume = Day
Return PSDYNVOL Status

- 14 -

example
PSMULTEQ:AUDYSSEY<CR>
PSMULTEQ:BYP.LR<CR>
PSMULTEQ:FLAT<CR>
PSMULTEQ:MANUAL<CR>
PSMULTEQ:OFF<CR>
PSMULTEQ: ?<CR>
PSDYNEQ ON<CR>
PSDYNEQ OFF<CR>
PSDYNEQ ?<CR>
PSREFLEV 0<CR>
PSREFLEV 5<CR>
PSREFLEV 10<CR>
PSREFLEV 15<CR>
PSREFLEV ?<CR>
PSDYNVOL NGT<CR>
PSDYNVOL EVE<CR>
PSDYNVOL DAY<CR>
PSDYNVOL ?<CR>

COMMAND
PS

PARAMETER
function
BAS UP
BASS UP/DOWN , direct change to **dB
PSBAS
BAS DOWN
**:00 to 99 by ASCII , 50=0dB
PSBAS
BAS **
---AVR-2312 can be operated from -6 to +6(44 to 56)
PSBAS
BAS ?
Return PSBAS Status
PSBAS
TRE UP
TREBLE UP/DOWN , direct change to **dB
PSTRE
TRE DOWN
**:00 to 99 by ASCII , 50=0dB
PSTRE
TRE **
---AVR-2312 can be operated from -6 to +6(44 to 56)
PSTRE
TRE ?
Return PSTRE Status
PSTRE
DRC AUTO
DRC direct change
PSDRC
DRC LOW
PSDRC
DRC MID
PSDRC
DRC HI
PSDRC
DRC OFF
PSDRC
DRC ?
PSDRC
DCO OFF
D.COMP direct change
PSDCO
DCO LOW
PSDCO
DCO MID
PSDCO
DCO HIGH
PSDCO
DCO ?
Return PSDCO Status
PSDCO
LFE UP
LFE UP/DOWN , direct change to **dB
PSLEE
LFE DOWN
**:00 to 99 by ASCII , 00=0dB, 10=-10dB
PSLFE
LFE **
---AVR-2312 can be operated from 0 to -10
PSLFE
LFE ?
Return PSLFE Status
PSLFE
EFF UP
EFFECT UP/DOWN , EFFECT LEVEL direct change to **dB
PSEFF
EFF DOWN
**:00 to 99 by ASCII , 00=0dB, 10=10dB
PSEFF
EFF **
---AVR-2312 can be operated from 1 to 15
PSEFF
EFF ?
Return PSEFF Status
PSEFF
DEL UP
DELAY UP/DOWN , direct change to ***dB
PSDEL
DEL DOWN
***:000 to 999 by ASCII , 000=0ms, 300=300ms
PSDEL
DEL ***
---AVR-2312 can be operated from 0 to 300
PSDEL
DEL ?
Return PSDEL Status
PSDEL
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

- 15 -

example
UP<CR>
DOWN<CR>
50<CR>
?<CR>
UP<CR>
DOWN<CR>
50<CR>
?<CR>
AUTO<CR>
LOW<CR>
MID<CR>
HI<CR>
OFF<CR>
?<CR>
OFF<CR>
LOW<CR>
MID<CR>
HIGH<CR>
?<CR>
UP<CR>
DOWN<CR>
10<CR>
? <CR>
UP<CR>
DOWN<CR>
10<CR>
?<CR>
UP<CR>
DOWN<CR>
***<CR>
?<CR>

COMMAND
PS

PARAMETER
function
example
AFD ON
AFDM ON/OFF
PSAFD ON<CR>
AFD OFF
PSAFD OFF<CR>
AFD ?
Return PSAFD Status
PSAFD ?<CR>
PAN ON
PANORAMA ON/OFF
PSPAN ON<CR>
PAN OFF
PSPAN OFF<CR>
PAN ?
Return PSPAN Status
PSPAN ?<CR>
DIM UP
DIMENSION UP/DOWN , direct change to **dB
PSDIM UP<CR>
DIM DOWN
**:00 to 99 by ASCII , 00=0,
PSDIM DOWN<CR>
DIM **
---AVR-2312 can be operated from 0 to 6
PSDIM **<CR>
DIM ?
Return PSDIM Status
PSDIM ?<CR>
CEN UP
CENTER WIDTH UP/DOWN , direct change to **dB
PSCEN UP<CR>
CEN DOWN
**:00 to 99 by ASCII , 00=0
PSCEN DOWN<CR>
CEN **
---AVR-2312 can be operated from 0 to 7
PSCEN 07<CR>
CEN ?
Return PSCEN Status
PSCEN ?<CR>
CEI UP
CENTER IMAGE UP/DOWN , direct change to **dB
PSCEI UP<CR>
CEI DOWN
**:00 to 99 by ASCII , 00=0.0
PSCEI DOWN<CR>
CEI **
---AVR-2312 can be operated from 0.0 to 1.0
PSCEI 10<CR>
CEI?
Return PSCEI Status
OSCEI ?<CR>
SWR ON
SW ON/OFF
PSSWR ON<CR>
SWR OFF
PSSWR OFF<CR>
SWR ?
Return PSSWR Status
PSSWR ?<CR>
RSZ S
ROOM SIZE direct change
PSRSZ S<CR>
RSZ MS
PSRSZ MS<CR>
RSZ M
PSRSZ M<CR>
RSZ ML
PSRSZ ML<CR>
RSZ L
PSRSZ L<CR>
RSZ ?
Return PSRSZ Status
PSRSZ ?<CR>
DELAY UP
AUDIO DELAY UP/DOWN , direct change to ***dB
PSDELAY UP<CR>
DELAY DOWN
***:000 to 999 by ASCII , 000=0ms, 200=200ms
PSDELAY DOWN<CR>
DELAY ***
---AVR-2312 can be operated from 0 to 200
PSDELAY 200<CR>
DELAY ?
Return PSDELAY Status
PSDELAY ?<CR>
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page6 J) section)

- 16 -

COMMAND
PS

PARAMETER
RSTR OFF
RSTR MODE1
RSTR MODE2
RSTR MODE3
RSTR ?
FRONT SPA
FRONT SPB
FRONT SPA+B
FRONT?

function
AUDIO RESTORER direct change

Return PSRSTR Status


FRONT SPEAKER direct change

Return PSFRONT Status

- 17 -

example
PSRSTR OFF<CR>
PSRSTR MODE1<CR>
PSRSTR MODE2<CR>
PSRSTR MODE3<CR>
PSRSTR ?<CR>
PSFRONT SPA<CR>
PSFRONT SPB<CR>
PSFRONT A+B<CR>
PSFRONT?<CR>

COMMAND
PV

PARAMETER
function
CN UP
CONTRAST UP/DOWN , direct change to **dB
CN DOWN
**:44 to 56 by ASCII , 50=0
CN **
---AVR-2312 can be operated from -6 to +6(44 to 56)
CN ?
Return PSCN Status
BR UP
BRIGHTNESS UP/DOWN , direct change to **dB
BR DOWN
**:00 to 12 by ASCII , 00=0
BR **
---AVR-2312 can be operated from 0 to 12
BR ?
Return PSBR Status
CM UP
CHROMA LEVEL UP/DOWN , direct change to **dB
CM DOWN
**:44 to 56 by ASCII , 50=0
CM **
---AVR-2312 can be operated from -6 to +6(44 to 56)
CM ?
Return PSCN Status
HUE UP
HUE UP/DOWN , direct change to **dB
HUE DOWN
**:44 to 56 by ASCII , 50=0
HUE **
---AVR-2312 can be operated from -6 to +6(44 to 56)
HUE ?
Return PSCN Status
PV COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)

- 18 -

example
PVCN UP<CR>
PVCN DOWN<CR>
PVCN 50<CR>
PVCN ?<CR>
PVBR UP<CR>
PVBR DOWN<CR>
PVBR 12<CR>
PVBR ?<CR>
PVCM UP<CR>
PVCM DOWN<CR>
PVCM 50<CR>
PVCM ?<CR>
PVHUE UP<CR>
PVHUE DOWN<CR>
PVHUE 50<CR>
PVHUE ?<CR>

COMMAND
Z2

PARAMETER
CD

|
USB/IPOD
USB
IPD
IRP
FVP
SOURCE
UP
DOWN
**
ON
OFF
?
Z2MU
ON
OFF
?
Z2CS
ST
MONO
?
Z2CV
FL UP
FL DOWN
FL **
FR UP
FR DOWN
FR **
?
Z2HPF
ON
OFF
?
Z2Z2CV COMMAND : "*"

function
ZONE2 mode set , and select source
---The name of PARAMETER is
the same as that of the time of SI COMMAND.
Select ZONE2 source NET/USB and USB Start Playback
Select ZONE2 source NET/USB and iPod Direct Start Playback
Select ZONE2 source NET/USB and Internet Radio Start Playback
Select ZONE2 source NET/USB and Favorites Start Playback
ZONE2 mode cancel
ZONE2 VOLUME UP/DOWN , direct change to **dB

example

Z2CD<CR>
|
Z2USB/IPOD<CR>
Z2USB<CR>
Z2IPD<CR>
Z2IRP<CR>
Z2FVP<CR>
Z2SOURCE<CR>
Z2UP<CR>
Z2DOWN<CR>
**:00 to 99 by ASCII , 80=0dB, 99=---(MIN) 00=-80dB
Z280<CR>
ZONE2 ON/OFF change
Z2ON<CR>
Z2OFF<CR>
Return Z2 Status
Z2?<CR>
ZONE2 OUTPUT MUTE ON/OFF change
Z2MUON<CR>
Z2MUOFF<CR>
Return Z2MU Status
Z2MU?<CR>
ZONE2 Channel setting
Z2CSST<CR>
Z2CSMONO<CR>
Return Z2CS Status
Z2CS?<CR>
ZONE2 CHANNEL VOLUME UP/DOWN , direct change to **dB
Z2CVFL UP<CR>
---FRONT Lch
Z2CVFL DOWN<CR>
**:38 to 62 by ASCII , 50=0dB
Z2CVFL 50<CR>
ZONE2 CHANNEL VOLUME UP/DOWN , direct change to **dB
Z2CVFR UP<CR>
---FRONT Rch
Z2CVFR DOWN<CR>
**:38 to 62 by ASCII , 50=0dB
Z2CVFR 50<CR>
Return Z2CV Status
Z2CV?<CR>
ZONE2 HPF ON/OFF
Z2HPFON<CR>
Z2HPFOFF<CR>
Return Z2HPF Status
Z2HPF?<CR>
parameter uses two ASCII characters. (see page6 J) section)

- 19 -

COMMAND
Z2PS

Z2

PARAMETER
BAS UP
BAS DOWN
BAS **
BAS ?
TRE UP
TRE DOWN
TRE **
TRE ?
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK1 MEMORY
QUICK2 MEMORY
QUICK3 MEMORY
QUICK4 MEMORY
QUICK5 MEMORY
QUICK ?

function
ZONE2 BASS UP/DOWN , direct change to **dB
**:00 to 99 by ASCII , 00=0dB
---AVR-2312 can be operated from -10 to +10(40 to 60)
Return Z2PSBAS Status
ZONE2 TREBLE UP/DOWN , direct change to **dB
**:00 to 99 by ASCII , 00=0dB
---AVR-2312 can be operated from -10 to +10(40 to 60)
Return Z2PSTRE Status
ZONE2 QUICK SELECT 1-5 MODE SELECT

ZONE2 QUICK SELECT 1-5 MODE MEMORY

Return Z2QUICK Status

Z2PS COMMAND : "*" parameter uses two ASCII characters. (see page6 J) section)

- 20 -

example
Z2PSBAS UP<CR>
Z2PSBAS DOWN<CR>
Z2PSBAS 50<CR>
Z2PSBAS ?<CR>
Z2PSTRE UP<CR>
Z2PSTRE DOWN<CR>
Z2PSTRE 50<CR>
Z2PSTRE ?<CR>
Z2QUICK1<CR>
Z2QUICK2<CR>
Z2QUICK3<CR>
Z2QUICK4<CR>
Z2QUICK5<CR>
Z2QUICK1 MEMORY<CR>
Z2QUICK2 MEMORY<CR>
Z2QUICK3 MEMORY<CR>
Z2QUICK4 MEMORY<CR>
Z2QUICK5 MEMORY<CR>
Z2QUICK ?<CR>

ANALOG TUNER Control


COMMAND
TF

TP

TM

PARAMETER
ANUP
ANDOWN
AN******
(6 digits)
AN?
ANUP
ANDOWN
AN**
(PRESET No.)
AN?
ANMEM
ANMEM**
ANAM
ANFM
AN?
ANAUTO
ANMANUAL

function
TUNER Frequency UP/DOWN
--- ****.** kHz at AM band (>050000 is AM.)
****.** MHz at FM band (<050000 is FM.)
Return TF Status
TUNER PRESET CH UP/DOWN , direct change to No.**

Return TP Status
TUNER PRESET MEMORY
TUNER PRESET MEMORY, Preset stored at No.**
**:A1-G8
TUNER BAND , MODE Select
---Band set to AM
---Band set to FM
Return TM Status
---Tuning mode set to AUTO mode
---Tuning mode set to MANUAL mode

example
TFANUP<CR>
TFANDOWN<CR>
TFAN105000<CR>
(1050.00kHz at AM)
TFAN?<CR>
TPANUP<CR>
TPANDOWN<CR>
TPANA1<CR>
(PRESET No.A1)
TPAN?<CR>
TPANMEM<CR>
TPANMEM**<CR>
TMANAM<CR>
TMANFM<CR>
TMAN?<CR>
TMANAUTO<CR>
TMANMANUAL<CR>

TF, TP, TM COMMAND : '*' parameters can NOT operate when INPUT source isnt TUNER.

- 21 -

Network Audio/USB /iPod DIRECT Extended Control


COMMAND
NS

PARAMETER
90
91
92
93
94
9A
9B
9C
9D
9E
9H
9I
9J
9K
9M
9W
9X
9Y
PT

NSA
NSE
NSD

function
Cursor Up Control
Cursor Down Control
Cursor Left Control
Cursor Right Control
Enter (Play/Pause) Control
Play Control(iRadio/mServer/USB)
Play/Pause Control(iPod Direct)
Pause Control
Play/Pause Control(iPod Direct)
Stop Control
Skip Plus Control
Skip Minus Control
Repeat One (USB/iPod DIRECT/mServer/Rhapsody/Napster)
Repeat All (USB/iPod DIRECT/mServer/Rhapsody/Napster)
Repeat Off (USB/iPod DIRECT/mServer/Rhapsody/Napster)
Random On/Repeat ALL (USB/mServer/Rhapsody/Napster)
Shuffle Songs Control (iPod Direct Only)
Random Off (USB/mServer/Rhapsody/Napster)
Shuffle Off Control (iPod Direct Only)
Toggle Switch Browse Mode/Remote ModeControl
(iPod Direct Only)
Page Next Control
Page Previous Control
Enter/Exit PARTY MODE
Return Onscreen Display Information List
(ASCII CODE Character)
Request Onscreen Display Information List
(UTF-8 CODE Character)
Direct Character Search(iRadio/mServer/USB/Rhapsody only)

- 22 -

example
NS90<CR>
NS91<CR>
NS92<CR>
NS93<CR>
NS94<CR>
NS9A<CR>
NS9B<CR>
NS9C<CR>
NS9D<CR>
NS9E<CR>
NS9H<CR>
NS9I<CR>
NS9J<CR>
NS9K<CR>
NS9M<CR>
NS9W<CR>
NS9X<CR>
NS9Y<CR>
NSPT<CR>
NSA<CR>
(Return NSA0-NSA8,Refer to Page 40
NSE<CR>
(Return NSE0-NSE8,Refer to Page 41
NSD0<CR>
(*:0-9,A-Z)

COMMAND
NS

PARAMETER
P1
P2
P3
P1 MEM
P2 MEM
P3 MEM
P
B**
(PRESET No.)
C**
(PRESET No.)
H

function
Preset1-3 Call

Preset 1-3 Memory

Return Preset 1-3 statusUTF-8


Preset Call
**00-55 00:A1/55:G8)
Preset Memory, Preset stored at No.**
**00-55 00:A1/55:G8)
Return Preset Channel A1-G8 statusUTF-8

- 23 -

example
NSP1<CR>
NSP2<CR>
NSP3<CR>
NSP1 MEM<CR>
NSP2 MEM<CR>
NSP3 MEM<CR>
NSP<CR>
NSB00<CR>
NSC00<CR>
NSH<CR>

iPod dock Extended Control


iPod Dock which AVR-2312 can connect with is ASD-1R/11R.
COMMAND
PARAMETER
function
IP
90
Cursor Up Control
91
Cursor Down Control
92
Cursor Left Control
93
Cursor Right Control
94
Enter (Play/Pause) Control
9A
Play/Pause Control
9C
Stop Control
9D
Skip Plus Control
9E
Skip Minus Control
9F
Manual Search Plus Control
9G
Manual Search Minus Control
9H
Repeat One Control
9I
Repeat All Control
9J
Repeat Off Control
9K
Shuffle Songs Control
9L
Shuffle Album Control
9M
Shuffle Off Control
9N
MENU Control
9P
Switch the Browse Mode Control
9Q
Switch the Remote Mode Control
9X
Page Next Control
9Y
Page Previous Control
IPA
Return Onscreen Display Information List
(ASCII CODE Character)
IPE
Request Onscreen Display Information List(iPOD)
(UTF-8 CODE Character)

- 24 -

example
IP90<CR>
IP91<CR>
IP92<CR>
IP93<CR>
IP94<CR>
IP9A<CR>
IP9C<CR>
IP9D<CR>
IP9E<CR>
IP9F<CR>
IP9G<CR>
IP9H<CR>
IP9I<CR>
IP9J<CR>
IP9K<CR>
IP9L<CR>
IP9M<CR>
IP9N<CR>
IP9P<CR>
IP9Q<CR>
IP9X<CR>
IP9Y<CR>
IPA<CR>
(Return IPA0-IPA9,Refer to Page 43-44
IPE<CR>
(Return IPE0-IPE9,Refer to Page 45-46

Cursor/Enter/Menu(Setup)
COMMAND
MN

PARAMETER
CUP
CDN
CLT
CRT
ENT
RTN
MEN ON
MEN OFF
SRC ON
SRC OFF

function
Cursor Up Control
Cursor Down Control
Cursor Left Control
Cursor Right Control
Enter Control
RETURN Control
GUI Menu ON Control
GUI Menu OFF Control
GUI Source Select Menu ON Control
GUI Source Select Menu OFF Control

example
MNCUP<CR>
MNCDN<CR>
MNCLT<CR>
MNCRT<CR>
MNENT<CR>
MNRTN<CR>
MNMEN ON<CR>
MNMEN OFF<CR>
MNSRC ON<CR>
MNSRC OFF<CR>

TRIGGER CONTROL
COMMAND
TR

PARAMETER
1 ON
1 OFF

function

example
TR1 ON<CR>
TR1 OFF<CR>

Trigger ON/OFF Control

- 25 -

Remote Lock/Panel Lock


COMMAND
SY

PARAMETER
REMOTE LOCK ON
REMOTE LOCK OFF
PANEL LOCK ON
PANEL+V LOCK ON
PANEL LOCK OFF

function
REMOTE CONTROL LOCK ON/OFF
PANEL BUTTON (Except MASTER VOL.)CONTROL LOCK ON
PANEL BUTTON & MASTER VOL. CONTROL LOCK ON
PANEL BUTTUM & MASTER VOL. CONTROL LOCK OFF

example
SYREMOTE LOCK ON<CR>
SYREMOTE LOCK OFF<CR>
SYPANEL LOCK ON<CR>
SYPANEL+V LOCK ON<CR>
SYPANEL LOCK OFF<CR>

function
ID Number for UPGRADE is displayed on FL Display

UGIDN<CR>

UPGRADE ID Display
COMMAND
UG

PARAMETER
IDN

- 26 -

example

EVENT(or RESPONSE) and PARAMETER list


EVENT
PW
MV

CV

PARAMETER
ON
STANDBY
**

function
POWER ON/STANDBY change
MASTER VOLUME change , **:00 to 99 by ASCII
98 = 18dB(MAX)
80 = 0dB
00 = -80dB
995 = -80.5dB
99 = ---(MIN)
CHANNEL VOLUME change , **:00,38 to 62 by ASCII
62 = +12dB(MAX)
50 = 0dB
38 = -12dB(MIN)
00 = OFF (define ONLY SWch in DIRECT mode.)

example
PWON<CR>
PWSTANDBY<CR>
MV80<CR>

FL **
CVFL 50<CR>
FR **
CVFR 50<CR>
C **
CVC 50<CR>
SW **
CVSW 50<CR>
SL **
CVSL 50<CR>
SR **
CVSR 50<CR>
SBL **
(at SBch 2SP)
CVSBL 50<CR>
SBR **
(at SBch 2SP)
CVSBR 50<CR>
SB **
(at SBch 1SP)
CVSB 50<CR>
FHL **
CVFHL 50<CR>
FHR **
CVFHR 50<CR>
MU
ON
OUTPUT MUTE ON/OFF change
MUON<CR>
OFF
MUOFF<CR>
SI
CD
INPUT source change
SICD<CR>
TUNER
SITUNER<CR>
DVD
SIDVD<CR>
BD
SIBD<CR>
TV
SITV<CR>
SAT/CBL
SISAT/CBL<CR>
DVR
SIDVR<CR>
GAME
SIGAME<CR>
The PARAMETER of MV, CV EVENT : Uses two or three ASCII characters. (see page6 J) section)

- 27 -

EVENT
SI

ZM
SR

PARAMETER
GAME2
V.AUX
DOCK
IPOD
NET/USB
RHAPSODY
NAPSTER
PANDORA
LASTFM
FLICKR
FAVORITES
IRADIO
SERVER
USB DIRECT
IPOD DIRECT
USB
IPD
IRP
FVP
ON
OFF
CD
|
IPOD DIRECT
SOURCE

function

(North America model Only)


(North America & Europe model Only)
(North America model Only)
(Europe model Only)

MAIN ZONE ON/OFF change


REC SELECT source change
---The name of PARAMETER is
the same as that of the time of SI COMMAND.
REC SELECT mode cancel

- 28 -

example
SIGAME2<CR>
SIV.AUX<CR>
SIDOCK<CR>
SIIPOD<CR>
SINET/USB
SIRHAPSODY<CR>
SINAPSTER<CR>
SIPANDORA<CR>
SILASTFM<CR>
SIFLICKR<CR>
SIFAVORITES<CR>
SIIRADIO<CR>
SISERVER<CR>
SIUSB DIRECT<CR>
SIIPOD DIRECT<CR>
SIUSB<CR>
SIIPD<CR>
SIIRP<CR>
SIFVP<CR>
ZMON<CR>
ZMOFF<CR>
SRCD<CR>

SRSOURCE<CR>

EVENT
SD

DC

SV

SLP

PARAMETER
AUTO
HDMI
DIGITAL
ANALOG
ARC
NO
AUTO
PCM
DTS
DVD
BD
TV
SAT/CBL
DVR
GAME
GAME2
V.AUX
DOCK
SOURCE
OFF
***

function
INPUT mode change

ARC playing
No Input
DIGITAL INPUT mode change

VIDEO SELECT mode source change

MAIN ZONE SLEEP TIMER setting change

- 29 -

example
SDAUTO<CR>
SDHDMI<CR>
SDDIGITAL<CR>
SDANALOG<CR>
SDARC<CR>
SDNO<CR>
DCAUTO<CR>
DCPCM<CR>
DCDTS<CR>
SVDVD<CR>
SVBD<CR>
SVTV<CR>
SVSAT/CBL<CR>
SVDVR<CR>
SVGAME<CR>
SVGAME2<CR>
SVV.AUX<CR>
SVDOCKCR>
SVSOURCE<CR>
SLPOFF<CR>
SLP120<CR>

EVENT
MS

PARAMETER
DIRECT
PURE DIRECT
STEREO
MULTI CH IN
M CH IN+PL2X C
M CH IN+PL2X M
M CH IN+PL2Z H
M CH IN
+DOLBY EX
MULTI CH IN 7.1
DOLBY PRO LOGIC
DOLBY PL2 C
DOLBY PL2 M
DOLBY PL2 G
DOLBY PL2X C
DOLBY PL2X M
DOLBY PL2X G
DOLBY PL2Z H
DOLBY DIGITAL
DOLBY D EX
DOLBY D
+PL2X C
DOLBY D
+PL2X M
DOLBY D
+PL2Z H
DTS NEO:6 C
DTS NEO:6 M
DTS SURROUND
DTS ES DSCRT6.1
DTS ES MTRX6.1
DTS+PL2X C
DTS+PL2X M
DTS+PL2Z H

function
SURROUND mode change

example
MSDIRECT<CR>
MSPURE DIRECT<CR>
MSSTEREO<CR>
MSMULTI CH IN<CR>
MSM CH IN+PL2X C<CR>
MSM CH IN+PL2X M<CR>
MSM CH IN+PL2Z H<CR>
MSM CH IN+DOLBY EX<CR>
MSMULTI
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY
MSDOLBY

CH IN 7.1<CR>
PRO LOGIC<CR>
PL2 C<CR>
PL2 M<CR>
PL2 G<CR>
PL2X C<CR>
PL2X M<CR>
PL2X G<CR>
PL2Z H<CR>
DIGITAL<CR>
D EX<CR>
D+PL2X C<CR>

MSDOLBY D+PL2X M<CR>


MSDOLBY D+PL2Z H<CR>
MSDTS NEO:6 C<CR>
MSDTS NEO:6 M<CR>
MSDTS SURROUND<CR>
MSDTS ES DSCRT6.1<CR>
MSDTS ES MTRX6.1<CR>
MSDTS+PL2X C<CR>
MSDTS+PL2X M<CR>
MSDTS+PL2Z H<CR>
- 30 -

EVENT

PARAMETER
DTS+NEO:6
DTS96/24
DTS96 ES MTRX
MCH STEREO
ROCK ARENA
JAZZ CLUB
MONO MOVIE
MATRIX
VIDEO GAME
VIRTUAL
DOLBY D+
DOLBY D+ +EX
DOLBY D+ +PL2X C
DOLBY D+ +PL2X M
DOLBY D+ +PL2Z H
DOLBY TRUEHD
DOLBY HD
DOLBY HD+EX
DOLBY HD+PL2X C
DOLBY HD+PL2X M
DOLBY HD+PL2Z H
DTS HD
DTS HD MSTR
DTS HD+NEO:6
DTS HD+PL2X C
DTS HD+PL2X M
DTS HD+PL2Z H
DTS ES 8CH DSCRT
DTS EXPRESS

function

---5/7CH STEREO mode

- 31 -

example
MSDTS+NEO:6<CR>
MSDTS96/24<CR>
MSDTS96 ES MTRX<CR>
MSMCH STEREO<CR>
MSROCK ARENA<CR>
MSJAZZ CLUB<CR>
MSMONO MOVIE<CR>
MSMATRIX<CR>
MSVIDEO GAME<CR>
MSVIRTUAL<CR>
MSDOLBY D+<CR>
MSDOLBY D+ +EX<CR>
MSDOLBY D+ +PL2X C<CR>
MSDOLBY D+ +PL2X M<CR>
MSDOLBY D+ +PL2Z H<CR>
MSDOLBY HD<CR>
MSDOLBY HD<CR>
MSDOLBY HD+EX<CR>
MSDOLBY HD+PL2X C<CR>
MSDOLBY HD+PL2X M<CR>
MSDOLBY HD+PL2Z H<CR>
MSDTS HD<CR>
MSDTS HD MSTR<CR>
MSDTS HD+NEO:6<CR>
MSDTS HD+PL2X C<CR>
MSDTS HD+PL2X M<CR>
MSDTS HD+PL2Z H<CR>
MSDTS ES 8CH DSCRT<CR>
MSDTS EXPRESS<CR>

EVENT
MS

PARAMETER
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK0

function
QUICK SELECT mode change

---QUICK 1(or 2, 3, 4, 5) Change QUICK SELECT OFF

- 32 -

example
MSQUICK1<CR>
MSQUICK2<CR>
MSQUICK3<CR>
MSQUICK4<CR>
MSQUICK5<CR>
MSQUICK0<CR>

EVENT
VS

PARAMETER
ASPNRM
ASPFUL
SC48P
SC10I
SC72P
SC10P
SCAUTO
SCH48P
SCH10I
SCH72P
SCH10P
SCHAUTO
AUDIO AMP
AUDIO TV
VPMAUTO
VPMGAME
VPMMOVI

function
ASPECT setting change
Resolution(analog) setting change

Resolution(HDMI) setting change

HDMI AUDIO Output setting change


Video Mode setting change

- 33 -

example
VSASPNRM<CR>
VSASPFUL<CR>
VSSC48P<CR>
VSSC10I<CR>
VSSC72P<CR>
VSSC10P<CR>
VSSCAUTO<CR>
VSSCH48P<CR>
VSSCH10I<CR>
VSSCH72P<CR>
VSSCH10P<CR>
VSSCHAUTO<CR>
VSAUDIO AMP<CR>
VSAUDIO TV<CR>
VSVPMAUTO<CR>
VSVPMGAME<CR>
VSVPMMOVI<CR>

EVENT
PS

PARAMETER
TONE CTRL OFF
TONE CTRL ON
SB:MTRX ON
SB:PL2X CINEMA
SB:PL2X MUSIC
SB:ON
SB:OFF
SB:ESMTRX
CINEMA EQ.ON
CINEMA EQ.OFF
MODE:CINEMA
MODE:MUSIC
MODE:GAME
MODE:PRO LOGIC
MODE:HEIGHT
FH:ON
FH:OFF
PHG LOW
PHG MID
PHG HI
MULTEQ:AUDYSSEY
MULTEQ:BYP.LR
MULTEQ:FLAT
MULTEQ:MANUAL
MULTEQ:OFF
DYNEQ ON
DYNEQ OFF

function
TONE CONTROL ON/OFF change
SURROUND BACK MODE change

CINEMA EQ. ON/OFF change


CINEMA / MUSIC / GAME / PL /HEIGHT mode change

FRONT HEIGHT Output change


PLz HEIGHT GAIN direct change

MultEQ XT mode change

DYNAMIC EQ change

- 34 -

example
PSTONE CTRL OFF<CR>
PSTONE CTRL OFF<CR>
PSSB:MTRX ON<CR>
PSSB:PL2X CINEMA<CR>
PSSB:PL2X MUSIC<CR>
PSSB:ON<CR>
PSSB:OFF<CR>
PSSB:ESMTRX<CR>
PSCINEMA EQ.ON<CR>
PSCINEMA EQ.OFF<CR>
PSMODE:CINEMA<CR>
PSMODE:MUSIC<CR>
PSMODE:GAME<CR>
PSMODE:PRO LOGIC<CR>
PSMODE:HEIGHT<CR>
PSFH:ON<CR>
PSFH:OFF<CR>
PSPHG LOW<CR>
PSPHG MID<CR>
PSPHG HI<CR>
PSMULTEQ:AUDYSSEY<CR>
PSMULTEQ:BYP.LR<CR>
PSMULTEQ:FLAT<CR>
PSMULTEQ:MANUAL<CR>
PSMULTEQ:OFF<CR>
PSDYNEQ ON<CR>
PSDYNEQ OFF<CR>

EVENT
PS

PARAMETER
REFLEV 0
REFLEV 5
REFLEV 10
REFLEV 15
DYNVOL NGT
DYNVOL EVE
DYNVOL DAY
BAS **
TRE **
DRC AUTO
DRC LOW
DRC MID
DRC HI
DRC OFF
DCO OFF
DCO LOW
DCO MID
DCO HIGH
LFE **
EFF **
DEL ***

function
Reference Level Offset change

DYNAMIC VOLUME change

BASS change
TREBLE change
DRC change

D.COMP change

LFE change
EFFECT LEVEL change
DELAY change

- 35 -

example
PSREFLEV 0<CR>
PSREFLEV 5<CR>
PSREFLEV 10<CR>
PSREFLEV 15<CR>
PSDYNVOL NGT<CR>
PSDYNVOL EVE<CR>
PSDYNVOL DAY<CR>
PSBAS 50<CR>
PSTRE 50<CR>
PSDRC AUTO<CR>
PSDRC LOW<CR>
PSDRC MID<CR>
PSDRC HI<CR>
PSDRC OFF<CR>
PSDCO OFF<CR>
PSDCO LOW<CR>
PSDCO MID<CR>
PSDCO HIGH<CR>
PSLFE 10<CR>
PSEFF 10<CR>
PSDEL 100<CR>

EVENT
PS

PARAMETER
AFD ON
AFD OFF
PAN ON
PAN OFF
DIM **
CEN **
CEI **
SWR ON
SWR OFF
RSZ S
RSZ MS
RSZ M
RSZ ML
RSZ L
DELAY ***
RSTR OFF
RSTR MODE1
RSTR MODE2
RSTR MODE3
FRONT SPA
FRONT SPB
FRONT SPA+B

function
AFDM change
PANORAMA change
DIMMENSION change
CENTER WIDTH change
CENTER IMAGE change
SW ON/OFF change
ROOM SIZE change

AUDIO DELAY change


AUDIO RESTORER change

FRONT SPEAKER direct change

- 36 -

example
PSAFD ON<CR>
PSAFD OFF<CR>
PSPAN ON<CR>
PSPAN OFF<CR>
PSDIM 06<CR>
PSCEN 07<CR>
PSCEI 10<CR>
PSSWR ON<CR>
PSSWR OFF<CR>
PSRSZ S<CR>
PSRSZ MS<CR>
PSRSZ M<CR>
PSRSZ ML<CR>
PSRSZ L<CR>
PSDELAY 200<CR>
PSRSTR OFF<CR>
PSRSTR MODE1<CR>
PSRSTR MODE2<CR>
PSRSTR MODE3<CR>
PSFRONT SPA<CR>
PSFRONT SPB<CR>
PSFRONT A+B<CR>

EVENT
PV

PARAMETER
CN **
BR **
CM **
HUE **

function
CONTRAST change
BRIGHTNESS Change
CROMA LEVEL change
Hue Change

- 37 -

example
PVCN 50<CR>
PVBR 12<CR>
PVCM 50<CR>
PVHUE 50<CR>

EVENT
Z2

PARAMETER
CD
|
USB DIRECT
IPOD DIRECT
SOURCE
QUICK1
QUICK2
QUICK3
QUICK4
QUICK5
QUICK0
**

Z2MU
Z2CS
Z2CV
Z2HPF
Z2PS

function
ZONE2 source change
---The name of PARAMETER is
the same as that of the time of SI COMMAND.
ZONE2 mode cancel
ZONE2 QUICK SELECT mode change

---Z2 QUICK SELECT 1(or 2, 3, 4, 5)


Change QUICK SELCT OFF
ZONE2 VOLUME change , **:00 to 99 by ASCII
98 = 18dB(MAX)
80 = 0dB
10 = -70dB
00 = -80dB
99 = ---(MIN)
ZONE2 ON/OFF change

example
Z2CD<CR>
|
Z2USB DIRECT<CR>
Z2IPOD DIRECT<CR>
Z2SOURCE<CR>
Z2QUICK1<CR>
Z2QUICK2<CR>
Z2QUICK3<CR>
Z2QUICK4<CR>
Z2QUICK5<CR>
Z2QUICK0<CR>
Z280<CR>

ON
OFF
ON
OFF
ST
MONO
FL **
FR **
ON
OFF
BAS **

ZONE2 BASS change

Z2ON<CR>
Z2OFF<CR>
Z2MUON<CR>
Z2MUOFF<CR>
Z2CSST<CR>
Z2CSMONO<CR>
Z2CVFL 50<CR>
Z2CVFR 50<CR>
Z2HPFON<CR>
Z2HPFOFF<CR>
Z2PSBAS 50<CR>

TRE **

ZONE2 TEBLE change

Z2PSTRE 50<CR>

ZONE2 OUTPUT MUTE ON/OFF change


ZONE2 Channel setting
**:38 to 62 by ASCII , 50=0dB
**:38 to 62 by ASCII , 50=0dB
ZONE2 HPF ON/OFF change

The PARAMETER of Z2 EVENT : Uses two ASCII characters. (see page4 J) section)
- 38 -

ANALOG TUNER Control


EVENT
TF

PARAMETER
AN******
(6 digits)

TP

AN**(PRESET No.)

TM

ANOFF
ANMEM**
ANAM
ANFM
ANAUTO
ANMANUAL

function
TUNER Frequency change
--- ****.** kHz at AM band
****.** MHz at FM band
TUNER PRESET change to No.**
Change Preset Channel select OFF
TUNER PRESET MEMORY
TUNER BAND , MODE change
---Band set to AM
---Band set to FM
---Tuning mode set to AUTO mode
---Tuning mode set to MANUAL mode

- 39 -

example
TFAN105000<CR>
(1050.00kHz at AM)
TPANA1<CR>
(PRESET No.A1)
TPANOFF<CR>
TPANMEMA1<CR>
TMANAM<CR>
TMANFM<CR>
TMANAUTO<CR>
TMANMANUAL<CR>

Network Audio/USB /iPod DIRECT Extended Control


EVENT

PARAMETER

NSA
0
1
2
3
4
5
6
7
8

function
Onscreen Display Information is Answered
By the NSA Command.
Display Line1 Information
Display Line3 Information
Display Line4 Information
Display Line5 Information
Display Line6 Information
Display Line7 Information
Display Line8 Information
Display Line9 Information
Display Line10 Information

- 40 -

example

NSA0**************_?????<CR>
NSA1************_?????<CR>
NSA2************_?????<CR>
NSA3************_?????<CR>
NSA4************_?????<CR>
NSA5************_?????<CR>
NSA6************_?????<CR>
NSA7**************_?????<CR>
NSA8**************_?????<CR>
*:Character Length MAX96byte
_:Null
?:Exclusion(The character after Null
should be disregarded)
:Cursor&Playable
Information Data(1Byte)
Bit1:Playable Music
Bit2:Directory
Bit4:CURSOR SELECT=1
Bit7:Picture
Bit3,5,6,8:Don't Care
NSA0Now Playing USB_????<CR>
NSA1Come Away With Me_???<CR>
NSA2Norah Jones_?????????<CR>
NSA3_????????????????????<CR>
NSA4_????????????????????<CR>
NSA500:11
100%_???????<CR>
NSA6_????????????????????<CR>
NSA7_????????????????????<CR>
NSA8_????????????????????<CR>

EVENT

PARAMETER

NSE
0
1
2
3
4
5
6
7
8

function
Onscreen Display Information(mServer/iRadio) is
Answered By the NSE Command.
Display Line1 Information
Display Line3 Information
Display Line4 Information
Display Line5 Information
Display Line6 Information
Display Line7 Information
Display Line8 Information
Display Line9 Information
Display Line10 Information

- 41 -

example

NSE0**************_?????<CR>
NSE1************_?????<CR>
NSE2************_?????<CR>
NSE3************_?????<CR>
NSE4************_?????<CR>
NSE5************_?????<CR>
NSE6************_?????<CR>
NSE7**************_?????<CR>
NSE8**************_?????<CR>
*:UTF-8 CODE Character(MAX96byte)
_:Null
?: Don't Care (The character after Null
should be disregarded)
:Cursor&Playable
Information Data(1Byte)
Bit1:Playable Music =1
Bit2:Directory
Bit4:CURSOR SELECT=1
Bit7:Picture
Bit3,5,6,8:Don't Care
************_?????:96byte Fixed
<example>
NSE0Now Playing USB_????<CR>
NSE1Come Away With Me_???<CR>
NSE2Norah Jones_?????????<CR>
NSE3_????????????????????<CR>
NSE4_????????????????????<CR>
NSE500:11
100%_???????<CR>
NSE6_????????????????????<CR>
NSE7_????????????????????<CR>
NSE8_????????????????????<CR>

COMMAND
NS

PARAMETER
P1
P2
P3
P1 MEM
P2 MEM
P3 MEM
P

B**
(PRESET No.)
C**
(PRESET No.)
H

function
Preset1-3 Call

Preset 1-3 Memory

Return Preset 1-3 statusUTF-8

Preset Call
**00-55 00:A1/55:G8)
Preset Memory, Preset stored at No.**
**00-55 00:A1/55:G8)
Return Preset Channel A1-G8 statusUTF-8
(00:A1-55:G8)

- 42 -

example
NSP1<CR>
NSP2<CR>
NSP3<CR>
NSP1 MEM<CR>
NSP2 MEM<CR>
NSP3 MEM<CR>
NSP01**********(20 digits)<CR>
NSP02**********(20 digits)<CR>
NSP03**********(20 digits)<CR>
***:Station name or Title name
NSB00<CR>
NSC00<CR>
NSH00**********(20
NSH01**********(20
|
NSH54**********(20
NSH55**********(20

digits)<CR>
digits)<CR>
digits)<CR>
digits)<CR>

iPod Extended Control


iPod Dock which AVR-2312 can connect with is ASD-1R/11R.
EVENT
PARAMETER
function
IPA
Onscreen Display Information is Answered
By the IPA Command.
0
Display Line1 Information
1
Display Line3 Information
2
Display Line4 Information
3
Display Line5 Information
4
Display Line6 Information
5
Display Line7 Information
6
Display Line8 Information
7
Display Line9 Information
8
Display Line10 Information
9
Display Line11 Information

example

IPA0***************_???<CR>
IPA1*************_???<CR>
IPA2*************_???<CR>
IPA3*************_???<CR>
IPA4*************_???<CR>
IPA5*************_???<CR>
IPA6*************_???<CR>
IPA7*************_???<CR>
IPA8#**************_???<CR>
IPA9***************_???<CR>
*:Character Length MAX96byte
_:Null
?:Exclusion(The character after Null
should be disregarded)
:Cursor Information Data(1Byte)
Bit1:Playable Music/Video=1
Bit2:Directory=1
Bit4:CURSOR SELECT=1
Bit3,5,6,7,8:Don't Care
#Bit1-8:Dont Care

- 43 -

EVENT

PARAMETER

function

IPA

example
<example1>
IPA0Artist??????????????????<CR>
IPA1 Ana Caram_????????????<CR>
IPA2 Badi Assad_???????????<CR>
IPA3 Christy Baron_????????<CR>
IPA4 Marta Gomez_??????????<CR>
IPA5 Rebecca Pidgeon_??????<CR>
IPA6 Sara K_???????????????<CR>
IPA7 Valerie Joyce_????????<CR>
IPA8# SFL Songs RPT All_???<CR>
IPA9 [
2/
6]_?????????<CR>
<example2>
IPA0Now Playing iPod_???????<CR>
IPA1 A HARD DAY'S NIGHT._??<CR>
IPA2 /The Beatles_?????????<CR>
IPA3_??????????????????????<CR>
IPA4 A HARD DAY'S NIGHT_???<CR>
IPA5 00:04_??????????????<CR>
IPA6_??????????????????????<CR>
IPA7_??????????????????????<CR>
IPA8# SFL Songs RPT All_???<CR>
IPA9????????????????????????<CR>

- 44 -

EVENT

PARAMETER

IPE
0
1
2
3
4
5
6
7
8
9

function
Onscreen Display Information(iPod) is Answered
By the IPA Command.
Display Line1 Information
Display Line3 Information
Display Line4 Information
Display Line5 Information
Display Line6 Information
Display Line7 Information
Display Line8 Information
Display Line9 Information
Display Line10 Information
Display Line11 Information

example

IPE0***************_???<CR>
IPE1*************_???<CR>
IPE2*************_???<CR>
IPE3*************_???<CR>
IPE4*************_???<CR>
IPE5*************_???<CR>
IPE6*************_???<CR>
IPE7*************_???<CR>
IPE8#**************_???<CR>
IPE9***************_???<CR>
*:UTF-8 CODE Character(MAX96byte)
_:Null
?:Exclusion(The character after Null
should be disregarded)
:Cursor Information Data(1Byte)
Bit1:Playable Music/Video=1
Bit2:Directory=1
Bit3:Don't Care
Bit4:CURSOR SELECT=1
Bit3,5,6,7,8:Don't Care
#Bit1-8:Dont Care

- 45 -

EVENT

PARAMETER

function

IPE

example
<example1>
IPE0Artist??????????????????<CR>
IPE1 Ana Caram_????????????<CR>
IPE2 Badi Assad_???????????<CR>
IPE3 Christy Baron_????????<CR>
IPE4 Marta Gomez_??????????<CR>
IPE5 Rebecca Pidgeon_??????<CR>
IPE6 Sara K_???????????????<CR>
IPE7 Valerie Joyce_????????<CR>
IPE8# SFL Songs RPT All_???<CR>
IPE9 [
2/
6]_?????????<CR>
<example2>
IPE0Now Playing iPod_???????<CR>
IPE1 A HARD DAY'S NIGHT._??<CR>
IPE2 /The Beatles_?????????<CR>
IPE3_??????????????????????<CR>
IPE4 A HARD DAY'S NIGHT_???<CR>
IPE5 00:04_??????????????<CR>
IPE6_??????????????????????<CR>
IPE7_??????????????????????<CR>
IPE8# SFL Songs RPT All_???<CR>
IPE9_??????????????????????<CR>

- 46 -

TRIGGER CONTROL
EVENT
TR

PARAMETER
1 ON
1 OFF

function

example

Trigger ON
Trigger OFF

TR1 ON<CR>
TR1 OFF<CR>

function
REMOTE CONTROL LOCK ON/OFF

example
SYREMOTE LOCK ON<CR>
SYREMOTE LOCK OFF<CR>
SYPANEL LOCK ON<CR>
SYPANEL+V LOCK ON<CR>
SYPANEL LOCK OFF<CR>

Remote Lock/Panel Lock


EVENT
SY

PARAMETER
REMOTE LOCK ON
REMOTE LOCK OFF
PANEL LOCK ON
PANEL+V LOCK ON
PANEL LOCK OFF

PANEL BUTTON(Except MASTER VOL.)CONTROL LOCK ON


PANEL BUTTON & MASTER VOL. CONTROL LOCK ON
PANEL BUTTUM & MASTER VOL. CONTROL LOCK OFF

UPGRADE ID Display
COMMAND
UG

PARAMETER
IDN ************
IDN NG

function
ID Number for UPGRADE is displayed on FL Display
************:12-digit ID Number
Cant get ID number from DPMS

- 47 -

example
UGIDN ************<CR>
UGIDN NG<CR>

Extension COMMAND
The RC code can be sent from Serial protocol commands

Protocol specification
Command structure: COMMAND + RC FORMAT + RC DATA + CR (0x0D)
COMMAND : ASCII CODE of 2 characters
Ex.
RC : RC CODE
RC FORMAT : ASCII CODE of 3 characters
Ex.
KSK : KASEIKYO FORMAT
SHP : SHARP FORMAT
RC DATA : ASCII CODE of 7 characters
For details of the RC CODE , please refer to the IR remote control code list.
KASEIKYO FORMAT

SHARP FORMAT

- 48 -

The example of a command

* <CR> is the meaning of 0x0D.


RCKSK0410002<CR> : All Power ON by using KASEIKYO FORMAT

RCSHP0230033<CR> : All Power ON by using SHARP FORMAT

- 49 -

You might also like