
ITEM  | ASCII  | HEX  | 
  | 
  | VALUE  | 
  | ||
  | 
  | 
  | ||||||
AUTO POWER ON  | APON  | 41h  | 50h  | 4Fh  | 4Eh  | 0 (OFF), 1 (ON)  | ||
AUTO POWER OFF  | APOF  | 41h  | 50h  | 4Fh  | 46h  | 00 (Off) , 05, 10, 15, 30, 60  | ||
IMAGE REVERSE  | IR  | 49h  | 52h  | 
  | 
  | 0  | (OFF), 1 (Mirror), 2 (Invert), 3 (Mirror invert)  | |
MENU POSITION  | MP  | 4Dh  | 50h  | 
  | 
  | 0  | (Upper left), 1 (Lower right)  | |
EXPAND MODE  | EX  | 45h  | 58h  | 
  | 
  | 1 - 2  | 
  | |
AUDIO MODE  | AU  | 41h  | 55h  | 
  | 
  | 1  | (COMPUTER), 2 (VIDEO), 3 (COMPUTER & VIDEO)  | |
VIDEO SIGNAL  | VS  | 56h  | 53h  | 
  | 
  | 0  | (AUTO), 1 (NTSC), 2 (PAL), 3 (SECAM) ,  | |
  | 
  | 
  | 
  | 
  | 
  | 4  | (4.43NTSC), 5   | |
ANAMORPHIC  | SC  | 53h  | 43h  | 
  | 
  | 0  | (OFF), 1 (ON)  | |
LANGUAGE  | LG  | 4Ch  | 47h  | 
  | 
  | 0  | (  | ), 1 (English), 2 (Español), 3 (Deutsch) ,  | 
  | 
  | 
  | 
  | 
  | 
  | 4  | (Frençais), 5 (Italiano), 6 ( )  | |
RESET ALL  | RSTALL  | 52h  | 53h 54h  | 41h  | 4Ch 4Ch  | 
  | 
  | 
  | 
MEMORY CALL  | MMC  | 4Dh  | 4Dh  | 43h  | 
  | 0  | (AUTO), 1 (USER1), 2 (USER2)  | |
HORIZ. POSITION  | HP  | 48h  | 50h  | 
  | 
  | + (increase), – (decrease)  | ||
VERT. POSITION  | VP  | 56h  | 50h  | 
  | 
  | + (increase), – (decrease)  | ||
FINE SYNC.  | FN  | 46h  | 4Eh  | 
  | 
  | 00 - 39  | 
  | |
TRACKING  | TRK  | 54h  | 52h  | 4Bh  | 
  | + (increase), – (decrease)  | ||
COMPUTER INPUT  | CIN  | 67h  | 49h  | 4Eh  | 
  | 0  | (RGB), 1 (YCBCR/YPBPR)  | |
HOLD  | HLD  | 48h  | 4Ch  | 44h  | 
  | 0  | (AUTO), 1 (ON), 2 (OFF)  | |
HOLD BEGIN  | HLB  | 48h  | 4Ch  | 42h  | 
  | |||
HOLD END  | HLE  | 48h  | 4Ch  | 45h  | 
  | 01 - 99  | 
  | |
CLAMP POSITION  | CLP  | 43h  | 4Ch  | 50h  | 
  | 00 - 63  | 
  | |
CLAMP WIDTH  | CLW  | 43h  | 4Ch  | 57h  | 
  | 01 - 63  | 
  | |
HORIZ. PIXELS  | HPL  | 48h  | 50h  | 4Ch  | 
  | 0000 - 9999  | ||
VERT LINES  | VLN  | 56h  | 4Ch  | 4Eh  | 
  | 0000 - 9999  | ||
PLL  | PLL  | 50h  | 4Ch  | 4Ch  | 
  | 0  | (AUTO), 1 (0), 2 (1), 3 (2), 4 (3), 5 (4), 6 (5), 7 (6), 8 (7)  | |
VERT.SYNC  | VSC  | 56h  | 53h  | 43h  | 
  | 0  | (AUTO), 1 (ON), 2 (OFF)  | |
SHUTTER (U)  | SHU  | 53h  | 48h  | 55h  | 
  | 000 - 299  | ||
SHUTTER (L)  | SHL  | 53h  | 48h  | 4Ch  | 
  | 000 - 299  | ||
SHUTTER (LS)  | SHLS  | 53h  | 48h  | 4Ch  | 53h  | 000 - 398  | ||
SHUTTER (RS)  | SHRS  | 53h  | 48h  | 52h  | 53h  | 000 - 398  | ||
How to set the grade
Use ASCII letters code to set the grade for setting data. Please refer to the table below for HEX code.
ASCII  | '+'  | '0'  | '1'  | '2'  | '3'  | '4'  | '5'  | '6'  | '7'  | '8'  | '9'  | |
HEX  | 2Bh  | 2Dh  | 30h  | 31h  | 32h  | 33h  | 34h  | 35h  | 36h  | 37h  | 38h  | 39h  | 
[Example 1] Set the AUTO POWER ON to ON.
Sending commands  | Status code from  | Meaning  | 
from the PC etc.  | projector  | 
  | 
30 30 41 50 4F 4E 30 0D  | 
  | Command for setting the  | 
'0' '0' 'A' 'P' 'O' 'N' '1' ' '  | 
  | AUTO POWER ON to ON  | 
  | 
  | 
  | 
  | 30 30 41 50 4F 4E 30 0D  | Command received  | 
  | '0' '0' 'A' 'P' 'O' 'N' '1' ' '  | (Command echo back)  | 
  | 
  | 
  | 
The data code of CONTRAST and BRIGHTNESS is structured by the difference data of R from G, the main data and the difference
data of B from G.
[Example 2] Set the difference data of R from G to +10, the setting main data to 0 and the difference data of B from to 
Sending commands  | 
  | Status code from  | Meaning  | 
from the PC etc.  | 
  | projector  | 
  | 
30 30 50 2B 31 30 2B 30 30 2D 30 35 0D  | 
  | Command for setting the  | |
'0' '0' 'P' '+' '1' '0' '+' '0' '0'   | '  | 
  | picture control  | 
  | 
  | 
  | 
  | 
  | 
  | 30 30 50 2B 31 30 2B 30 30 2D 30 35 0D  | Command received  | 
  | 
  | '0' '0' 'P' '+' '1' '0' '+' '0' '0'   | (Command echo back)  | 
  | 
  | 
  | 
  | 
[Example 3]  | The TINT was set to +10 when the setting status was confirmed.  | 
  | |||
  | Sending commands  | Status code from  | 
  | Meaning  | |
  | 
  | from the PC etc.  | projector  | 
  | 
  | 
  | 30 30 53 0D  | 
  | 
  | Command to confirm  | |
  | '0' '0' 'S' '  | '  | 
  | 
  | setting of TINT  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 30 30 53 2B 31 30 0D  | 
  | Command (setting of TINT  | 
  | 
  | 
  | '0' '0' 'S' '+' '1' '0' ' '  | 
  | is +10) carried out  | 
  | 
  | 
  | 
  | 
  | 
  | 
4