Mitsubishi Electric TX10U/TW11U data projector User manual
Below you will find brief information for data projector TX10U/TW11U. This user manual provides instructions for controlling the projector via RS-232C connection. Learn how to connect your computer to the projector, configure control commands, and execute commands via LAN. The manual also includes a comprehensive list of commands for various functions, such as general control, reading status, remote control key operations, and menu setting. It covers commands for adjusting volume, keystone, and controlling the mute, freeze, and magnify functions. The user manual also explains how to set up password lock for security purposes.
Advertisement
Advertisement
MODEL
TX10U/TW11U
Controlling the projector via RS-232C connection
Contents
1. Introduction ....................................................................................................................... 2
1.1 Connection ...................................................................................................................................... 2
1.2 Interface .......................................................................................................................................... 2
1.2.1 Pin assignment of SERIAL terminal (D-SUB 9-pin) ..............................................................................................2
1.2.2 Communications format .......................................................................................................................................2
2. Control command configuration .................................................................................... 3
3. Control sequence ............................................................................................................ 3
4. Execution procedure of RS-232C commands via LAN ................................................. 6
5. Command list ................................................................................................................... 7
5.1 General control commands ............................................................................................................. 7
5.2 Reading commands ........................................................................................................................ 7
5.2.1 Status read commands .........................................................................................................................................7
5.2.2 Read commands for items in INFORMATION menu ............................................................................................7
5.2.3 Read commands for other information .................................................................................................................8
5.3 Remote control key commands ....................................................................................................... 8
5.4 Direct commands ............................................................................................................................ 9
5.5 Function commands ........................................................................................................................ 9
5.6 Menu setting commands ................................................................................................................. 9
5.6.1 IMAGE menu ........................................................................................................................................................9
5.6.2 INSTALLATION menu ........................................................................................................................................10
5.6.3 FEATURE menu .................................................................................................................................................10
5.6.4 NETWORK menu ...............................................................................................................................................10
5.7 Password lock commands ............................................................................................................ 11
1
1. Introduction
This projector can be controlled by connecting a personal computer with RS-232C terminal.
PC-controllable functions:
Turning the power ON or OFF
Changing input signals
Inputting commands by pressing the buttons on the control panel and remote control
Menu setting
[Compatibility with the former models]
To use the RS-232C commands designed for the former models of Mitsubishi projector, by inputting
“00COMMAND0”, the projector responds in the same way as the former models. (No NAK is returned.)
(For the recommended procedure to use the former command systems, see “Controlling the projector using a personal computer” for FL7000U.)
ITEM
Function
Data
Changing the RS-232C command system COMMAND 43h 4Fh 4Dh 4Dh 41h
4Eh 44h
0 (Former command system),
1 (New command system)
1.1 Connection
Important:
Connect the computer with the projector on a one-to-one basis.
Make sure that your computer and projector are turned off before connection.
Boot up the computer first, and then plug the power cord of the projector.
(If you do not follow this instruction, the COM port may not function.)
Adapters may be necessary depending on the PC connected to this projector. Contact your dealer for details.
1.2 Interface
1.2.1 Pin assignment of SERIAL terminal (D-SUB 9-pin)
Pin No. Description
1 NC
2 RXD
3 TXD
4 NC
5 GND
6 NC
7 RTS
8 CTS
9 NC
1.2.2 Communications format
PROTOCOL RS-232C
BAUD RATE 9600 [bps]
DATA LENGTH
PARITY BIT
8 [bits]
NONE
STOP BIT
FLOW CONTROL
1 [bit]
NONE
This projector uses RXD, TXD and GND lines for RS-232C control.
2
2. Control command configuration
The command consists of the address code, function code, data code, ACK/NAK, and end code. The length of the command varies among the functions.
Address code Function code Data code
ASCII code ‘30h’ ‘30h’ Function Data
ACK/NAK
‘3Ah’ ‘4Eh’
End code
‘0Dh’
Character 00 Function Data :N
[Address code]
[Function code]
[Data code]
[ACK/NAK]
[End code]
Fixed to 00. (‘30h’ ‘30h’ in the ASCII code)
Code unique to each control operation.
Data (value) unique to each control operation (Not always indicated.)
Code indicating the NAK return as described below
Fixed to :N (‘3Ah’ ‘4Eh’ in the ASCII code. Not added to ACK.)
Fixed to . (‘0Dh’ in the ASCII code)
3. Control sequence
Computer Projector
1
2
3
4
1
2
3
4
Sequence Note
Send the command from the personal computer to the projector.
The projector will send a return command after it receives an end code.
If the projector does not receive commands normally, that is, if the projector is not connected physically or unable to receive commands, it does not send out a return command.
The projector sends out a return command within one second at the latest.
When the received command cannot be executed,
NAK is returned (as described below).
The personal computer checks the command and confirms if the sent command has been received or not.
Use the check command to see if the projector has executed the command.
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.
NAK return
In the following cases, the projector returns the command with “:N” added.
(1) Though the command sent from the computer is received by the projector successfully, it cannot be executed because the projector is in the operation prohibition state.
(2) The data length of the sent command is incorrect or the command is invalid.
When a command is sent out during the following operations, it may not be executed.
(1) During signal switching
(2) In the process of the auto position
(3) After the power is turned on.
The projector receives no commands for about 20 seconds (or for 2 minutes at the longest if the lamp does not light up promptly as the life is expiring). In this case, the projector returns the received command with
NAK added.
The return command is sent out within 1 second at the latest.
When sending commands successively, wait to receive the return command of the current command before sending a next command.
The projector may not receive a command when the splash screen is being displayed immediately after turning on the power. Use command “00r10” to cancel the splash screen.
While using the LAN terminals, the LAN functions take precedence.
For the LAN terminals, the same commands as those for connecting with the TCP/IP (port number 63007) are available. Note, however, that the response becomes slightly slower than when using the RS-232C terminals.
For the use of LAN terminals, refer to “4. Execution procedure of RS-232C commands via LAN”.
When the NAK isn’t returned, check the RS-232C command system (00COMMAND).
3
[Example 1] Turning ON the power. (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC
Status code returned from the projector
Description
‘30’ ‘30’ ‘21’ ‘0D’
00!
Command for POWER ON
‘30’ ‘30’ ‘21’ ‘0D’
00!
Command receipt confirmation
(Command echo back)
[Example 2] Selecting VIDEO as the input signal during auto positioning (Values enclosed in quotation marks are
ASCII codes.):
Command sent from the PC
Status code returned from the projector
Description
‘30’ ‘30’ ‘5F’ ‘76’ ‘31’ ‘0D’
00_v1
‘30’ ‘30’ ‘5F’ ‘76’ ‘31’ ‘3A’ ‘4E’ ‘0D’
00_v1:N
(During auto positioning)
Command for selecting VIDEO as the input signal is sent out.
The command is received by the projector but cannot be executed.
(NAK return)
The flowchart on the next page shows the recommended operating sequence for your reference to create a program.
4
[RS-232C control flowchart]
No NAK returned
Command is sent successfully.
Command is executed successfully.
Checking execution of command (sending out check command)
OK
END
NG
START
Sending out command
Awaiting response from projector
NAK returned
Command is sent successfully.
Command execution fails.
Check the following.
Check that the function code is correct.
Check that the data code is correct.
Check that the projector is able to issue the return command.
→Check the projector’s operation using the 00vST command.
Note: In the following cases, NAK is returned even when the projector is in normal condition.
Immediately after the power is turned on (about 20 seconds to 2 minutes)
During input switching
During auto positioning
During password lock
No response for
1 second or longer
Command sending fails.
Check the following.
Check that the command begins with “00”.
The projector is not supplied with
AC power.
→Check that AC power cord is connected.
→Turn on the power. (Turn on the circuit breaker or main switch.)
Not connected with the projector.
→Check that the RS-232C cable is connected.
→Check the RS-232C cable for electrical discontinuity.
[Method of checking state of projector]
Sending “00vST”
To normal operation
0-3
Enter password.
Send out “00PASS****”.
4
Projector error
Send out “00vER” to check error details.
Recover from error state.
6 5
Projector is functioning.
5
4. Execution procedure of RS-232C commands via LAN
When you use a LAN function, set the STANDBY MODE to “STANDARD” or “LAN”.
You can change the certification password using the NETWORK PASSWORD in the NETWORK menu. The default password is “admin”.
You can skip the certification process by setting the NETWORK CERTIFICATION in the NETWORK menu to
OFF. When you skip the certification process, Steps 2 to 4 described below can be skipped and you can send
RS-232C commands without adding a certification data.
Example:
Sending the POWER ON command (00!) while the NETWORK CERTIFICATION is set to OFF
00!
For the procedure to set the menu, refer to the User Manual supplied with the projector.
To execute the RS-232C command via LAN while the NETWORK CERTIFICATION is set to ON, a 32-byte connection certification data must be added before the RS-232C command.
To create a 32-byte certification data, following information and procedure are required.
Random character string for creating the certification data that is acquired from the projector (8 characters).
Network password of the projector (1 to 32 characters).
MD5 hash calculation.
Based on the above, the execution procedures to connect to the projector and send the RS-232C commands while the NETWORK CERTIFICATION is set to ON are described below.
1. Connect to Port 63007 of the projector from the PC as a TCP/IP client.
2. After completing the connection, send the acquisition request for the certification data (“$AK ”) from the PC to the projector.
3. Acquire “$AK******** ” on the PC as the response of the request sent in Step 2. (********: Random character string for creating the certification data)
4. Create the data for the certification on the PC.
Create the key of the certification data by linking the data acquired in Step 3 with the network character string.
For example, when the random character string is 12345678 and the password is ABCD, the key of the certification data is 12345678ABCD (character string in ASCII code).
Run MD5 hash on the key of the certification data.
Create the certification data by converting the hash-calculated 16-byte data into the ASCII code character string.
Example:
Calculation result: [4f][3c][5d][a1][7b][4f][b5][ed][2c][99][4e][bb][f6][57][67][54] (hexadecimal numeral)
Certification data: 4f 3c 5d a1 7b 4f b5 ed 2c 99 4e bb f6 57 67 54 (character string in ASCII code)
5. Send the RS-232C command with the certification data from the PC to the projector.
Example:
To send the POWER ON command (00! ) using the certification data created in Step 4:
4f3c5da17b4fb5ed2c994ebbf657675400!
6. Receive the response from the projector on the PC.
Response data has the following patterns.
Normal: 00! (Parameter is added depending on the command.)
Error in the certification data: PRV=ERRA
Command error: 00!:N
PC
1. Connection
Projector
2. Acquisition request of the certification data
3. Receiving of the certification data
4. Creation of the certification data
5. Sending of the RS-232C command
6. Receiving of the response data
6
5. Command list
5.1 General control commands
The general control 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. (When the commands for input select are sent while the splash screen is being displayed, the splash screen is only canceled.)
ITEM
Function
Note
POWER ON
POWER OFF "
!
INPUT COMPUTER 1 _r1
INPUT COMPUTER 2
INPUT HDMI
INPUT VIDEO
INPUT S-VIDEO
_r2
_d1
_v1
_v2
21h
22h
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.
5Fh 72h 31h This command is not received during stand-by, AV MUTE, and input switch control with the contact control.
5Fh 72h 32h This command is not received during stand-by, AV MUTE, and input switch control with the contact control.
5Fh 64h 31h This command is not received during stand-by, AV MUTE, and input switch control with the contact control.
5Fh 76h 31h This command is not received during stand-by, AV MUTE, and input switch control with the contact control.
5Fh 76h 32h This command is not received during stand-by, AV MUTE, and input switch control with the contact control.
[Example] When setting the input signal to COMPUTER 1. (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc
.
Status code returned from the projector
Description
‘30’ ‘30’ ‘5F’ ‘72’ ‘31’ ‘0D’
00_r1
‘30’ ‘30’ ‘5F’ ‘72’ ‘31’ ‘0D’
00_r1
Command for setting the input signal to COMPUTER 1
Command receipt confirmation
(Command echo back)
5.2 Reading commands
5.2.1 Status read commands
The projectors operating status, such as POWER-ON/OFF and the currently selected input terminal, etc. can be monitored.
ITEM
POWER ON/OFF POSSIBLE/
IMPOSSIBLE
SIGNAL INPUT
Function vPK vSM
ASCII code Charactor ASCII code
1 31h
76h 50h
76h 49h
76h 49h
0 r1 r2 d1 v1
30h
72h 31h
72h 32h
76h 49h
76h 49h
76h 50h 4Bh
76h 50h 4Bh
76h 53h 4Dh
76h 53h 4Dh v2
0
1
0
1
30h
31h
30h
31h
5.2.2 Read commands for items in INFORMATION menu
Status
POWER ON
POWER OFF
INPUT COMPUTER 1
INPUT COMPUTER 2
POWER ON/OFF IMPOSSIBLE
POWER ON/OFF POSSIBLE
NO SIGNAL SUPPLIED
SIGNAL SUPPLIED
Use the following commands to obtain the values of the items in the INFORMATION menu.
ITEM
Function
Data (Receive)
LAMP TIME (LOW)
RESOLUTION vLE vRESO
76h 4Ch 45h
76h 52h 45h 53h 4Fh hhhhmm
HHHHxVVVV
“hhhh” and “mm” represent hours and minutes respectively.
“HHHH” and “VVVV” represent the horizontal and vertical resolutions respectively.
7
5.2.3 Read commands for other information
Use the following commands to obtain other information.
ITEM
Function
Data (Receive)
Model name
Projector status
Error status vMDL vST vER
76h 4Dh 44h 4Ch ****************(within 16 characters)
76h 53h 54h
0 (Stand-by mode),
1 (Within 1 minute after POWER-ON (warm-up mode)),
2 (POWER-ON mode (including state of warning)),
3 (Cooling mode),
4 (Abnormal state (including shutdown due to an error)),
5 (State of functioning (menu display, dialog display, AV MUTE,
MAGNIFY, FREEZE, etc.)),
76h 45h 52h
6 (Awaiting password entry)
Reading out error data (3 digits, hexadecimal numbers, total 9 bits)
(MSB) xb1, xb2... xb8, xb9, 0, 0, 0 (LSB) xb1: Fan error xb2: Lamp error (The lamp goes out or does not light.) xb3: Lamp warning 1 (The lamp life has expired.) xb4: Lamp warning 2 (The lamp life is expiring.) xb5: Temperature error xb6: The temperature warning is being indicated. xb7: Lamp cover open error xb8: Fixed to 0. xb9: States of other component abnormality
The PC sends the command without attaching the data code to it. On the other hand, the projector attaches to the received command its 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 is being selected).
(Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘76’ ‘49’ ‘0D’
00vl
Command for checking the input terminal
‘30’ ‘30’ ‘76’ ‘49’ ‘76’ ‘31’ ‘0D’
00vlv1
Check result (VIDEO)
5.3 Remote control key commands
(Not executable in stand-by mode. When the remote control key commands are sent while the splash screen is being displayed, the splash screen is only canceled.)
The remote control key commands allow the computer to control the projector in the same way as by the remote control. (Some operations cannot be controlled.) The remote control key commands have no data codes.
Function
Button’s name on remote control
+/VOLUME
-/VOLUME
KEYSTONE
MAGNIFY
AV MUTE
MENU
ENTER
AUTO POSITION
FREEZE
ASPECT
3D
EFFICIENT MODE
E-ZOOM/E-SHIFT
TIMER
INFO.
COLOR.E r4f r59 r54 r10 r09 ra4 re2 r57 ra8 r06 r07 r43 r02 ra6 r53 r2b raa rab rac re7
72h 30h 36h
72h 30h 37h
72h 34h 33h
72h 30h 32h
72h 61h 36h
72h 35h 33h
72h 32h 62h
72h 34h 66h
72h 35h 39h
72h 35h 34h
72h 31h 30h
72h 30h 39h
72h 61h 34h
72h 65h 32h
72h 35h 37h
72h 61h 38h
72h 61h 61h
72h 61h 62h
72h 61h 63h
72h 65h 37h
8
[Example] When displaying the MENU selection bar. (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘72’ ‘35’ ‘34’ ‘0D’
00r54
‘30’ ‘30’ ‘72’ ‘35’ ‘34’ ‘0D’
00r54
Command operating the same as the MENU button
Command receipt confirmation
(Command echo back)
5.4 Direct commands
(Not executable in stand-by mode. Possible only to read during muting.)
The direct commands are used to numerically adjust the volume and keystone.
When the computer sends the command without adding the setting value, the projector returns the received command with the current setting value added as a data code.
ITEM
Function
Data
VOLUME
KEYSTONE (vertical)
VL
KS
56h 4Ch
4Bh 53h
00-21
±20
How to set the value
Use the character or ASCII code as shown below to set the value.
Character
+ -
0 1 2 3 4 5 6 7 8 9
ASCII ‘32h’ ‘33h’ ‘34h’ ‘35h’ ‘36h’ ‘37h’ ‘38h’ ‘39h’
[Example 1] When setting the volume to 15. (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘56’ ‘4C’ ‘31’ ‘35’ ‘0D’
00VL15
‘30’ ‘30’ ‘56’ ‘4C’ ‘31’ ‘35’ ‘0D’
00VL15
Command for setting the volume
Command receipt confirmation
(Command echo back)
5.5 Function commands
(Not executable in stand-by mode. When the mute commands are sent while the splash screen is being displayed, the splash screen is only canceled.)
The mute commands are used for the mute setting of this projector with the 0 (HEX: 30h) and 1 (HEX: 31h).
ITEM
Function
Data
AV MUTE
FREEZE
MAGNIFY
MUTE
FRZ
MGNFY
4Dh 55h 54h 45h
46h 52h 5Ah
0(OFF), 1(ON)
0(OFF), 1(ON)
4Dh 47h 4Eh 46h 59h 0(OFF), 1(ON)
5.6 Menu setting commands
(Not executable in stand-by mode. Possible only to read during muting.)
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 its current setting value as the data code and send it back to the PC.
5.6.1 IMAGE menu
ITEM
COLOR
ENHANCER
Character
CE
CONTRAST PP
BRIGHTNESS QQ
COLOR TEMP. A
51h 51h
41h
COLOR T 54h
TINT S 53h
SHARPNESS R
3D FORMAT TDM
52h
54h 44h 4Dh
3D SYNC INVERT TDS
CLOSED CC
CAPTION
Function
ASCII code
43h 45h
54h 44h 53h
43h 43h
Data
0 (AUTO), 1 (PRESENTATION), 2 (STANDARD),
3 (THEATER), 4 (BLACK BOARD),
5 (WHITE BOARD), 6 (USER)
±30
±30
1 (STANDARD), 2 (HIGH), 3 (LOW), 4 (USER)
±10
±10
±05
0 (OFF), 1 (AUTO)
*1
, 2 (SIDE BY SIDE),
3 (TOP AND BOTTOM), 4 (FRAME SEQUENTIAL)
0 (OFF), 1 (ON)
0 (OFF), 1 (CC1), 2 (CC2), 3 (CC3), 4 (CC4),
5 (T1), 6 (T2)
*1
‘’AUTO’’ can be enabled for 3D option when the signal is from the HDMI terminal.
9
5.6.2 INSTALLATION menu
ITEM
LAMP MODE
Character
LM
STANDBY MODE STBY
IMAGE
REVERSE
AUTO
KEYSTONE
IR
AKS
DIGITAL CABLE DIC
5.6.3 FEATURE menu
Function
ASCII code
4Ch 4Dh
53h 54h 42h 59h
49h 52h
41h 4Bh 53h
44h 49h 43h
0 (STANDARD), 1 (LOW)
0 (STANDARD), 1 (LOW), 2 (LAN)
0 (OFF), 1 (MIRROR), 2 (INVERT), 3 (MIRROR INVERT)
0 (OFF), 1 (ON)
Data
0 (STANDARD), 1 (FINE ADJ.1), 2 (FINE ADJ.2)
ITEM
ASPECT
PASSWORD
FUNCTION
Character
SC
PSLOCK
Function
53h 43h
ASCII code
50h 53h 4Ch 4Fh 43h 4Bh
Data
0 (NORMAL), 1 (16:9), 2 (FULL)
0**** (UNLOCK), 1**** (DISPLAY INPUT),
2**** (MENU ACCESS), 3**** (SPLASH ID SCREEN)
**** is a 4 to 8-digit password comprised of any figures 1 to 4.
0 (UPPER LEFT), 1 (CENTER), 2 (LOWER RIGHT) MENU
POSITION
MP
VIDEO SIGNAL VS
LANGUAGE
RESET ALL
LG
RSTALL
4Dh 50h
56h 53h
4Ch 47h
52h 53h 54h 41h 4Ch 4Ch
0 (AUTO), 1 (NTSC), 2 (PAL), 3 (SECAM),
4 (4.43NTSC), 5 (PAL-M), 6 (PAL-N), 7 (PAL-60)
00 (Japanese), 01 (English), 02 (Spanish),
03 (Germany), 04 (French), 05 (Italian), 06 (Chinese),
07 (Korean), 08 (Russian), 09 (Portuguese),
11 (Swedish) , 12 (Polish), 13 (Hungarian),
16 (Dutch), 17 (Norwegian), 18 (Arabic), 19 (Turkish),
20 (Thai), 21 (Indonesian), 22 (Malay), 23 (Vietnamese),
24 (Finnish), 25 (Czech), 26 (Romanian)
5.6.4 NETWORK menu
ITEM
NETWORK
RESET
Character
NRST
Function
ASCII code
4Eh 52h 53h 54h
Data
NETWORK
RESTART
NRCN 4Eh 52h 43h 4Eh
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. How to set the value.
How to set the value
Use the character or ASCII code as shown below to set the value.
Character
+ -
0 1 2 3 4 5 6 7 8 9
ASCII ‘32h’ ‘33h’ ‘34h’ ‘35h’ ‘36h’ ‘37h’ ‘38h’ ‘39h’
[Example 1] When setting the CONTRAST to +10. (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘50’ ‘50’ ‘2B’ ‘31’ ‘30’ ‘0D’
00PP+10
‘30’ ‘30’ ‘50’ ‘50h’ ‘2B’ ‘31’ ‘30’ ‘0D’
00PP+10
Command for setting the picture control
Command receipt confirmation
(Command echo back)
[Example 2] When setting the 3D FORMAT to SIDE BY SIDE. (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘54’ ‘44’ ‘4D’ ‘32’ ‘0D’
00TDM2
‘30’ ‘30’ ‘41’ ‘50’ ‘4F’ ‘4E’ ‘31’ ‘0D’
00TDM2
Command for setting the 3D to SIDE BY SIDE.
Command receipt confirmation
(Command echo back)
10
[Example 3] When checking the TINT setting (when the TINT is set to +10). (Values enclosed in quotation marks are ASCII codes.):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘53’ ‘0D’
00S
‘30’ ‘30’ ‘53’ ‘2B’ ‘31’ ‘30’ ‘0D’
00S+10
Command for checking the
TINT setting
Check result (+10)
5.7 Password lock commands
The password lock commands control the password lock. The password lock enabling or disabling command is sent with a 4 to 8-digit password comprised of any figures 1 to 4 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 password input command is for enabling projection of image when password lock has been set to DISPLAY INPUT. The password input command is sent with a 4 to 8-digit password comprised of any figures 1 to 4 at the end.
ITEM
Character
Function
ASCII code
Data
Password lock enabling/disabling
Password input
PSLOCK****
PASS
50h 53h 4Ch 4Fh 43h 4Bh
50h 41h 53h 53h
0**** (UNLOCK), 1**** (DISPLAY INPUT),
2**** (MENU ACCESS), 3**** (SPLASH ID SCREEN)
****
**** is a 4 to 8-digit password comprised of any figures 1 to 4.
[Example] When enabling the password lock of DISPLAY INPUT. (In the case that the password is 123412):
Command sent from the PC, etc.
Status code returned from the projector
Description
‘30’ ‘30’ ‘50’ ‘53’ ‘4C’ ‘4F’ ‘43’ ‘4B’
‘31’ ‘31’ ‘32’ ‘33’ ‘34’ ’31’ ‘32’ ‘0D’
00PSLOCK1123412
‘30’ ‘30’ ‘50’ ‘53’ ‘4C’ ‘4F’ ‘43’ ‘4B’
‘31’ ‘31’ ‘32’ ‘33’ ‘34’ ‘31’ ‘32’ ‘31’ ‘0D’
00PSLOCK11234121
Command for enabling the password lock of DISPLAY INPUT
Response informing that the projector succeeded in enabling the password lock of DISPLAY INPUT
(The statuses are echoed back as many as the number of the connected projectors.)
11

Public link updated
The public link to your chat has been updated.
Advertisement
Key features
- RS-232C control for projector
- LAN connection for remote control
- Comprehensive command list
- General control, status reading, and menu setting commands
- Remote control key commands
- Password lock for security