Basic Serial Command Functional Specification
Page 6 of 19
6. Functional Execution Command
6.1. Format
6.1.1. PC issues a command as below format.
“C” COMMAND [CR]
COMMAND: 2 characters (See Functional Execution Command Table)
6.1.2. A Projector changes received data to decode and sends a return result after being ready to
receive next command.
[ACK] [CR]: (0x06, 0x0D) When received functional execution commands.
6.1.3. “?” [CR]: When cannot read received data.
6.2. When the command pipelining is needed
When some functions need command pipelining, the performance is the same as the Remote
control’s performance.
1)
System: issue any commands every 100ms after receiving response.
2)
When received appropriate command, the function round execute for a 120ms.
3)
When receiving the same command continuously, with 120ms, the function is executed for
120ms form the moment.
4)
The next command is not issued after 120ms, and the execution is stopped.
5)
If the Projector receives other incoming commands within 120ms, the execution is stopped.
6.3. Transfer Example
Change to Video Mode with Basic Command
Command
PC
→
Projector “C” “0” “7” CR
Projector
→
PC
ACK CR
Processing
(A few ms – 5s)
6.4. Operation Requirements
When the Projector’s status in this below, functional execution commands are limited.
Projector Status
Available Functional Execution Commands
Standby Mode
C00: Power On only
Processing Countdown
C00: Power On
→
Terminate processing countdown
C01: Power Off
C02: Power Off
→
Terminate processing countdown
Processing Cooling Down
None (Does not execute even if receiving a command)
Processing Cooling Down
at Abnormal Temperature
None (Does not execute even if receiving a command)
Abnormal Temperature Status
None (Does not execute even if receiving a command)
Processing Cooling Down
at Power Save
None (Does not execute even if receiving a command)
Power Save Status
C00: Power On
C01: Power Off
Other Commands: Power On
Note) when the status is above, even if the projector receives other command in the above status,
the Projector returns [ACK] [CR].