manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. InFocus
  6. •
  7. Projector
  8. •
  9. InFocus Work Big IN32 Manual

InFocus Work Big IN32 Manual

Other manuals for Work Big IN32

4

This manual suits for next models

1

Other InFocus Projector manuals

InFocus LP130 Mounting instructions

InFocus

InFocus LP130 Mounting instructions

InFocus LP500 Manual

InFocus

InFocus LP500 Manual

InFocus IN3128HD User manual

InFocus

InFocus IN3128HD User manual

InFocus 540 LitePro User manual

InFocus

InFocus 540 LitePro User manual

InFocus Work Big IN12 User manual

InFocus

InFocus Work Big IN12 User manual

InFocus W1100 User manual

InFocus

InFocus W1100 User manual

InFocus ScreenPlay 4800 User manual

InFocus

InFocus ScreenPlay 4800 User manual

InFocus in3138hd User manual

InFocus

InFocus in3138hd User manual

InFocus LP 840 User manual

InFocus

InFocus LP 840 User manual

InFocus ScreenPlay 5700 User manual

InFocus

InFocus ScreenPlay 5700 User manual

InFocus LitePro 720 User manual

InFocus

InFocus LitePro 720 User manual

InFocus LP1200 User manual

InFocus

InFocus LP1200 User manual

InFocus ScreenPlay 7210 User manual

InFocus

InFocus ScreenPlay 7210 User manual

InFocus Play Big IN82 User manual

InFocus

InFocus Play Big IN82 User manual

InFocus IN1501 User manual

InFocus

InFocus IN1501 User manual

InFocus IN1501 User manual

InFocus

InFocus IN1501 User manual

InFocus SP777 Use and care manual

InFocus

InFocus SP777 Use and care manual

InFocus X3 User manual

InFocus

InFocus X3 User manual

InFocus XXCITEMENT x2 User manual

InFocus

InFocus XXCITEMENT x2 User manual

InFocus LP 225 Installation instructions

InFocus

InFocus LP 225 Installation instructions

InFocus LP720 Installation instructions

InFocus

InFocus LP720 Installation instructions

InFocus IN5302 User manual

InFocus

InFocus IN5302 User manual

InFocus in2100 Series User manual

InFocus

InFocus in2100 Series User manual

InFocus INL3149WU User manual

InFocus

InFocus INL3149WU User manual

Popular Projector manuals by other brands

Eiki LC-X985 Specification sheet

Eiki

Eiki LC-X985 Specification sheet

Epson EH-TW5900 datasheet

Epson

Epson EH-TW5900 datasheet

FOREVER MLP-100 manual

FOREVER

FOREVER MLP-100 manual

Toshiba TDP-MT8U Specifications

Toshiba

Toshiba TDP-MT8U Specifications

Mitsubishi XD500U specification

Mitsubishi

Mitsubishi XD500U specification

Kodak Ektapro 3020 Illustrated parts list

Kodak

Kodak Ektapro 3020 Illustrated parts list

Toshiba TDP-EW25U Specifications

Toshiba

Toshiba TDP-EW25U Specifications

Barco iQ PRO G500 supplementary guide

Barco

Barco iQ PRO G500 supplementary guide

NEC Showcase Series HT1100 user manual

NEC

NEC Showcase Series HT1100 user manual

Philips LC1341 user guide

Philips

Philips LC1341 user guide

Epson PowerLite 1266 user guide

Epson

Epson PowerLite 1266 user guide

MAGINON DLP 1400S user manual

MAGINON

MAGINON DLP 1400S user manual

Toshiba TLP-380 owner's manual

Toshiba

Toshiba TLP-380 owner's manual

Philips PicoPix PPX2480/EU user manual

Philips

Philips PicoPix PPX2480/EU user manual

Hitachi CP-X605 Series Specifications

Hitachi

Hitachi CP-X605 Series Specifications

Optoma TW1692 user manual

Optoma

Optoma TW1692 user manual

Kodak EKTAPRO instruction manual

Kodak

Kodak EKTAPRO instruction manual

Optoma Optoma PRO150S datasheet

Optoma

Optoma Optoma PRO150S datasheet

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

Copyright 2025 Manuals.Online. All Rights Reserved.

RS-232 Setup Instructions
Communication Configuration
Baud Rate 19,200bps
Data Bits 8
Parity None
Stop Bits 1
Flow Control None
Emulation VT100
Required Cable
Null Modem Cable – female to female 9-pin serial
Cable Pinouts
InFocus projectors use the basic form of RS-232 functionality. Following are the required pinouts. Note
that the cables commonly available at local computer or electronic stores meet these requirements.
Three pins need to be terminated: ground, send and receive (5, 3, and 2 respectively).
Function Pin Pin Function
No Connection 1 1 No Connection
Received Data (RxD) 2 3 Received Data (RxD)
Transmitted Data (TxD) 3 2 Transmitted Data (TxD)
No Connection 4 4 No Connection
Signal Ground (GND) 5 5 Signal Ground (GND)
No Connection 6 6 No Connection
No Connection 7 7 No Connection
No Connection 8 8 No Connection
No Connection 9 9 No Connection
2
Control Software
You can use any one of a variety of available RS-232 programs to control a projector. Hyperterminal, for
example, comes with all versions of Microsoft Windows. Also consider Look RS232 (available at
www.lookrs232.com/). Some programs will allow you to assign RS-232 strings to hot keys or buttons.
Companies such as Crestron (www.crestron.com) and AMX (www.amx.com) make RS-232 control boxes
that make it easier to control your projector.
Command Format
All InFocus projectors use ASCII format command format. All commands consist of 3 alpha characters
followed by a request and all enclosed by parentheses. The request can be a read request (indicated by a
“?”) or a write request (indicated by 1 to 4 ASCII digits).
A read request will report information to you, such as lamp hours. A write request is to tell the projector to
change a setting.
Command Examples
A read request example:
Command to request Brightness setting is (BRT?)
(starts the command
BRT denotes the brightness command
?denotes the read request
)ends the command
The response would appear as (0-22, 10), where
0-22 is the brightness range of the projector.
10 is the current brightness setting
Here are some other examples. To interpret the responses, you may need to refer to the actual list of
commands.
Function Command Response Description
Lamp Hours (LMP?) (0-32767, 250) 250 lamp hours
Aspect Ratio (ARZ?) (0-4, 1) 16:9 aspect ratio
Vertical Keystone (DKC?) (53-203, 60) Vertical keystone set to 60
A write request example:
Command to change Brightness setting to level 10 is (BRT10)
(starts the command
BRT denotes the brightness command
10 denotes the write request
)ends the command
3
Some commands have ranges, while others are absolute. If a number greater than the maximum range is
received, it is automatically set to the maximum number for that function. If a command is received that is
not understood, a "?" is returned. With absolute settings, "0" is off, 1-9999 is on.
Here are some other examples. Refer to the projector’s command list for other commands.
Function Command Response
Aspect Ratio (ARX2) Sets the aspect ratio to 4:3
Flip the image for
ceiling projection (CEL1) Enable ceiling projection
mode. Flips image.
Power up (PWR1) Powers up the projector.
Power down (PWR2) Powers the projector down.
NOTE To assure the projector can process a command, wait 3 seconds before entering the next
command.
Error Conditions
Not all commands are supported for all projectors. If an unsupported command is issued, the command
will be ignored. If a command is received that is not understood, a ? character will be returned indicating
the command was not understood.
Below is a list of common errors.
Function Command Response Reason
Aspect Ratio (ARZ2)A ? Too many characters
Flip the image (CEILING1) ? Too many characters.
Improper command.
Power Up (PWR99999) ? Invalid value. Too many 9s.
Most programs do not require a line feed after a command. Using a line feed, may cause the projector to
respond with a “?” indicating an invalid command. Commands should respond within seconds of entering
a command. If it does not, then there may issues with your connection, syntax or RS-232 software.
Limitations
The CLI cannot respond to commands coming in at a high-rate. Therefore, a delay must occur between
commands to ensure that the command gets properly executed. To assure the projector can process a
command, wait 3 seconds before entering the next command.
Some commands may only be valid when the projector is receiving an active computer or video signal. If
a setting is not an active feature in the menu, the CLI command will not work. For example: aspect ratio,
color and tint are functions that require an active source.
IN32/34 CLI Command Table v1.0.0
Source Dependent Settings
Function Command
Source 0
[M1
Analog]
(Min-
Max,
Initial,
Step)
Source 1 [M1
Component]
(Min-Max,
Initial, Step)
Source 2
[M1
Digital]
(Min-
Max,
Initial,
Step)
Source 3
[VESA
Analog]
(Min-
Max,
Initial,
Step)
Source 4
[VESA
Component]
(Min-Max,
Initial, Step)
Source 5
[Composite]
(Min-Max,
Initial, Step)
Source
6 [S-
Video]
(Min-
Max,
Initial,
Step)
Auto Color
Space
Enable ACS 0-1, 1, 1 0-1, 1, 1 0-1, 1, 1 0-1, 1, 1 0-1, 1, 1 N/A N/A
Aspect
Ratio ARZ 0-2, 1, 1 0-2, 1, 1 0-2, 1, 1 0-2, 1, 1 0-2, 1, 1 0-2, 1, 1 0-2, 1, 1
Auto
Video
Standard
Enable
(TV Only)
AVS N/A N/A N/A N/A N/A 0-1, 1, 1 0-1, 1, 1
Blue Gain BCG 0-100,
50, 1 0-100, 50, 1 0-100,
50, 1 0-100,
50, 1 0-100, 50, 1 0-100, 50, 1 0-100,
50, 1
Blue Offset BCO 1-255,
128, 1 1-255, 128, 1 0-255,
128, 1 1-255,
128, 1 1-255, 128, 1 N/A N/A
Brightness BRT 8-248,
128, 4 8-248, 128, 4 0-255,
128, 1 8-248,
128, 4 8-248, 128, 4 4-208, 106, 2 4-208,
106, 2
Color (TV
Only) CLR N/A N/A N/A N/A N/A 0-250, 125, 4 0-250,
125, 4
Contrast CON 8-248,
128, 4 8-248, 128, 4 50-150,
100, 1 8-248,
128, 4 8-248, 128, 4 0-62, 31, 1 0-62,
31, 1
Color
Space CSM 0-2, 0, 1 0-2, 0, 1 0-2, 0, 1 0-2, 0, 1 0-2, 0, 1 N/A N/A
Green Gain GCG 0-100,
50, 1 0-100, 50, 1 0-100,
50, 1 0-100,
50, 1 0-100, 50, 1 0-100, 50, 1 0-100,
50, 1
Green
Offset GCO 1-255,
128, 1 1-255, 128, 1 0-255,
128, 1 1-255,
128, 1 1-255, 128, 1 N/A N/A
Horizontal
Position
(Computer
Only)
HPS 0-100,
50, 1 0-100, 50, 1 N/A 0-100,
50, 1 0-100, 50, 1 N/A N/A
Phase
(Computer
Only) MSS 0-100,
50, 1 0-100, 50, 1 N/A 0-100,
50, 1 0-100, 50, 1 N/A N/A
Audio
Mute MTE 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1
Tracking 0-100, 0-100,
Source Independent Settings
(Computer
Only) MTS 50, 1 0-100, 50, 1 N/A 50, 1 0-100, 50, 1 N/A N/A
Overscan
(TV Only) OVS 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1 0-1, 0, 1
Presets PST 0-7, 1, 1 0-7, 2, 1 0-7, 1, 1 0-7, 1, 1 0-7, 2, 1 0-7, 3, 1 0-7, 2, 1
Red Gain RCG 0-100,
50, 1 0-100, 50, 1 0-100,
50, 1 0-100,
50, 1 0-100, 50, 1 0-100, 50, 1 0-100,
50, 1
Red Offset RCO 1-255,
128, 1 1-255, 128, 1 0-255,
128, 1 1-255,
128, 1 1-255, 128, 1 N/A N/A
Sharpness
(TV Only) SHP N/A N/A N/A N/A N/A 0-4, 2, 1 0-4, 2, 1
Sync
Threshold
Adjust
(Analog
Only)
STH 15-31,
23, 1 15-31, 23, 1 N/A 15-31,
23, 1 15-31, 23, 1 N/A N/A
Color
Temp TMP 0-2, 2, 1 0-2, 2, 1 0-2, 2, 1 0-2, 2, 1 0-2, 2, 1 0-2, 2, 1 0-2, 2, 1
Tint (TV
Only) TNT N/A N/A N/A N/A N/A 0-128, 64, 4 0-128,
64, 4
Audio
Volume VOL 23-63,
43, 1 23-63, 43, 1 23-63,
43, 1 23-63,
43, 1 23-63, 43, 1 23-63, 43, 1 23-63,
43, 1
Vertical
Position
(Computer
Only)
VPS 0-100,
50, 1 0-100, 50, 1 N/A 0-100,
50, 1 0-100, 50, 1 N/A N/A
Video
Standard
(TV Only) VSU N/A N/A N/A N/A N/A 0-9, 0, 1 0-9, 0, 1
White
Peaking WPK N/A N/A N/A N/A N/A 0-10, 2, 1 0-10, 2,
1
Function Command Min Max Initial Step
Chime Enable ACE 0 1 1 1
Auto Image AIM 0 1 0 1
Auto Power Enable APO 0 1 0 1
Auto Source Enable ASC 0 1 1 1
Blank Screen Enable BLK 0 1 0 1
Blank Screen Color BSC 0 2 2 1
Source Enable 0 CE0 0 1 1 1
Source Enable 1 CE1 0 1 1 1
Source Enable 2 CE2 0 1 1 1
Source Enable 3 CE3 0 1 1 1
Ceiling CEL 0 1 0 1
Current Subsource CRS 0 6 0 1
Vertical Keystone DKV 0 198 99 1
Display Messages Enable DMG 0 1 1 1
Power-up Source DSC 0 3 0 1
Startup Logo DSU 0 1 0 1
Effect Key Program EFK 0 7 6 1
Freeze Enabled FRZ 0 1 0 1
Lamp Power IPM 0 1 0 1
Language LAN 0 11 0 1
Time In Hours Last Bulb1 Lasted LB1 0 65535 0 1
Time In Hours Last Bulb2 Lasted LB2 0 65535 0 1
Time In Hours Last Bulb3 Lasted LB3 0 65535 0 1
Illumination State LML 0 2 0 1
Lamp Hours LMP 0 2147483647 0 1
Number of lamp resets LMR 0 65535 0 1
Lamp Total Time On In Hours For All Bulbs LMT 0 65535 0 1
Perform Lamp Reset LRT 0 1 0 1
Menu Enable MNU 0 1 0 1
Menu Navigation NAV 1 3 1 1
Screen Saver Off NND 0 1 1 1
Number Of Times Unit Has Been Turned On O00 0 2147483647 0 1
Number Of Times Unit Has Been Turned On For At Least 30
Minutes O30 0 2147483647 0 1
Number Of Times Unit Has Been Turned On For At Least 60
Minutes O60 0 2147483647 0 1
Number Of Times Unit Has Been Turned On For At Least 90
Minutes O90 0 2147483647 0 1
Time In Minutes Unit Has Been Turned On ONC 0 2147483647 0 1
Time In Minutes Unit Is Currently On ONL 0 2147483647 0 1
Time In Minutes Unit Was Previously Turned On ONP 0 2147483647 0 1
Power Save Enable PSV 0 1 0 1
Power Enable PWR 0 1 0 1
Rear REA 0 1 0 1
Factory Reset RST 0 1 0 1
Source 1 Program SR1 0 3 0 1
Source 2 Program SR2 0 3 1 1
Source 3 Program SR3 0 3 2 1
Source 4 Program SR4 0 3 3 1
Source SRC 0 3 0 1
Screen Save Time SSV 1 6 6 1
System State SYS 0 18 0 1
Test Pattern Enable TPE 0 1 0 1
Test Pattern Select TPS 0 14 0 1
Save User1 Preset US1 0 1 0 1
Save User2 Preset US2 0 1 0 1
Save User3 Preset US3 0 1 0 1
DB-9 Connector Pin Out
Pin # Signal Name Signal Description
1CD Carrier Detect
2RXD Receive Data
3TXD Transmit Data
4DTR Data Terminal Ready
5GND Signal Ground / Common
6DSR Data Set Ready
7RTS Request To Send
8CTS Clear To Send
9RI Ring Indicator
RJ-45 Connector Pin Out
Pin # Signal Name Signal Description
1RI Ring Indicator
2DCD Carrier Detect
3DTR Data Terminal Ready
4GND Signal Ground / Common
5RXD Receive Data
6TXD Transmit Data
7CTS Clear To Send
8RTS Request To Send