[Address code]30h 30h (In ASCII code, '0' '0') fixed.
[Function code]A code of each fixed control move.
[Data code]A code of each fixed control data (number) and not always indicated.
[End code]0Dh (In ASCII code, '') fixed.
1
3) Control sequence
(1) Send the command from the personal computer to the projector.
(2) The projector will send a return command after it receives an end code. If the command is not received
correctly, the projector will not send the return command.
(3) The personal computer checks the command and confirms if the sent command has been executed or not.
(4) This projector sends various codes other than the return code. When having a control sequence by RS-
232C, reject other codes from the personal computer.
• During signal switching, the command may not take effect even when the projector sends the return
command. After signal switching completes, wait for the mode indication to disappear before sending the
next command.
• When sending commands successively, wait to receive the return command of the current command before
sending a next command.
• Keep intervals of at least 400 ms between receipt of a return command and sending of a next command.
[Example] When turning the power ON (Figures and symbols enclosed in quotation marks are ASCII codes.):
Sending commandsStatus code fromDescription
from the PC, etc.the projector
30 30 21 0DCommand for POWER ON
'0' '0' '!' '
'
30 30 21 0DCommand receipt confirmation
'0' '0' '!' ''(Command echo back)
• Any commands will not be executed for 10 seconds after the power is turned on.
4) Operation commands (Not executable in stand-by mode. When the commands for input select are sent
while the splash screen is being displayed, the splash screen is only canceled.)
The operation commands are used for the basic operation setting of this projector. They may not be executed
while the signals are changed. The operation commands have no data codes.
Operation
POWER ON!21h
POWER OFF"22h
INPUT COMPUTER_r15Fh72h31h
INPUT COMPONENT_c15Fh63h31h
INPUT DVI_d25Fh64h32h
INPUT VIDEO 1_v15Fh76h31h
INPUT VIDEO 2_v25Fh76h32h
ASCIIHEXNote
This command is invalid for 1 minute after the power is turned off.
This command is invalid for 1 minute after the power is turned on.
This command will not be executed in Stand-by mode or the MUTE is executed.
This command will not be executed in Stand-by mode or the MUTE is executed.
This command will not be executed in Stand-by mode or the MUTE is executed.
This command will not be executed in Stand-by mode or the MUTE is executed.
This command will not be executed in Stand-by mode or the MUTE is executed.
[Example] When setting the input signal to COMPUTER (Figures and symbols enclosed in quotation
marks are ASCII codes.):
Sending commandsStatus code fromDescription
from the PC, etc.the projector
30 30 5F 72 31 0DCommand for setting the input
'0' '0' '_' 'r' '1' '
'signal to COMPUTER
30 30 5F 72 31 0DCommand receipt confirmation
'0' '0' '_' 'r' '1' ''(Command echo back)
5) Volume commands (Not executable in stand-by mode. Possible only to read during muting.)
The volume commands are used for the volume setting of this projector with the value.
ITEMASCIIHEXVALUE
VOLUMEVL56h4Ch00 - 21
How to set the grade
Use the ASCII codes to set the grade for setting data. Please refer to the table below for the HEX code.
[Example] When setting the volume to 15 (Figures and symbols enclosed in quotation marks are ASCII
codes.):
Sending commandsStatus code fromDescription
from the PC, etc.the projector
30 30 56 4C 31 35 0DCommand for setting the volume
'0' '0' 'V' 'L' '1' '5' '
'
30 30 56 4C 31 35 0DCommand receipt confirmation
'0' '0' 'V' 'L' '1' '5' ''(Command echo back)
2
6) Keystone commands(Not executable in stand-by mode. Possible only to read during muting.)
The keystone commands are used for the keystone setting of this projector with the value. The value will vary
depending on the installation conditions, etc.)
ITEMASCIIHEXVALUE
KEYSTONEKS4Bh53h±20
How to set the grade
Use the ASCII codes to set the grade for setting data. Please refer to the table below for the HEX code.
7) Remote commands (Not executable in stand-by mode. When the remote commands are sent while the
splash screen is being displayed, the splash screen is only canceled.)
Some remote control operations can be achieved by the remote command codes. The remote commands have no data codes.
Button's name on remote
+ VOLUMEr0672h30h36h
– VOLUMEr0772h30h37h
MENUr5472h35h34h
ENTERr1072h31h30h
AUTO POSITIONr0972h30h39h
16:9/4:3re272h65h32h
ASCIIHEX
[Example] When displaying the MENU selection bar (Figures and symbols enclosed in quotation marks are
ASCII codes.):
Sending commandsStatus code fromDescription
from the PC, etc.the projector
30 30 72 35 34 0DCommand operating the same
'0' '0' 'r' '5' '4' '
' as the MENU button
30 30 72 35 34 0DCommand receipt confirmation
'0' '0' 'r' '5' '4' ''(Command echo back)
8) Password lock commands
The password lock commands control the password lock. The password lock enabling or disabling command is
sent with a 4-digit figure (password) added to the end of the data code. When the password lock is enabled or
disabled successfully, the projector sends a return command comprising the data code, password, and “1” at
the end. When enabling or disabling the password lock fails, it sends a return command with “0” at the end.
There is no reconfirmation of the password.
The projectors operating status, such as POWER-ON / OFF and the currently selected input terminal, etc. can
be monitored.
ASCIIHEX
Function
POWER ONvP176h50h31h
POWER OFFvP076h50h30h
INPUT COMPUTERvIr176h49h72h31h
INPUT COMPONENTvIc176h49h63h31h
INPUT DVIvId276h49h64h32h
INPUT VIDEO 1vIv176h49h76h31h
INPUT VIDEO 2vIv276h49h76h32h
POWER ON/OFF INPOSSIBLEvPK076h50h4Bh30h
POWER ON/OFF POSSIBLEvPK176h50h4Bh31h
NO SIGNAL SUPPLIEDvSM076h53h4Dh30h
SIGNAL SUPPLIEDvSM176h53h4Dh31h
Data (Receive)
Function
Data (Receive)
The PC sends the command without attaching the data code to it. On the other hand, the projector attaches
to the received command it’s current operating status as the data code and send it back to the PC.
[Example ] When checking the currently selected input terminal (when the INPUT VIDEO 1 is being selected) :
Sending commandsStatus code fromDescription
from the PC, etc.the projector
30 30 76 49 0DCommand for checking the input terminal
'0' '0' 'v' 'I' '
10)
Menu setting commands(Not executable in stand-by mode. Possible only to read during muting.)
'
30 30 76 49 76 31 0DCheck result ( VIDEO 1)
'0' '0' 'v' 'I' 'v' '1' '
'
The menu setting commands are used for the menu setting of this projector. If the personal computer sends the
command without attaching the data code, the projector attaches to the received command it’s current setting
value as the data code and send it back to the PC.
*1) When sRGB is ON, only the main data are effective.
*2) Setting range differs depending on the input signals.
• Some commands are not executed depending on the input signal. The operational restrictions same as
those on the menu setting are applied. Refer to “Menu operation” in the User Manual for more details.
4
How to set the grade
Use the ASCII codes to set the grade for setting data. Please refer to the table below for the HEX code.