manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Marantz
  6. •
  7. Projector
  8. •
  9. Marantz VP-12S3 User manual

Marantz VP-12S3 User manual

RS232C Control Spec.
for
VP-12S3
Marantz America, Inc.
Nov. 22, 2003
Rev. 1.00
RS232C Control Specification for VP-12S3
2
1. PC Control
Interface
* RS-232C(Straight Cable)
* Baud rate:.....................................9600 bps
* Data length:..................................8 bits
* Parity:...........................................None
* Stop bit: ........................................1 bit
* Flow Control: ................................RTS/CTS
* Communication procedure:...........Full duplex
2. PC Control Command Reference
2.1. Command Communications Sequence
Projector returns ACK, NAK, or Status after reception of Command within 1 second.
An ASCII code is used for data. It is discriminated whether transmitting character sequences are a capital
letter and a small letter.
Although there is no distinction of a capital letter small letter, let a capital letter be a standard.
Command transmission and Status reply add Start Character and End Character as follows.
Start Character : ’@’
End Character : 0x0D
Command Sample : "@PWR?", 0x0D (Request Power Status)
Feedback Sample : "@PWR1", 0x0D, 0x0A (Power Status = On)
ACK and NAK use the following control code.
ACK(Reception success) :0x06, 0x0D, 0x0A
NAK(Reception failure) :0x15, 0x0D, 0x0A
A reception side cancels data before '@'. When 0x0D comes, with '@' not coming, NAK (reception failure) is
returned.
That which made Hex the ASCII code is used for transmission and reception of digital data.
Between a command and a numerical value, '/' is inserted as a delimiter.
For Example: When 26(decimal) of the number is expressed
'1', 'A'→0x31, 0x41
2.2. Normal Command
It is Command which demands processing.
In data other than an appointed command, or the state where '@' does not come, when 0x0D comes, it
becomes reception failure, and NAK is returned.
RS232C Control Specification for VP-12S3
3
Commands, such as Power On Command at the time of notes Standby (Fan operation), return only ACK,
when processing is not carried out.
For example: When Power On is sent to Projector.
Command transmission from PC.
"@PWR", 0x0D
After Command processing end and from a projector to a reply
0x06, 0x0D, 0x0A (ACK reception success)
or 0x15, 0x0D, 0x0A (NAK reception failure)
2.3. Request Status Command
It is Command which demands Status.
Projector returns Status or NAK.
In data other than an appointed command, or the state where '@' does not come, when 0x0D comes, it
becomes reception failure, and NAK is returned.
For Example: When Power Status is requested to Projector.
Command transmission from PC.
"@PWR?", 0x0D
After Command processing end and from a projector to a reply
"@PWR1", 0x0D, 0x0A (Power On)
or "@PWR0", 0x0D, 0x0A (Standby)
or 0x15, 0x0D, 0x0A (NAK reception failure)
RS232C Control Specification for VP-12S3
4
2.4. Normal Command List
Command Character Sample
Power On PWR1 "@PWR1",0x0D
Power Standby PWR0 "@PWR0",0x0D
Component 1 CMP1 "@CMP1",0x0D
Component 2 CMP2 "@CMP2",0x0D
S-Video SVD "@SVD",0x0D
Video VDO "@VDO",0x0D
RGB RGB "@RGB",0x0D
Source
AUX AUX "@AUX",0x0D
Theater 1 THE1 "@THE1",0x0D
Theater 2 THE2 "@THE2",0x0D
Theater 3 THE3 "@THE3",0x0D
Theater Default THED "@THED",0x0D
Standard 1 STD1 "@STD1",0x0D
Standard 2 STD2 "@STD2",0x0D
Standard 3 STD3 "@STD3",0x0D
Standard Default STDD "@STDD",0x0D
Dynamic 1 DYN1 "@DYN1",0x0D
Dynamic 2 DYN2 "@DYN2",0x0D
Dynamic 3 DYN3 "@DYN3",0x0D
Dynamic Default DYND "@DYND",0x0D
User A 1 USRA1 "@USRA1",0x0D
User A 2 USRA2 "@USRA2",0x0D
User A 3 USRA3 "@USRA3",0x0D
User B 1 USRB1 "@USRB1",0x0D
User B 2 USRB2 "@USRB2",0x0D
User B 3 USRB3 "@USRB3",0x0D
User C 1 USRC1 "@USRC1",0x0D
User C 2 USRC2 "@USRC2",0x0D
Preset
User C 3 USRC3 "@USRC3",0x0D
Normal NML "@NML",0x0D
Through THRH "@THRH",0x0D
Full FULL "@FULL",0x0D
Aspect
Zoom ZOOM "@ZOOM",0x0D
V-Mute On MUT1 "@MUT1",0x0D
V-Mute V-Mute Off MUT0 "@MUT0",0x0D
Keystone V + KEYV+ "@KEYV+",0x0D
Keystone V - KEYV- "@KEYV-",0x0D
Keystone V Keystone V +- ## KEYV/+-## "@KEYV/+0F",0x0D
Keystone H + KEYH+ "@KEYH+",0x0D
Keystone H - KEYH- "@KEYH-",0x0D
Keystone H Keystone H +- ## KEYH/+-## "@KEYH/+0F",0x0D
Focus On FOC1 "@FOC1",0x0D
Focus Focus Off FOC0 "@FOC0",0x0D
RS232C Control Specification for VP-12S3
5
Adjustment range
Command Minimum Center Maximum
Keystone V -1E (-30) 0 (0) +1E (+30)
Keystone H -14 (-20) 0 (0) +14 (+20)
Command Character Sample
Black Setup 0IRE BSET0 "@BSET0",0x0D
Black Setup Black Setup 7.5IRE BSET7 "@BSET7",0x0D
Lamp Mode High LMODEH "@LMODEH",0x0D
Lamp Mode Lamp Mode Low LMODEL "@LMODEL",0x0D
IRIS On IRIS1 "@IRIS1",0x0D
IRIS IRIS Off IRIS0 "@IRIS0",0x0D
Auto Power Off Enable APO1 "@APO1",0x0D
Auto Power Off Auto Power Off Disable APO0 "@APO0",0x0D
Cinema Auto CINEMA1 "@CINEMA1",0x0D
Cinema Cinema Off CINEMA0 "@CINEMA0",0x0D
Cursor Up UP "@UP", 0x0D
Cursor Down DOWN "@DOWN", 0x0D
Cursor Right RIGHT "@RIGHT", 0x0D
Cursor Left LEFT "@LEFT", 0x0D
Cursor Enter ENTER "@ENTER", 0x0D
Menu MENU "@MENU", 0x0D
Remote Control
Information INFO "
@
INFO"
,
0x0D
RS232C Control Specification for VP-12S3
6
2.5. Request Status Command List
Request
Status Request Command Answer Sample
On "@PWR1",0x0D, 0x0a
Power "@PWR?",0x0D Standby "@PWR0",0x0D, 0x0a
Component 1 "@CMP1",0x0D, 0x0a
Component 2 "@CMP2",0x0D, 0x0a
S-Video "@SVD",0x0D, 0x0a
Video "@VDO",0x0D, 0x0a
RGB "@RGB",0x0D, 0x0a
Source "@SRC?",0x0D
AUX "@AUX",0x0D, 0x0a
Theater 1 "THE1",0x0D, 0x0a
Theater 2 "THE2",0x0D, 0x0a
Theater 3 "THE3",0x0D, 0x0a
Theater Default "THED",0x0D, 0x0a
Standard 1 "STD1",0x0D, 0x0a
Standard 2 "STD2",0x0D, 0x0a
Standard 3 "STD3",0x0D, 0x0a
Standard Default "STDD",0x0D, 0x0a
Dynamic 1 "DYN1",0x0D, 0x0a
Dynamic 2 "DYN2",0x0D, 0x0a
Dynamic 3 "DYN3",0x0D, 0x0a
Dynamic Default "DYND",0x0D, 0x0a
User A 1 "USRA1",0x0D, 0x0a
User A 2 "USRA2",0x0D, 0x0a
User A 3 "USRA3",0x0D, 0x0a
User B 1 "USRB1",0x0D, 0x0a
User B 2 "USRB2",0x0D, 0x0a
User B 3 "USRB3",0x0D, 0x0a
User C 1 "USRC1",0x0D, 0x0a
User C 2 "USRC2",0x0D, 0x0a
Memory "@MEM?",0x0D
User C 3 "USRC3",0x0D, 0x0a
Normal "@NML",0x0D
Through "@THRH",0x0D
Full "@FULL",0x0D
Aspect "@ASP?",0x0D
Zoom "@ZOOM",0x0D
On "@MUT1",0x0D
V-Mute "@MUT?", 0x0D Off "@MUT0",0x0D
Keystone V "@KEYV?", 0x0D 12 "@KEYV/+0C",0x0D, 0x0a
Keystone H "@KEYH?", 0x0D -20 "@KEYH/-14",0x0D, 0x0a
On "@FOC1",0x0D, 0x0a
Focus "@FOC?", 0x0D Off "@FOC0",0x0D, 0x0a
RS232C Control Specification for VP-12S3
7
*1The contents of Error are indicated separately.
*2Version number shows Version of a RC-232C Command group.
Request
Status Request Command Answer Sample
0IRE "@BSET0",0x0D, 0x0a
Black Setup "@BSET?", 0x0D 7.5IRE "@BSET7",0x0D, 0x0a
High "LMODEH",0x0D, 0x0a
Lamp Mode "@LMODE?", 0x0D Low "LMODEL",0x0D, 0x0a
On "IRIS1",0x0D, 0x0a
IRIS "@IRIS?", 0x0D
Off "IRIS0",0x0D, 0x0a
Auto "@APO1",0x0D, 0x0a
Auto Power
Off "@APO?", 0x0D Off "@APO0",0x0D, 0x0a
Auto "@CINEMA1",0x0D, 0x0a
Cinema "@CNEMA?", 0x0D
Off "@CINEMA0",0x0D, 0x0a
RS232C Control Specification for VP-12S3
8
2.6. Special Command List
Request Status Request Command Answer Sample
Order Number "@ORDER", 0x0D 07AV "@07AV",0x0D, 0x0a
Main u-com Build
Num. "@BUILD_MAIN?",
0x0D Build 0025 "0025",0x0D, 0x0a
Sub u-com Build Num. "@BUILD SUB?", 0x0D Build 0025 "0025",0x0D, 0x0a
Sub Boot Version "@VER_BOOT?", 0x0D Ver 0.10 "0010",0x0D, 0x0a
Sub u-com Version "@VER_SUB?", 0x0xD Ver 0.10 "0010",0x0D, 0x0a
Main u-com Version "@VER_MAIN?", 0x0D Ver 1.00 "0100",0x0D, 0x0a
Gui Version "@VER_GUI?", 0x0D Ver 1.00 "0100",0x0D, 0x0a
Lamp Life "@LAMPLIFE?",0x0D Lamp Life
100hour "@LAMPLIFE/00000064",
0x0D, 0x0a
Total Lamp Life "@TOTALLIFE?", 0x0D Total Lamp Life
2000hour "@TOTALLIFE/000007d0
",0x0D, 0x0a
Standby "@STBY",0x0D, 0x0a
Wait "@WAIT",0x0D, 0x0a
Power On "@PWON",0x0D, 0x0a
Cooling "@COOL",0x0D, 0x0a
VP Status "@POW?", 0x0D
Error "@EROR",0x0D, 0x0a
RS232C Control Specification for VP-12S3
9
It is asked for frequency by the following formulas from the return value of V Sync. In addition, since
return value is Hex, be careful.
][
10288.12 8
1
6
Hzfrequency
valuereturn
=
×
×
Build Number expresses the thing of a sub microcomputer.
Boot Program Version number the thing of a sub microcomputer.
Firmware Program Version number the thing of a sub microcomputer.
・

Other Marantz Projector manuals

Marantz VP4001 User manual

Marantz

Marantz VP4001 User manual

Marantz VP-10S1 User manual

Marantz

Marantz VP-10S1 User manual

Marantz VP-11S1 User manual

Marantz

Marantz VP-11S1 User manual

Marantz VP15S1 SERIES User manual

Marantz

Marantz VP15S1 SERIES User manual

Marantz VP 7200 User manual

Marantz

Marantz VP 7200 User manual

Marantz VP-11S1 User manual

Marantz

Marantz VP-11S1 User manual

Marantz VP-12S1 User manual

Marantz

Marantz VP-12S1 User manual

Marantz VP-12S1 User manual

Marantz

Marantz VP-12S1 User manual

Marantz VP-11S1 User manual

Marantz

Marantz VP-11S1 User manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP4001 User manual

Marantz

Marantz VP4001 User manual

Marantz VP-12S2 User manual

Marantz

Marantz VP-12S2 User manual

Marantz VP15S1 SERIES User manual

Marantz

Marantz VP15S1 SERIES User manual

Marantz VP-12S1 User manual

Marantz

Marantz VP-12S1 User manual

Marantz VP4001U1S User manual

Marantz

Marantz VP4001U1S User manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP-12S1 User manual

Marantz

Marantz VP-12S1 User manual

Marantz VP15S1 SERIES Instruction Manual

Marantz

Marantz VP15S1 SERIES Instruction Manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP8100 User manual

Marantz

Marantz VP8100 User manual

Marantz VP-10S1 User manual

Marantz

Marantz VP-10S1 User manual

Marantz VP-12S4 User manual

Marantz

Marantz VP-12S4 User manual

Marantz VP-11S1 User manual

Marantz

Marantz VP-11S1 User manual

Popular Projector manuals by other brands

AIPTEK MobileCinema i50D Product information

AIPTEK

AIPTEK MobileCinema i50D Product information

NEC ShowCase Series Brochure & specs

NEC

NEC ShowCase Series Brochure & specs

Ledy DFL-20S owner's manual

Ledy

Ledy DFL-20S owner's manual

NEC NP-V311W Specifications

NEC

NEC NP-V311W Specifications

Optoma HD39Darbee user manual

Optoma

Optoma HD39Darbee user manual

BenQ MX750 Specifications

BenQ

BenQ MX750 Specifications

Barco FL40 series quick start guide

Barco

Barco FL40 series quick start guide

Hitachi CP-S860W user guide

Hitachi

Hitachi CP-S860W user guide

Bonitor MP201 user guide

Bonitor

Bonitor MP201 user guide

Panasonic PT-CW330 Specifications

Panasonic

Panasonic PT-CW330 Specifications

Epson EB-W16 user guide

Epson

Epson EB-W16 user guide

Vivitek H1081 user manual

Vivitek

Vivitek H1081 user manual

Epson BrightLink 710Ui user guide

Epson

Epson BrightLink 710Ui user guide

Panasonic PTAE100U - LCD PROJECTOR operating instructions

Panasonic

Panasonic PTAE100U - LCD PROJECTOR operating instructions

DNP A 3000 HD user manual

DNP

DNP A 3000 HD user manual

3M MP 180 Operator's guide

3M

3M MP 180 Operator's guide

Optoma Optoma TX612 user manual

Optoma

Optoma Optoma TX612 user manual

Liesegang dv 900 Characteristics

Liesegang

Liesegang dv 900 Characteristics

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

Copyright 2025 Manuals.Online. All Rights Reserved.