manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Mitsubishi Electric
  6. •
  7. Projector
  8. •
  9. Mitsubishi Electric XD211U Manual

Mitsubishi Electric XD211U Manual

1
1) Interface
Controlling the projector using a personal computer
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
•Volume, Keystone, Mute, Remote, Reading commands
Connection
COMPUTER IN
SERIAL
DIN 8-pin
Important:
•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 Comport may not function.)
• RS232C cables may be necessary when you control the projector. Contact your dealer for details.
PROTOCOL RS-232C
BAUD RATE 9600 [bps]
DATA LENGTH 8 [bits]
PARITY BIT NONE
STOP BIT 1 [bit]
FLOW CONTROL NONE
This projector uses RXD, TXD and GND lines for RS-232C control.
For RS-232C cable,the reverse type cable should be used.
2) Control command diagram
The command consists of the address code, function code, data code, and end code. The length of the command
varies among the functions.
Address code Function code Data code End code
HEX 30h 30h Function Data 0Dh
ASCII '0' '0' Function Data
[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.
DLPTM Projector
XD211U/XD210U/SD210U
2
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 cor-
rectly, 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.):
•Any commands will not be executed for 10 seconds after the power is turned on.
Sending commands Status code from Description
from the PC, etc. the projector
30 30 21 0D Command for POWER ON
'0' '0' '!' ' '
30 30 21 0D Command receipt confirmation
'0' '0' '!' ' '(Command echo back)
Sending commands Status code from Description
from the PC, etc. the projector
30 30 5F 72 31 0D Command for setting the input
'0' '0' '_' 'r' '1' ' 'signal to COMPUTER
30 30 5F 72 31 0D Command receipt confirmation
'0' '0' '_' 'r' '1' ' '(Command echo back)
Operation ASCII HEX Note
POWER ON ! 21h
This command is invalid for 1 minute after the power is turned off.
POWER OFF " 22h
This command is invalid for 1 minute after the power is turned on.
INPUT COMPUTER _r1 5Fh 72h 31h
This command will not be executed in Stand-by mode or the MUTE is executed.
INPUT VIDEO _v1 5Fh 76h 31h
This command will not be executed in Stand-by mode or the MUTE is executed.
INPUT S-VIDEO (only for XD211U) _v2 5Fh 76h 32h
This command will not be executed in Stand-by mode or the MUTE is executed.
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.
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.
[Example] When setting the volume to 15 (Figures and symbols enclosed in quotation marks are ASCII codes.):
Sending commands Status code from Description
from the PC, etc. the projector
30 30 56 4C 30 31 35 0D Command for setting the volume
'0' '0' 'V' 'L' '0' '1' '5' ' '
30 30 56 4C 30 31 35 0D Command receipt confirmation
'0' '0' 'V' 'L' '0' '1' '5' ' '(Command echo back)
ITEM ASCII HEX VALUE
VOLUME VL 56h 4Ch 000 - 100
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.
ASCII '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'
HEX 30h 31h 32h 33h 34h 35h 36h 37h 38h 39h
[Example] When setting the input signal to COMPUTER (Figures and symbols enclosed in quotation marks are
ASCII codes.):
3
Sending commands Status code from Description
from the PC, etc. the projector
30 30 72 35 34 0D Command operating the same
'0' '0' 'r' '5' '4' ' ' as the MENU button
30 30 72 35 34 0D Command receipt confirmation
'0' '0' 'r' '5' '4' ' '(Command echo back)
[Example] When displaying the MENU selection bar (Figures and symbols enclosed in quotation marks are ASCII
codes.):
Button's name on remote
ASCII HEX
▲r53 72h 35h 33h
▼r2b 72h 32h 62h
tr4f 72h 34h 66h
sr59 72h 35h 39h
MENU r54 72h 35h 34h
ENTER r10 72h 31h 30h
AUTO POSITION r09 72h 30h 39h
FREEZE ra4 72h 61h 34h
ASPECT re2 72h 65h 32h
7) Mute commands (Not executable in stand-by mode. When the mute commands are sent while the splash
screen is being displayed, the splash screen is not muted but only canceled.)
The mute commands are used for the mute setting of this projector with the 0(30h) and 1(31h).
ITEM ASCII HEX VALUE
AV MUTE MUTE 4Dh 55h 54h 45h 0 (OFF), 1 (ON)
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.)
ITEM ASCII HEX VALUE
KEYSTONE(vertical) KS 4Bh 53h ±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.
ASCII '+' '–' '0' '1' '2' '3' '4' '5' '6' '7' '8' '9'
HEX 2Bh 2Dh 30h 31h 32h 33h 34h 35h 36h 37h 38h 39h
8) 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.
ASCII HEX
Function
Data (Receive)
Function
Data (Receive)
POWER ON vP "1" when power-on mode 76h 50h 31h
"0" when standby mode
INPUT COMPUTER vI r1 76h 49h 72h 31h
INPUT VIDEO vI v1 76h 49h 76h 31h
INPUT S-VIDEO (only for XD211U) vI v2 76h 49h 76h 32h
LAMP OPERATING TIME vLE hhhhmm 76h 4Ch 45h hhhhmm
(on a LOW mode basis)
Sending commands Status code from Description
from the PC, etc. the projector
30 30 76 49 0D Command for checking the input terminal
'0' '0' 'v' 'I' ' '
30 30 76 49 76 31 0D Check result ( VIDEO)
'0' '0' 'v' 'I' 'v' '1' ' '
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. (LAMP OPERATING
TIME: “h” and “m” represent hour and minute respectively. )
[Example ] When checking the currently selected input terminal (when the INPUT VIDEO is being selected) :
9) Reading command diagram
The projectors operating status, such as POWER-ON, the currently selected input terminal and lamp operating
time, etc. can be monitored.

Other manuals for XD211U

3

This manual suits for next models

3

Other Mitsubishi Electric Projector manuals

Mitsubishi Electric UD8350U User manual

Mitsubishi Electric

Mitsubishi Electric UD8350U User manual

Mitsubishi Electric FL7000LU Series User manual

Mitsubishi Electric

Mitsubishi Electric FL7000LU Series User manual

Mitsubishi Electric EX51U User manual

Mitsubishi Electric

Mitsubishi Electric EX51U User manual

Mitsubishi Electric XL1550U Installation and maintenance instructions

Mitsubishi Electric

Mitsubishi Electric XL1550U Installation and maintenance instructions

Mitsubishi Electric HC7800D User manual

Mitsubishi Electric

Mitsubishi Electric HC7800D User manual

Mitsubishi Electric ColorView XL1U User manual

Mitsubishi Electric

Mitsubishi Electric ColorView XL1U User manual

Mitsubishi Electric WL2650U User manual

Mitsubishi Electric

Mitsubishi Electric WL2650U User manual

Mitsubishi Electric VS-50VL10U User manual

Mitsubishi Electric

Mitsubishi Electric VS-50VL10U User manual

Mitsubishi Electric XL5980LU User manual

Mitsubishi Electric

Mitsubishi Electric XL5980LU User manual

Mitsubishi Electric XL7000U User manual

Mitsubishi Electric

Mitsubishi Electric XL7000U User manual

Mitsubishi Electric XL2550U User manual

Mitsubishi Electric

Mitsubishi Electric XL2550U User manual

Mitsubishi Electric XL6600U User manual

Mitsubishi Electric

Mitsubishi Electric XL6600U User manual

Mitsubishi Electric EX51U User manual

Mitsubishi Electric

Mitsubishi Electric EX51U User manual

Mitsubishi Electric EX100U User manual

Mitsubishi Electric

Mitsubishi Electric EX100U User manual

Mitsubishi Electric XD460U User manual

Mitsubishi Electric

Mitsubishi Electric XD460U User manual

Mitsubishi Electric LC62 CHASSIS XL6500LU User manual

Mitsubishi Electric

Mitsubishi Electric LC62 CHASSIS XL6500LU User manual

Mitsubishi Electric XL5U User manual

Mitsubishi Electric

Mitsubishi Electric XL5U User manual

Mitsubishi Electric XD206U-G User manual

Mitsubishi Electric

Mitsubishi Electric XD206U-G User manual

Mitsubishi Electric XL1550U User manual

Mitsubishi Electric

Mitsubishi Electric XL1550U User manual

Mitsubishi Electric XD50U MINI-MITS User manual

Mitsubishi Electric

Mitsubishi Electric XD50U MINI-MITS User manual

Mitsubishi Electric DLP XD700U User manual

Mitsubishi Electric

Mitsubishi Electric DLP XD700U User manual

Mitsubishi Electric XD110R User manual

Mitsubishi Electric

Mitsubishi Electric XD110R User manual

Mitsubishi Electric HL2750U User manual

Mitsubishi Electric

Mitsubishi Electric HL2750U User manual

Mitsubishi Electric EX52U User manual

Mitsubishi Electric

Mitsubishi Electric EX52U User manual

Popular Projector manuals by other brands

InFocus LP930 user guide

InFocus

InFocus LP930 user guide

Alecto BC-125 quick start guide

Alecto

Alecto BC-125 quick start guide

Sim2 CRYSTALCUBE user manual

Sim2

Sim2 CRYSTALCUBE user manual

ACCO Brands NOBO owner's manual

ACCO Brands

ACCO Brands NOBO owner's manual

Dell 1800MP owner's manual

Dell

Dell 1800MP owner's manual

Epson PowerLite 85 Installation handbook

Epson

Epson PowerLite 85 Installation handbook

Dukane 6650HDSS user manual

Dukane

Dukane 6650HDSS user manual

Sanyo PLC-XL45 specification

Sanyo

Sanyo PLC-XL45 specification

Dukane 28A8046 user manual

Dukane

Dukane 28A8046 user manual

Runco Reflection VX-4000d Owner's operating manual

Runco

Runco Reflection VX-4000d Owner's operating manual

Optoma DV10 MovieTime Specifications

Optoma

Optoma DV10 MovieTime Specifications

Apeman M4 user manual

Apeman

Apeman M4 user manual

Christie 38-VIV306-01 user manual

Christie

Christie 38-VIV306-01 user manual

Sanyo WXU10 - PLC WXGA LCD Projector owner's manual

Sanyo

Sanyo WXU10 - PLC WXGA LCD Projector owner's manual

Dukane ImagePro 8776-W user manual

Dukane

Dukane ImagePro 8776-W user manual

Sharp XV-Z9000U - Vision - DLP Projector Operation manual

Sharp

Sharp XV-Z9000U - Vision - DLP Projector Operation manual

Vivitek Voyager AV200 Specifications

Vivitek

Vivitek Voyager AV200 Specifications

OKCOO K68HD user manual

OKCOO

OKCOO K68HD user manual

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.