Rev. 00
How To Program By RS232
Projection Display Serial Interface
6-1 RS232 Setting
Baud rate:
Parity check:
Data bit:
Stop bit:
Flow Control
9600
None
8
1
None
Minimum delay fo r next command: 1ms
6-2 Control Command Structure
The command is structured by the He ader code, command code, data code and end code.
Most of the commands are structured except some for the compatibility issue with other
projectors.
Header code Command code Data code End code
HEX 7Eh Command Data 0Dh
ASCII ‘~’ Command Data
CR
6-3 Control Sequence
The projector may send a return code after it received a command. If the command isn’t
received correctly, the projector will not send the return code
6-4 Operation Command
The operation commands execute the basic operation setting of this projector.
Operation ASCII HEX
Power On ※
~ P N CR ※
7Eh 50h 4Eh 0Dh
Power Off ~ P F CR 7Eh 50h 46h 0Dh
Auto Image ~ A I CR 7Eh 41h 49h 0Dh
Input Select RGB ~ S R CR 7Eh 53h 52h 0Dh
Input Select RGB2 ~ S G CR 7Eh 53h 47h 0Dh
Input Select DVI ~ S D CR 7Eh 53h 44h 0Dh
Input Select Video ~ S V CR 7Eh 53h 56h 0Dh
Input Select S-Video ~ S S CR 7Eh 53h 53h 0Dh
Input Select Component ~ S Y CR 7Eh 53h 59h 0Dh
Company Confidential Planar_______________________ Delta____________
1
2006/08/10
Rev. 00
Input Select Wireless ~ S W CR 7Eh 53h 57h 0Dh
* Power On command will not work for 1 minute after the power off command triggered.
CR :
Carriage Return.
6-5 Remote Command
The remote commands simulate the code send from IR remote handset.
Button’s name ASCII HEX
UP arrow ~ r U CR 7Eh 72h 55h 0Dh
DOWN arrow ~ r D CR 7Eh 72h 44h 0Dh
LEFT arrow ~ r L CR 7Eh 72h 4Ch 0Dh
RIGHT arrow ~ r R CR 7Eh 72h 52h 0Dh
POWER ~ r P CR 7Eh 72h 50h 0Dh
EXIT ~ r E CR 7Eh 72h 45h 0Dh
INPUT ~ r I CR 7Eh 72h 49h 0Dh
AUTO ~ r A CR 7Eh 72h 41h 0Dh
KEYSTONE+ ~ r K CR 7Eh 72h 4Bh 0Dh
KEYSTONE- ~ r J CR 7Eh 72h 4Ah 0Dh
MENU ~ r M CR 7Eh 72h 4Dh 0Dh
STATUS ~ r S CR 7Eh 72h 53h 0Dh
MUTE ~ r T CR 7Eh 72h 54h 0Dh
ZOOM+ ~ r Z CR 7Eh 72h 5Ah 0Dh
ZOOM- ~ r Y CR 7Eh 72h 59h 0Dh
BLANK ~ r B CR 7Eh 72h 42h 0Dh
FREEZE ~ r F CR 7Eh 72h 46h 0Dh
VOLUME+ ~ r V CR 7Eh 72h 56h 0Dh
VOLUME- ~ r W CR 7Eh 72h 57h 0Dh
Enter ~ r N CR 7Eh 72h 4Eh 0Dh
Company Confidential Planar_______________________ Delta____________
2
2006/08/10