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 VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP-12S1 User manual

Marantz

Marantz VP-12S1 User manual

Marantz VP-11S2 User manual

Marantz

Marantz VP-11S2 User manual

Marantz VP 7200 User manual

Marantz

Marantz VP 7200 User manual

Marantz VP-12S4 User manual

Marantz

Marantz VP-12S4 User manual

Marantz DLPTM VP-12S3/VP-12S3L User manual

Marantz

Marantz DLPTM VP-12S3/VP-12S3L User manual

Marantz VP8000 User manual

Marantz

Marantz VP8000 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 VP15S1 SERIES User manual

Marantz

Marantz VP15S1 SERIES User manual

Marantz VP4001 User manual

Marantz

Marantz VP4001 User manual

Marantz VP-11S1 User manual

Marantz

Marantz VP-11S1 User manual

Marantz VP-12S3L Installation guide

Marantz

Marantz VP-12S3L Installation guide

Marantz VP8000 User manual

Marantz

Marantz VP8000 User manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP15S1 SERIES User manual

Marantz

Marantz VP15S1 SERIES User manual

Marantz VP-10S1 User manual

Marantz

Marantz VP-10S1 User manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP-12S2 User manual

Marantz

Marantz VP-12S2 User manual

Marantz VP8600 User manual

Marantz

Marantz VP8600 User manual

Marantz VP8600BL User manual

Marantz

Marantz VP8600BL User manual

Marantz VP-11S2 User manual

Marantz

Marantz VP-11S2 User manual

Marantz VP-11S1 User manual

Marantz

Marantz VP-11S1 User manual

Marantz VP-12S1 User manual

Marantz

Marantz VP-12S1 User manual

Popular Projector manuals by other brands

NEC NP-V300W Specifications

NEC

NEC NP-V300W Specifications

Dukane ImagePro 8055 Specification sheet

Dukane

Dukane ImagePro 8055 Specification sheet

BOXLIGHT MP-38t user guide

BOXLIGHT

BOXLIGHT MP-38t user guide

Coemar LEDko EXT manual

Coemar

Coemar LEDko EXT manual

Plus U5-512h user manual

Plus

Plus U5-512h user manual

Digital Projection M-Vision Cine 400 3D series user guide

Digital Projection

Digital Projection M-Vision Cine 400 3D series user guide

Canon LV 7490 user manual

Canon

Canon LV 7490 user manual

Sony HDMI VPL-FE40L operating instructions

Sony

Sony HDMI VPL-FE40L operating instructions

3M Multimedia Projector MP8610 Service manual

3M

3M Multimedia Projector MP8610 Service manual

Miroir L300 Full HD Pro quick start guide

Miroir

Miroir L300 Full HD Pro quick start guide

Panasonic PT-RQ32KE operating instructions

Panasonic

Panasonic PT-RQ32KE operating instructions

Acer X1227i quick start guide

Acer

Acer X1227i quick start guide

Mitsubishi Electric EX100U user manual

Mitsubishi Electric

Mitsubishi Electric EX100U user manual

Epson PowerLite S27 user guide

Epson

Epson PowerLite S27 user guide

Panasonic PT-RW430K Spec file

Panasonic

Panasonic PT-RW430K Spec file

Dukane 8788 user manual

Dukane

Dukane 8788 user manual

Projectiondesign Action three user guide

Projectiondesign

Projectiondesign Action three user guide

Epson EB-L1405U quick reference

Epson

Epson EB-L1405U quick reference

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

Copyright 2025 Manuals.Online. All Rights Reserved.