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 XL30U User manual

Mitsubishi Electric

Mitsubishi Electric XL30U User manual

Mitsubishi Electric HL650U User manual

Mitsubishi Electric

Mitsubishi Electric HL650U User manual

Mitsubishi Electric WL6700LU Manual

Mitsubishi Electric

Mitsubishi Electric WL6700LU Manual

Mitsubishi Electric XD50U MINI-MITS User manual

Mitsubishi Electric

Mitsubishi Electric XD50U MINI-MITS User manual

Mitsubishi Electric HD4000 User manual

Mitsubishi Electric

Mitsubishi Electric HD4000 User manual

Mitsubishi Electric XL5U User manual

Mitsubishi Electric

Mitsubishi Electric XL5U User manual

Mitsubishi Electric HC7900DW User manual

Mitsubishi Electric

Mitsubishi Electric HC7900DW User manual

Mitsubishi Electric XD206U User manual

Mitsubishi Electric

Mitsubishi Electric XD206U User manual

Mitsubishi Electric DLP HC3900 User manual

Mitsubishi Electric

Mitsubishi Electric DLP HC3900 User manual

Mitsubishi Electric XD221U-ST User manual

Mitsubishi Electric

Mitsubishi Electric XD221U-ST User manual

Mitsubishi Electric XL8U User manual

Mitsubishi Electric

Mitsubishi Electric XL8U User manual

Mitsubishi Electric FL6900U User manual

Mitsubishi Electric

Mitsubishi Electric FL6900U User manual

Mitsubishi Electric ColorView XD300U User manual

Mitsubishi Electric

Mitsubishi Electric ColorView XD300U User manual

Mitsubishi Electric DLP HC910 User manual

Mitsubishi Electric

Mitsubishi Electric DLP HC910 User manual

Mitsubishi Electric HC100 User manual

Mitsubishi Electric

Mitsubishi Electric HC100 User manual

Mitsubishi Electric LC62 CHASSIS XL6500LU Use and maintenance manual

Mitsubishi Electric

Mitsubishi Electric LC62 CHASSIS XL6500LU Use and maintenance manual

Mitsubishi Electric SVGA SD210U User manual

Mitsubishi Electric

Mitsubishi Electric SVGA SD210U User manual

Mitsubishi Electric WD385U-EST User manual

Mitsubishi Electric

Mitsubishi Electric WD385U-EST User manual

Mitsubishi Electric XL7000U User manual

Mitsubishi Electric

Mitsubishi Electric XL7000U User manual

Mitsubishi Electric ColorView XD350U User manual

Mitsubishi Electric

Mitsubishi Electric ColorView XD350U User manual

Mitsubishi Electric SL4SU User manual

Mitsubishi Electric

Mitsubishi Electric SL4SU User manual

Mitsubishi Electric DLP EX320U-ST User manual

Mitsubishi Electric

Mitsubishi Electric DLP EX320U-ST User manual

Mitsubishi Electric XL7100 User manual

Mitsubishi Electric

Mitsubishi Electric XL7100 User manual

Mitsubishi Electric UD8400U User manual

Mitsubishi Electric

Mitsubishi Electric UD8400U User manual

Popular Projector manuals by other brands

Christie LX1750 Setup guide

Christie

Christie LX1750 Setup guide

Epson EB-5535U user guide

Epson

Epson EB-5535U user guide

ViewSonic M10 user guide

ViewSonic

ViewSonic M10 user guide

Toshiba TLP-X10E manual

Toshiba

Toshiba TLP-X10E manual

Optoma EH1060 Brochure & specs

Optoma

Optoma EH1060 Brochure & specs

Epson MovieMate 85HD Declaration of conformity

Epson

Epson MovieMate 85HD Declaration of conformity

InFocus SP7200 user guide

InFocus

InFocus SP7200 user guide

Laser PJT-DVDHD-906 instruction manual

Laser

Laser PJT-DVDHD-906 instruction manual

Sanyo PLV-Z700 Service manual

Sanyo

Sanyo PLV-Z700 Service manual

BOXLIGHT PRO6501DP user manual

BOXLIGHT

BOXLIGHT PRO6501DP user manual

PJLink CP-X4022WN user manual

PJLink

PJLink CP-X4022WN user manual

Eiki LC-X800A owner's manual

Eiki

Eiki LC-X800A owner's manual

Impecca VP-120K user guide

Impecca

Impecca VP-120K user guide

Panasonic PT-D5000E operating instructions

Panasonic

Panasonic PT-D5000E operating instructions

Hitachi CP-SX5600W user manual

Hitachi

Hitachi CP-SX5600W user manual

Sanyo PLC-XW57 Brochure & specs

Sanyo

Sanyo PLC-XW57 Brochure & specs

Optoma EzPro 705 manual

Optoma

Optoma EzPro 705 manual

Sony VPL-VW95ES Specification sheet

Sony

Sony VPL-VW95ES Specification sheet

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

Copyright 2025 Manuals.Online. All Rights Reserved.