manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Denon
  6. •
  7. Stereo Receiver
  8. •
  9. Denon AVR 4308CI - AV Network Receiver User manual

Denon AVR 4308CI - AV Network Receiver User manual

- 1 -
DENON AVR control protocol
Ver. 5.1.0_a
Application model : AVR-4308
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 : 8 bits
Parity control : None
Start bit : 1 bit
Stop bit : 1 bit
Communication procedure : Non procedural
Communication data length : 135 bytes (maximum)
Version Date Contents Page
5.1.0 06.Jul.’07 Original
5.1.0_a 23.Jan.’08 1.Added NSE,NSB,NSC for iRadio Control. 24,42
2.Corrected the Command of IPE,IPA for iPod Control. 25,43,44,45,46
3.Added Response MS Command for DTS Mode. 31,32
4.Corrected the Response Command of PSMODE. 33
- 2 -
Ⅱ. Ethernet
Connector type :RJ-45(10BASE-T/100BASE-TX)
Communication format :
Communication system : A half duplex
Communication speed : 10Mbps/100Mbps
Communication port : TCP port 23 (telnet)
Communication data length : 135bytes (maximum)
PC
AVR/AVC
Ethernet
Cross cable
PC
AVR/AVC
HUB
Ethernet
Straight
cable
Ethernet
Straight
cable
Example ①
Example ②
- 3 -
NETWORK SETUP of AVR-4308
>Procedure of Network Setup mode.
(1)Press SYSTEM SETUP button, then System Setup Menu appears on FL-display(and GUI)
(2)Select “Network Setup > 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: Standby Mode Power Saving>
(1)Press MENU button, then Menu appears on FL-display (and GUI)
(2)Select “Manual Setup > Network Setup > Other > Power Saving”
(3)Set parameters described below.
“OFF”---Use this setting when using the AVR-4308 connected in a network.
“ON”--- Use this setting when not using the AVR-4308 connected in a network.
This setting is reducing the power consumption in the standby mode.
- 4 -
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
- 5 -
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>’
- 6 -
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>
--- : MV99<CR>
* At the **.0dB step, only uses two ASCII characters as PARAMETER, same as usual.
K) Four seconds later, please transmit the next COMMAND after transmitting a power on COMMAND(PWON).
- 7 -
COMMAND and PARAMETER list
COMMAND PARAMETER function example
PW 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) 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 ** **:00,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 page4 J) section)
- 8 -
COMMAND PARAMETER function example
CV SB UP ---SURROUND BACKch (SBch 1SP) CVSB UP<CR>
SB DOWN CVSB DOWN<CR>
SB ** **:00 to 99 by ASCII , 50=0dB CVSB 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 PHONO Select INPUT source SIPHONO<CR>
CD SICD<CR>
TUNER SITUNER<CR>
DVD SIDVD<CR>
HDP SIHDP<CR>
TV/CBL SITV/CBL<CR>
SAT SISAT<CR>
VCR SIVCR<CR>
DVR SIDVR<CR>
V.AUX SIV.AUX<CR>
NET/USB SINET/USB<CR>
XM (North America model Only) SIXM<CR>
HDRADIO (North America model Only) SIHDRADIO<CR>
DAB (Europe model Only) SIDAB<CR>
IPOD SIIPOD<CR>
? Return SI Status SI?<CR>
ZM ON MAIN-ZONE ON/OFF change at AVR-4308 ZMON<CR>
OFF ZMOFF<CR>
? Return ZM Status ZM?<CR>
SR PHONO REC SELECT mode set , and select source SRPHONO<CR>
| ---The name of PARAMETER is |
IPOD the same as that of the time of SI COMMAND. SRIPOD<CR>
SOURCE REC SELECT mode cancel SRSOURCE<CR>
? Return SR Status SR?<CR>
CV COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
- 9 -
COMMAND PARAMETER function example
SD AUTO set AUTO mode (Priority:HDMI>>DIGITAL>>ANALOG) SDAUTO<CR>
HDMI set force HDMI INPUT mode SDHDMI<CR>
DIGITAL set force DIGITAL INPUT (Optical,Coaxial)mode SDDIGITAL<CR>
ANALOG set force ANALOG INPUT mode SDANALOG<CR>
EXT.IN-1 ---Set EXT.IN mode at AVR-4308 SDEXT.IN-1<CR>
? Return SD Status SD?<CR>
DC AUTO set DIGITAL INPUT AUTO mode DCAUTO<CR>
PCM set DIGITAL INPUT force PCM mode DCPCM<CR>
DTS set DIGITAL INPUT force DTS mode DCDTS<CR>
? Return DC Status DC?
SV DVD VIDEO SELECT mode set , and select source SVDVD<CR>
HDP SVVDP<CR>
TV/CBL SVTV/CBL<CR>
SAT SVSAT<CR>
VCR SVVCR<CR>
DVR SVDVR<CR>
V.AUX SVV.AUX<CR>
SOURCE VIDEO SELECT mode cancel SVSOURCE<CR>
? Return SV Status SV?<CR>
MS DIRECT Select SURROUND mode MSDIRECT<CR>
PURE DIRECT MSPURE DIRECT<CR>
STEREO MSSTEREO<CR>
STANDARD MS STANDARD<CR>
DOLBY DIGITAL MSDOLBY DIGITAL<CR>
DTS SUROUND MSDTS SURROUND<CR>
NEURAL MS NEURAL<CR>
North America model only
WIDE SCREEN MSWIDE SCREEN
7CH STEREO MS7CH STEREO<CR>
SUPER STADIUM MSSUPER STADIUM<CR>
ROCK ARENA MSROCK ARENA<CR>
JAZZ CLUB MSJAZZ CLUB<CR>
- 10 -
COMMAND PARAMETER function
example
MS CLASSIC CONCERT MSCLASSIC CONCERT<CR>
MONO MOVIE MSMONO MOVIE<CR>
MATRIX MSMATRIX<CR>
VIDEO GAME MSVIDEO GAME<CR>
VIRTUAL MSVIRTUAL<CR>
? Return MS Status MS?<CR>
QUICK1 QUICK SELECT 1-3 MODE SELECT MSQUICK1<CR>
QUICK2 MSQUICK2<CR>
QUICK3 MSQUICK3<CR>
QUICK1 MEMORY USER1-3 MODE MEMORY MSQUICK1 MEMORY<CR>
QUICK2 MEMORY MSQUICK2 MEMORY<CR>
QUICK3 MEMORY MSQUICK3 MEMORY<CR>
QUICK ? Return MSQUICK Status MSQUICK ?<CR>
VS MONIAUTO
Set HDMI MONITOR automatic detection VSMONIAUTO<CR>
MONI1 Set HDMI MONITOR OUT-1 VSMONI1<CR>
MONI2 Set HDMI MONITOR OUT-2 VSMONI2<CR>
MONI? Return VSMONITOR Status VSMONI?<CR>
ASPNRM
Set Normal mode VSASPNRM<CR>
ASPFUL
Set FULL mode VSASPFUL<CR>
ASP? Return VSASPECT Status VSASP?<CR>
SC48P Set Resolution to 480p/576p VSSC48P<CR>
SC10I Set Resolution to 1080i VSSC10I<CR>
SC72P Set Resolution to 720p VSSC72P<CR>
SC10P Set Resolution to 1080p VSSC10P<CR>
SC AUTO Set Resolution to AUTO VSSCAUTO<CR>
SC? Return VSSCALE Status VSSC?<CR>
- 11 -
COMMAND PARAMETER function example
PS TONE DEFEAT ON PARAMETER setting PSTONE DEFEAT ON<CR>
TONE DEFEAT OFF TONE DEFEAT ON/OFF PSTONE DEFEAT OFF<CR>
TONE DEFEAT ? Return PSTONE DEFEAT Status PSTONE DEFEAT ?<CR>
SB:MTRX ON SURROUND BACK SP MODE set PSSB:MTRX ON<CR>
SB:NON MTRX PSSB:NON MTRX<CR>
SB:PL2xCINEMA PSSB:PL2X CINEMA<CR>
SB:PL2xMUSIC PSSB:PL2X MUSIC<CR>
SB:ON PSSB:ON<CR>
SB:OFF PSSB:OFF<CR>
SB: ? Return PSSB: Status PSSB: ?<CR>
CINEMA EQ.ON CINEMA EQ. ON/OFF PSCINEMA EQ.ON<CR>
CINEMA EQ.OFF PSCINEMA EQ.OFF<CR>
CINEMA EQ. ? Return PSCINEMA EQ.Status PSCINEMA EQ. ?<CR>
MODE:MUSIC CINEMA / MUSIC / GAME / PL mode change PSMODE:MUSIC<CR>
MODE:CINEMA (This parameter can change DOLBY PL2,PL2x,NEO:6 mode.) PSMODE:CINEMA<CR>
MODE:GAME ---SB=ON:PL2x mode / SB=OFF:PL2 mode PSMODE:GAME<CR>
MODE:PRO LOGIC --- GAME can change DOLBY PL2 & PL2x mode PSMODE:PRO LOGIC<CR>
--- PL can change ONLY DOLBY PL2 mode
MODE: ? Return PSMODE: Status PSMODE: ?<CR>
ROOM EQ:AUDYSSEY ROOM EQ mode direct change PSROOM EQ:AUDYSSEY<CR>
ROOM EQ:BYP.LR PSROOM EQ:BYP.LR<CR>
ROOM EQ:FLAT PSROOM EQ:FLAT<CR>
ROOM EQ:MANUAL PSROOM EQ:MANUAL<CR>
ROOM EQ:OFF PSROOM EQ:OFF<CR>
ROOM EQ ? Return PSROOM EQ: Status PSROOM EQ: ?<CR>
BAS UP BASS UP/DOWN , direct change to **dB PSBAS UP<CR>
BAS DOWN **:00 to 99 by ASCII , 50=0dB PSBAS DOWN<CR>
BAS ** ---AVR-4308 can be operated from -6 to +6(44 to 56) PSBAS 50<CR>
BAS ? Return PSBAS Status PSBAS ?<CR>
PS COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
- 12 -
COMMAND PARAMETER function
example
PS TRE UP TREBLE UP/DOWN , direct change to **dB PSTRE UP<CR>
TRE DOWN **:00 to 99 by ASCII , 50=0dB PSTRE DOWN<CR>
TRE ** ---AVR-4308 can be operated from -6 to +6(44 to 56) PSTRE 50<CR>
TRE ? Return PSTRE Status PSTRE ?<CR>
DRC AUTO
DRC direct change PSDRC AUTO<CR>
DRC LOW
PSDRC LOW<CR>
DRC MID
PSDRC MID<CR>
DRC HI PSDRC HI<CR>
DRC OFF
PSDRC OFF<CR>
DRC ? PSDRC ?<CR>
DCO OFF
D.COMP direct change PSDCO OFF<CR>
DCO LOW
PSDCO LOW<CR>
DCO MID
PSDCO MID<CR>
DCO HIGH
PSDCO HIGH<CR>
DCO ? Return PSDCO Status PSDCO ?<CR>
LFE UP LFE UP/DOWN , direct change to **dB PSLEE UP<CR>
LFE DOWN
**:00 to 99 by ASCII , 00=0dB, 10=-10dB PSLFE DOWN<CR>
LFE ** ---AVR-4308 can be operated from 0 to -10 PSLFE 10<CR>
LFE ? Return PSLFE Status PSLFE ? <CR>
EFF ON EFFECT ON/OFF , EFFECT LEVEL direct change to **dB PSEFF UP<CR>
EFF OFF
**:00 to 99 by ASCII , 00=0dB, 10=10dB PSEFF DOWN<CR>
EFF ** ---AVR-4308 can be operated from 1 to 15 PSEFF **<CR>
EFF ? Return PSEFF Status PSEFF ?<CR>
DEL UP DELAY UP/DOWN , direct change to ***dB PSDEL UP<CR>
DEL DOWN
***:000 to 999 by ASCII , 000=0ms, 300=300ms PSDEL DOWN<CR>
DEL ***
---AVR-4308 can be operated from 0 to 300 PSDEL ***<CR>
DEL ? Return PSDEL Status PSDEL ?<CR>
AFD ON AFDM ON/OFF PSAFD ON<CR>
AFD OFF
PSAFD OFF<CR>
AFD ? Return PSAFD Status PSAFD ?<CR>
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page4 J) section)
- 13 -
COMMAND PARAMETER function
example
PS 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-4308 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-4308 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-4308 can be operated from 0.0 to 1.0 PSCEI 10<CR>
CEI? Return PSCEI Status OSCEI ?<CR>
ATT ON SW ATT ON/OFF PSATT ON<CR>
ATT OFF
PSATT OFF<CR>
ATT ? Return PSATT Status PSATT ?<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-4308 can be operated from 0 to 200 PSDELAY 200<CR>
PS COMMAND : "*" parameter uses two or three ASCII characters. (see page4 J) section)
- 14 -
COMMAND PARAMETER function
example
PS NIGHT OFF NIGHT MODE direct change PSNIGHT OFF<CR>
NIGHT LOW PSNIGHT LOW<CR>
NIGHT MID PSNIGHT MID<CR>
NIGHT HI PSNIGHT HI<CR>
NIGHT ? Return PSNIGHT Status PSNIGHT ?<CR>
RSTR OFF AUDIO RESTORER direct change PSRSTR OFF<CR>
RSTR MODE1 PSRSTR MODE1<CR>
RSTR MODE2 PSRSTR MODE2<CR>
RSTR MODE3 PSRSTR MODE3<CR>
RSTR ? Return PSRSTR Status PSRSTR ?<CR>
PV CN UP CONTRAST UP/DOWN , direct change to **dB PVCN UP<CR>
CN DOWN
**:44 to 56 by ASCII , 50=0 PVCN DOWN<CR>
CN ** ---AVR-4308 can be operated from -6 to +6(44 to 56) PVCN 06<CR>
CN ? Return PSCN Status PVCN ?<CR>
BR UP BRIGHTNESS UP/DOWN , direct change to **dB PVBR UP<CR>
BR DOWN
**:00 to 12 by ASCII , 00=0 PVBR DOWN<CR>
BR ** ---AVR-4308 can be operated from 0 to 12 PVBR 12<CR>
BR ? Return PSBR Status PVBR ?<CR>
CM UP CROMA LEVET UP/DOWN , direct change to **dB PVCM UP<CR>
CM DOWN
**:44 to 56 by ASCII , 50=0 PVSCM DOWN<CR>
CM ** ---AVR-4308 can be operated from -6 to +6(44 to 56) PVCM 06<CR>
CM ? Return PSCN Status PVCM ?<CR>
HUE UP HUE UP/DOWN , direct change to **dB PVHUE UP<CR>
HUE DOWN
**:44 to 56 by ASCII , 50=0 PVHUE DOWN<CR>
HUE ** ---AVR-4308 can be operated from -6 to +6(44 to 56) PVHUE 06<CR>
HUE ? Return PSCN Status PVHUE ?<CR>
PV COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
- 15 -
Z2 COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
COMMAND PARAMETER function example
Z2 PHONO MULTI ZONE-2 mode set , and select source at AVR-4308 Z2PHONO<CR>
| ---The name of PARAMETER is |
IPOD the same as that of the time of SI COMMAND. Z2IPOD<CR>
SOURCE MULTI ZONE-2 mode cancel at AVR-4308 Z2SOURCE<CR>
UP MULTI ZONE-2 VOLUME UP/DOWN , direct change to **dB Z2UP<CR>
DOWN at AVR-4308 Z2DOWN<CR>
** **:10 to 99 by ASCII , 80=0dB, 99=---(MIN) Z280<CR>
ON MULTI ZONE-2 ON/OFF change at AVR-4308 Z2ON<CR>
OFF Z2OFF<CR>
? Return Z2 Status Z2?<CR>
Z2MU ON ZONE2 OUTPUT MUTE ON/OFF change Z2MUON<CR>
OFF Z2MUOFF<CR>
? Return Z2MU Status Z2MU?<CR>
Z2CS ST ZONE2 Channel setting Z2CSST
MONO Z2CSMONO
? Return Z2CS Status Z2CS?
Z2CV FL UP ZONE2 CHANNEL VOLUME UP/DOWN , direct change to **dB Z2CVFL UP<CR>
FL DOWN ---FRONT Lch Z2CVFL DOWN<CR>
FL ** **:38 to 62 by ASCII , 50=0dB Z2CVFL 50<CR>
FR UP ZONE2 CHANNEL VOLUME UP/DOWN , direct change to **dB Z2CVFR UP<CR>
FR DOWN ---FRONT Rch Z2CVFR DOWN<CR>
FR ** **:38 to 62 by ASCII , 50=0dB Z2CVFR 50<CR>
? Return Z2CV Status Z2CV?<CR>
Z2HPF ON ZONE2 HPF ON/OFF Z2HPFON<CR>
OFF Z2HPFOFF<CR>
? Return Z2HPF Status Z2HPF?<CR>
- 16 -
Z2 COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
COMMAND PARAMETER function example
Z2PS BAS UP ZONE2 BASS UP/DOWN , direct change to **dB Z2PSBAS UP<CR>
BAS DOWN
**:00 to 99 by ASCII , 00=0dB Z2PSBAS DOWN<CR>
BAS ** ---AVR-4308 can be operated from -10 to +10(40 to 60) Z2PSBAS 00<CR>
BAS ? Return Z2PSBAS Status Z2PSBAS ?<CR>
TRE UP ZONE2 TREBLE UP/DOWN , direct change to **dB Z2PSTRE UP<CR>
TRE DOWN
**:00 to 99 by ASCII , 00=0dB Z2PSTRE DOWN<CR>
TRE ** ---AVR-4308 can be operated from -10 to +10(40 to 60) Z2PSTRE 00<CR>
TRE ? Return Z2PSTRE Status Z2PSTRE ?<CR>
- 17 -
Z3 COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
COMMAND PARAMETER function example
Z3 PHONO MULTI ZONE-3 mode set , and select source at AVR-4308 Z3PHONO<CR>
| ---The name of PARAMETER is |
IPOD the same as that of the time of SI COMMAND. Z3IPOD<CR>
SOURCE MULTI ZONE-3 mode cancel Z3SOURCE<CR>
UP MULTI ZONE-3 VOLUME UP/DOWN , direct change to **dB Z3UP<CR>
DOWN Z3DOWN<CR>
** **:10 to 99 by ASCII , 80=0dB, 99=---(MIN) Z380<CR>
ON MULTI ZONE-3 ON/OFF change at AVR-4308 Z3ON<CR>
OFF Z3OFF<CR>
? Return Z3 Status Z2?<CR>
Z3MU ON ZONE3 OUTPUT MUTE ON/OFF change Z3MUON<CR>
OFF Z3MUOFF<CR>
? Return Z3MU Status Z3MU?<CR>
Z3CS ST ZONE3 Channel setting Z3CSST
MONO Z3CSMONO
? Return Z3CS Status Z3CS?
Z3CV FL UP ZONE3 CHANNEL VOLUME UP/DOWN , direct change to **dB Z3CVFL UP<CR>
FL DOWN
---FRONT Lch Z3CVFL DOWN<CR>
FL ** **:38 to 62 by ASCII , 50=0dB Z3CVFL 50<CR>
FR UP ZONE3 CHANNEL VOLUME UP/DOWN , direct change to **dB Z3CVFR UP<CR>
FR DOWN
---FRONT Rch Z3CVFR DOWN<CR>
FR ** **:38 to 62 by ASCII , 50=0dB Z3CVFR 50<CR>
? Return Z2CV Status Z3CV?<CR>
Z3HPF ON ZONE3 HPF ON/OFF Z3HPFON<CR>
OFF Z3HPFOFF<CR>
? Return Z3HPF Status Z3HPF?<CR>
- 18 -
Z3 COMMAND : "*" parameter uses two ASCII characters. (see page4 J) section)
COMMAND PARAMETER function example
Z3PS BAS UP ZONE3 BASS UP/DOWN , direct change to **dB Z3PSBAS UP<CR>
BAS DOWN
**:00 to 99 by ASCII , 00=0dB Z3PSBAS DOWN<CR>
BAS ** ---AVR-4308 can be operated from -10 to +10(40 to 60) Z3PSBAS 00<CR>
BAS ? Return Z3PSBAS Status Z3PSBAS ?<CR>
TRE UP ZONE3 TREBLE UP/DOWN , direct change to **dB Z3PSTRE UP<CR>
TRE DOWN
**:00 to 99 by ASCII , 00=0dB Z3PSTRE DOWN<CR>
TRE ** ---AVR-4308 can be operated from -10 to +10(40 to 60) Z3PSTRE 00<CR>
TRE ? Return Z3PSTRE Status Z3PSTRE ?<CR>
- 19 -
COMMAND PARAMETER function example
Z4 CD MULTI ZONE-4 mode set , and select source at AVR-4308 Z4CD<CR>
| ---The name of PARAMETER is |
V.AUX the same as that of the time of SI COMMAND. Z4V.AUX<CR>
SOURCE MULTI ZONE-4 mode cancel Z4SOURCE<CR>
ON MULTI ZONE-4 ON/OFF change at AVR-4308 Z4ON<CR>
OFF Z4OFF<CR>
? Return Z4 Status Z4?<CR>
- 20 -
※ANALOG TUNER Control
COMMAND PARAMETER function example
TF ANUP TUNER Frequency UP/DOWN TFANUP<CR>
ANDOWN TFANDOWN<CR>
AN******
(6 digits)
--- ****.** kHz at AM band (>050000 is AM.)
****.** MHz at FM band (<050000 is FM.)
TFAN105000<CR>
(1050.00kHz at AM)
AN? Return TF Status TFAN?<CR>
TP ANUP TUNER PRESET CH UP/DOWN , direct change to No.** TPANUP<CR>
ANDOWN TPANDOWN<CR>
AN**(PRESET
No.)
TPANA1<CR>
(PRESET No.”A1”)
AN? Return TP Status TPAN?<CR>
ANMEMORY TUNER PRESET MEMORY TPANMEMORY<CR>
TM TUNER BAND , MODE Select
ANAM ---Band set to AM TMANAM<CR>
ANFM ---Band set to FM TMANFM<CR>
AN? Return TM Status TMAN?<CR>
ANAUTO ---Tuning mode set to AUTO mode TMANAUTO<CR>
ANMANUAL ---Tuning mode set to MANUAL mode TMANMANUAL<CR>
TF, TP, TM COMMAND : '*' parameters can NOT operate when INPUT source isn’t TUNER.

Other manuals for AVR 4308CI - AV Network Receiver

4

This manual suits for next models

1

Other Denon Stereo Receiver manuals

Denon AVR-391 User manual

Denon

Denon AVR-391 User manual

Denon AVR-687 User manual

Denon

Denon AVR-687 User manual

Denon DRA-697CIHD - Premier AM/FM Stereo User manual

Denon

Denon DRA-697CIHD - Premier AM/FM Stereo User manual

Denon AVR-1507 User manual

Denon

Denon AVR-1507 User manual

Denon AVR-3805 User manual

Denon

Denon AVR-3805 User manual

Denon AVR-1312 User manual

Denon

Denon AVR-1312 User manual

Denon AVR-S940H User manual

Denon

Denon AVR-S940H User manual

Denon AVR-1712 User guide

Denon

Denon AVR-1712 User guide

Denon AVR-1909 User manual

Denon

Denon AVR-1909 User manual

Denon AVR-1312 Setup guide

Denon

Denon AVR-1312 Setup guide

Denon DRA-CX3 User manual

Denon

Denon DRA-CX3 User manual

Denon AVR 2807 - AV Receiver Instruction Manual

Denon

Denon AVR 2807 - AV Receiver Instruction Manual

Denon AVR-5800 User manual

Denon

Denon AVR-5800 User manual

Denon DRA-700AEDAB User manual

Denon

Denon DRA-700AEDAB User manual

Denon AVR-588 User manual

Denon

Denon AVR-588 User manual

Denon DRA-435R User manual

Denon

Denon DRA-435R User manual

Denon DRA-697CIHD - Premier AM/FM Stereo User manual

Denon

Denon DRA-697CIHD - Premier AM/FM Stereo User manual

Denon DRA-625R User manual

Denon

Denon DRA-625R User manual

Denon AVR-1705 User manual

Denon

Denon AVR-1705 User manual

Denon AVR-X3000 User manual

Denon

Denon AVR-X3000 User manual

Denon AVR-X2000 User manual

Denon

Denon AVR-X2000 User manual

Denon DRA-685 User manual

Denon

Denon DRA-685 User manual

Denon AVR-1706 User manual

Denon

Denon AVR-1706 User manual

Denon AVR-S770H User manual

Denon

Denon AVR-S770H User manual

Popular Stereo Receiver manuals by other brands

VINCENT SV-123 Instructions for use

VINCENT

VINCENT SV-123 Instructions for use

Panasonic RF-SW150 operating instructions

Panasonic

Panasonic RF-SW150 operating instructions

Pioneer 130AVHP65D Operation manual

Pioneer

Pioneer 130AVHP65D Operation manual

Integra DTR-4.5 Service manual

Integra

Integra DTR-4.5 Service manual

Pioneer DMH-160BT owner's manual

Pioneer

Pioneer DMH-160BT owner's manual

Sony XNV-660BT - 6.1" Av Navigation Installation/connections

Sony

Sony XNV-660BT - 6.1" Av Navigation Installation/connections

NAD 1600 owner's manual

NAD

NAD 1600 owner's manual

Onkyo TX-NR929 Manual de instrucciones

Onkyo

Onkyo TX-NR929 Manual de instrucciones

NAD 7020 Service manual

NAD

NAD 7020 Service manual

Pioneer QX-9900 Service manual

Pioneer

Pioneer QX-9900 Service manual

Onkyo TX-NR787 instruction manual

Onkyo

Onkyo TX-NR787 instruction manual

Sony STR-DE545 operating instructions

Sony

Sony STR-DE545 operating instructions

Harman Kardon AVR 3650 owner's manual

Harman Kardon

Harman Kardon AVR 3650 owner's manual

Pioneer DMH-220EX Operation manual

Pioneer

Pioneer DMH-220EX Operation manual

Pioneer Elite VSX-56TXi operating instructions

Pioneer

Pioneer Elite VSX-56TXi operating instructions

Telefunken ISR200 instruction manual

Telefunken

Telefunken ISR200 instruction manual

Sony STR-DE695 - Fm Stereo/fm-am Receiver Easy setup guide

Sony

Sony STR-DE695 - Fm Stereo/fm-am Receiver Easy setup guide

Crestron Adagio ABAR-1 Operation guide

Crestron

Crestron Adagio ABAR-1 Operation guide

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.