Page 1

PJ-TX300(C11H2)
67
89
123
4
5
6
789
1 2 3 4 5
CONTROL port
RS-232C
cable(Cross)
RS-232C port
of the projector of a computer
- (1) (1) CD
RD (2) (2) RD
TD (3) (3) TD
- (4) (4) DTR
GND (5) (5) GND
- (6) (6) DSR
RTS (7) (7) RTS
CTS (8) (8) DTS
- (9) (9) RI
10. RS-232C communication
Connecting the cable
(1) Turn off the projector and the computer power supplies.
(2) Connect the CONTROL port of the projector with a RS-232C port of the computer by a RS-232C
cable(Cross). Use the cable that fulfills the specification shown in the previous page.
(3) Turn on the computer power supply and after the computer has started up, turn on the projector power
supply.
Communications setting
19200 bps, 8N1
1. Protocol
Consist of header (7 bytes) + Command data (6 bytes)
2. Header
BE + EF + 03 + 06 + 00 + CRC_low + CRC_high
CRC_low: Lower byte of CRC flag for command data
CRC_high: Upper byte of CRC flag for command data
3. Command Data
Command Data Chart
byte_0 byte_1 byte_2 byte_3 byte_4 byte_5
Action Type Setting code
low high low high low high
Action (byte_0 - 1)
Action Classification Content
1 Set Change setting to desired value.
2 Get Read projector internal setup value.
4 Increment Increment setup value by 1.
5 Decrement Decrement setup value by 1.
6 Execute Run a command.
41
Page 2

PJ-TX300(C11H2)
Requesting projector status (Get command)
(1) Send the request code Header + Command data (‘02H’+‘00H’+ type (2 bytes)+ ‘00H’+‘00H’) from the
computer to the projector.
(2) The projector returns the response code ‘1DH’+ data (2 bytes) to the computer.
Changing the projector settings (Set command)
(1) Send the setting code Header + Command data (‘01H’+‘00H’+ type (2 bytes) + setting code (2 bytes))
from the computer to the projector.
(2) The projector changes the setting based on the above setting code.
(3) The projector returns the response code ‘06H’ to the computer.
Using the projector default settings (Reset Command)
(1) The computer sends the default setting code Header + Command data (‘06H’+ ‘00H’+ type (2 bytes) +
‘00H’+‘00H’) to the projector.
(2) The projector changes the specified setting to the default value.
(3) The projector returns the response code ‘06H’ to the computer.
Increasing the projector setting value (Increment command)
(1) The computer sends the increment code Header + Command data (‘04H’+ ‘00H’+ type (2 bytes) +‘00H’+
‘00H’) to the projector.
(2) The projector in creases the setting value on the above setting code.
(3) The projector returns the response code ‘06H’ to the computer.
Decreasing the projector setting value (Decrement command)
(1) The computer sends the decrement code Header + Command data (‘05H’+ ‘00H’+ type (2 bytes) +‘00H’ +
‘00H’) to the projector.
(2) The projector decreases the setting value on the above setting code.
(3) The projector returns the response code ‘06H’ to the computer.
When the projector cannot understand the received command
When the projector cannot understand the received command, the error code ‘15H’ is sent back to the com-
puter.
Sometimes the projector cannot properly receive the command. In such a case, the command is not exe-
cuted and the error code ‘15H’ is sent back to the computer. If this error code is returned, send the same
command again.
When the projector cannot execute the received command.
When the projector cannot execute the received command, the error code ‘1cH’ + ‘xxxxH’ is sent back to the
computer. When the data length is greater than indicated by the data length code, the projector ignore the
excess data code.
Conversely when the data length is shorter than indicated by the data length code, an error code will be
returned to the computer.
NOTE • Operation cannot be guaranteed when the projector receives an undened command or data.
• Provide an interval of at least 40ms between the response code and any other code.
•
The projector outputs test data when the power supply is switched ON, and when the lamp is lit. Ignore this data.
• Commands are not accepted during warm-up.
42
Page 3

Command data chart
PJ-TX300(C11H2)
Names Operation Type Header
Power Set Turn off BE EF 03 06 00 2A D3 01 00 00 60 00 00
Turn on BE EF
Get BE EF 03 06 00 19 D3 02 00 00 60 00 00
(Example return)
00 00 01 00 02 00
(Off) (On) (Cool down)
Input Source
Error Status
BRIGHTNESS Get BE EF 03 06 00 89 D2 02 00 03 20 00 00
BRIGHTNESS Reset
CONTRAST Get BE EF 03 06 00 FD D3 02 00 04 20 00 00
CONTRAST Reset
MODE Set NORMAL BE EF 03 06 00 23 F6 01 00 BA 30 00 00
GAMMA Set STANDARD BE EF 03 06 00 07 E9 01 00 A1 30 20 00
GAMMA REFERENCE
SELECT
Set HDMI BE EF 03 06 00 0E D2 01 00 00 20 03 00
COMPUTER BE EF 03 06 00 FE D2 01 00 00 20 00 00
VIDEO BE EF 03 06 00 6E D3 01 00 00 20 01 00
S-VIDEO BE EF 03 06 00 9E D3 01 00 00 20 02 00
COMPONENT BE EF 03 06 00 AE D1 01 00 00 20 05 00
Get BE EF 03 06 00 CD D2 02 00 00 20 00 00
Get BE EF 03 06 00 D9 D8 02 00 20 60 00 00
(Example return)
00 00 01 00 02 00 03 00
(Normal) (Cover error) (Fan error) (Lamp error)
04 00 05 00 07 00 08 00
(Temperror) (Airowerror) (Coolerror) (Filtererror)
Increment BE EF 03 06 00 EF D2 04 00 03 20 00 00
Decrement BE EF 03 06 00 3E D3 05 00 03 20 00 00
Execute BE EF 03 06 00 58 D3 06 00 00 70 00 00
Increment BE EF 03 06 00 9B D3 04 00 04 20 00 00
Decrement BE EF 03 06 00 4A D2 05 00 04 20 00 00
Execute BE EF 03 06 00 A4 D2 06 00 01 70 00 00
CINEMA LOW BE EF
MUSIC BE EF 03 06 00 43 F7 01 00 BA 30 02 00
SPORTS BE EF 03 06 00 D3 F6 01 00 BA 30 03 00
CINEMA HIGH BE EF
Get BE EF 03 06 00 10 F6 02 00 BA 30 00 00
(Example return)
00 00 01 00 02 00 03 00 04 00 10 00
(Normal) (Cinema Low) (Music) (Sports) (Cinema High) (Custom)
LOW BE EF 03 06 00 97 E8 01 00 A1 30 21 00
HIGH BE EF 03 06 00 67 E8 01 00 A1 30 22 00
Hi-CONTRAST BE EF 03 06 00 F7 E9 01 00 A1 30 23 00
CUSTOM+1 BE EF 03 06 00 07 FD 01 00 A1 30 10 00
CUSTOM-2 BE EF 03 06 00 97 FC 01 00 A1 30 11 00
CUSTOM-3 BE EF 03 06 00 67 FC 01 00 A1 30 12 00
CUSTOM-4 BE EF 03 06 00 F7 FD 01 00 A1 30 13 00
Get BE EF 03 06 00 F4 F0 02 00 A1 30 00 00
Set STANDARD BE EF 03 06 00 43 E9 01 00 A2 30 20 00
LOW BE EF 03 06 00 D3 E8 01 00 A2 30 21 00
HIGH BE EF 03 06 00 23 E8 01 00 A2 30 22 00
Hi-CONTRAST BE EF 03 06 00 B3 E9 01 00 A2 30 23 00
Get BE EF 03 06 00 B0 F0 02 00 A2 30 00 00
03 06 00 BA D2 01 00 00 60 01 00
03 06 00 B3 F7 01 00 BA 30 01 00
03 06 00 E3 F4 01 00 BA 30 04 00
CRC Action Type Setting Code
Command Data
43
Page 4

PJ-TX300(C11H2)
Names Operation Type Header
User Gamma Pattern Set Off BE EF 03 06 00 FB FA 01 00 80 30 00 00
03 06 00 6B FB 01 00 80 30 01 00
03 06 00 9B FB 01 00 80 30 02 00
User Gamma Point 1
User Gamma Point 1
Reset
User Gamma Point 2
User Gamma Point 2
Reset
User Gamma Point 3
User Gamma Point 3
Reset
User Gamma Point 4
User Gamma Point 4
Reset
User Gamma Point 5
User Gamma Point 5
Reset
User Gamma Point 6
User Gamma Point 6
Reset
User Gamma Point 7
User Gamma Point 7
Reset
User Gamma Point 8
User Gamma Point 8
Reset
User Gamma Point 9
User Gamma Point 9
Reset
9 steps gray scale BE EF
15 steps gray scale BE EF
Ramp BE EF 03 06 00 0B FA 01 00 80 30 03 00
Get BE EF 03 06 00 C8 FA 02 00 80 30 00 00
Get BE EF 03 06 00 08 FE 02 00 90 30 00 00
Increment BE EF 03 06 00 6E FE 04 00 90 30 00 00
Decrement BE EF 03 06 00 BF FF 05 00 90 30 00 00
Execute BE EF 03 06 00 58 C2 06 00 50 70 00 00
Get BE EF 03 06 00 F4 FF 02 00 91 30 00 00
Increment BE EF 03 06 00 92 FF 04 00 91 30 00 00
Decrement BE EF 03 06 00 43 FE 05 00 91 30 00 00
Execute BE EF 03 06 00 A4 C3 06 00 51 70 00 00
Get BE EF 03 06 00 B0 FF 02 00 92 30 00 00
Increment BE EF 03 06 00 D6 FF 04 00 92 30 00 00
Decrement BE EF 03 06 00 07 FE 05 00 92 30 00 00
Execute BE EF 03 06 00 E0 C3 06 00 52 70 00 00
Get BE EF 03 06 00 4C FE 02 00 93 30 00 00
Increment BE EF 03 06 00 2A FE 04 00 93 30 00 00
Decrement BE EF 03 06 00 FB FF 05 00 93 30 00 00
Execute BE EF 03 06 00 1C C2 06 00 53 70 00 00
Get BE EF 03 06 00 38 FF 02 00 94 30 00 00
Increment BE EF 03 06 00 5E FF 04 00 94 30 00 00
Decrement BE EF 03 06 00 8F FE 05 00 94 30 00 00
Execute BE EF 03 06 00 68 C3 06 00 54 70 00 00
Get BE EF 03 06 00 C4 FE 02 00 95 30 00 00
Increment BE EF 03 06 00 A2 FE 04 00 95 30 00 00
Decrement BE EF 03 06 00 73 FF 05 00 95 30 00 00
Execute BE EF 03 06 00 94 C2 06 00 55 70 00 00
Get BE EF 03 06 00 80 FE 02 00 96 30 00 00
Increment BE EF 03 06 00 E6 FE 04 00 96 30 00 00
Decrement BE EF 03 06 00 37 FF 05 00 96 30 00 00
Execute BE EF 03 06 00 D0 C2 06 00 56 70 00 00
Get BE EF 03 06 00 7C FF 02 00 97 30 00 00
Increment BE EF 03 06 00 1A FF 04 00 97 30 00 00
Decrement BE EF 03 06 00 CB FE 05 00 97 30 00 00
Execute BE EF 03 06 00 2C C3 06 00 57 70 00 00
Get BE EF 03 06 00 68 FC 02 00 98 30 00 00
Increment BE EF 03 06 00 0E FC 04 00 98 30 00 00
Decrement BE EF 03 06 00 DF FD 05 00 98 30 00 00
Execute BE EF 03 06 00 38 C0 06 00 58 70 00 00
CRC Action Type Setting Code
Command Data
44
Page 5

PJ-TX300(C11H2)
Names Operation Type Header
COLOR TEMP Set 6500K BE EF 03 06 00 AB C5 01 00 B0 30 41 00
7500K BE EF 03 06 00 0B C3 01 00 B0 30 4B 00
9300K BE EF 03 06 00 6B CD 01 00 B0 30 5D 00
Hi-BRIGHT BE EF 03 06 00 3B F2 01 00 B0 30 08 00
CUSTOM-1 BE EF 03 06 00 3B F8 01 00 B0 30 10 00
CUSTOM-2 BE EF 03 06 00 AB F9 01 00 B0 30 11 00
CUSTOM-3 BE EF 03 06 00 5B F9 01 00 B0 30 12 00
CUSTOM-4 BE EF 03 06 00 CB F8 01 00 B0 30 13 00
Get BE EF 03 06 00 C8 F5 02 00 B0 30 00 00
COLOR TEMP
CUSTOM REFERNCE
COLOR TEMP HIGH R
COLOR TEMP HIGH R
Reset
COLOR TEMP HIGH G
COLOR TEMP HIGH G
Reset
COLOR TEMP HIGH B
COLOR TEMP HIGH B
Reset
COLOR TEMP MID R
COLOR TEMP MID R
Reset
COLOR TEMP MID G
COLOR TEMP MID G
Reset
COLOR TEMP MID B
COLOR TEMP MID B
Reset
Set 6500K BE EF 03 06 00 37 C6 01 00 B9 30 41 00
7500K BE EF 03 06 00 97 C0 01 00 B9 30 4B 00
9300K BE EF 03 06 00 F7 CE 01 00 B9 30 5D 00
Hi-BRIGHT BE EF 03 06 00 A7 F1 01 00 B9 30 08 00
Get BE EF 03 06 00 54 F6 02 00 B9 30 00 00
Get BE EF 03 06 00 34 F4 02 00 B1 30 00 00
Increment BE EF 03 06 00 52 F4 04 00 B1 30 00 00
Decrement BE EF 03 06 00 83 F5 05 00 B1 30 00 00
Execute BE EF 03 06 00 10 C6 06 00 46 70 00 00
Get BE EF 03 06 00 70 F4 02 00 B2 30 00 00
Increment BE EF 03 06 00 16 F4 04 00 B2 30 00 00
Decrement BE EF 03 06 00 C7 F5 05 00 B2 30 00 00
Execute BE EF 03 06 00 EC C7 06 00 47 70 00 00
Get BE EF 03 06 00 8C F5 02 00 B3 30 00 00
Increment BE EF 03 06 00 EA F5 04 00 B3 30 00 00
Decrement BE EF 03 06 00 3B F4 05 00 B3 30 00 00
Execute BE EF 03 06 00 F8 C4 06 00 48 70 00 00
Get BE EF 03 06 00 98 F6 02 00 BC 30 00 00
Increment BE EF 03 06 00 FE F6 04 00 BC 30 00 00
Decrement BE EF 03 06 00 2F F7 05 00 BC 30 00 00
Execute BE EF 03 06 00 58 FE 06 00 90 70 00 00
Get BE EF 03 06 00 64 F7 02 00 BD 30 00 00
Increment BE EF 03 06 00 02 F7 04 00 BD 30 00 00
Decrement BE EF 03 06 00 D3 F6 05 00 BD 30 00 00
Execute BE EF 03 06 00 A4 FF 06 00 91 70 00 00
Get BE EF 03 06 00 20 F7 02 00 BE 30 00 00
Increment BE EF 03 06 00 46 F7 04 00 BE 30 00 00
Decrement BE EF 03 06 00 97 F6 05 00 BE 30 00 00
Execute BE EF 03 06 00 E0 FF 06 00 92 70 00 00
CRC Action Type Setting Code
Command Data
45
Page 6

PJ-TX300(C11H2)
Names Operation Type Header
COLOR TEMP LOW R Get BE EF 03 06 00 04 F5 02 00 B5 30 00 00
Increment BE EF 03 06 00 62 F5 04 00 B5 30 00 00
Decrement BE EF 03 06 00 B3 F4 05 00 B5 30 00 00
COLOR TEMP LOW R
Reset
COLOR TEMP LOW G
COLOR TEMP LOW G
Reset
COLOR TEMP LOW B
COLOR TEMP LOW B
Reset
COLOR
COLOR Reset
TINT Get BE EF 03 06 00 49 73 02 00 03 22 00 00
TINT Reset
SHARPNESS Get BE EF 03 06 00 F1 72 02 00 01 22 00 00
SHARPNESS Reset
MY MEMORY Load
MY MEMORY Save
Set 1 BE EF 03 06 00 0E D7 01 00 14 20 00 00
Set 1 BE EF 03 06 00 F2 D6 01 00 15 20 00 00
Execute BE EF 03 06 00 40 C5 06 00 4A 70 00 00
Get BE EF 03 06 00 40 F5 02 00 B6 30 00 00
Increment BE EF 03 06 00 26 F5 04 00 B6 30 00 00
Decrement BE EF 03 06 00 F7 F4 05 00 B6 30 00 00
Execute BE EF 03 06 00 BC C4 06 00 4B 70 00 00
Get BE EF 03 06 00 BC F4 02 00 B7 30 00 00
Increment BE EF 03 06 00 DA F4 04 00 B7 30 00 00
Decrement BE EF 03 06 00 0B F5 05 00 B7 30 00 00
Execute BE EF 03 06 00 C8 C5 06 00 4C 70 00 00
Get BE EF 03 06 00 B5 72 02 00 02 22 00 00
Increment BE EF 03 06 00 D3 72 04 00 02 22 00 00
Decrement BE EF 03 06 00 02 73 05 00 02 22 00 00
Execute BE EF 03 06 00 80 D0 06 00 0A 70 00 00
Increment BE EF 03 06 00 2F 73 04 00 03 22 00 00
Decrement BE EF 03 06 00 FE 72 05 00 03 22 00 00
Execute BE EF 03 06 00 7C D1 06 00 0B 70 00 00
Increment BE EF 03 06 00 97 72 04 00 01 22 00 00
Decrement BE EF 03 06 00 46 73 05 00 01 22 00 00
Execute BE EF 03 06 00 C4 D0 06 00 09 70 00 00
2 BE EF 03 06 00 9E D6 01 00 14 20 01 00
3 BE EF 03 06 00 6E D6 01 00 14 20 02 00
4 BE EF 03 06 00 FE D7 01 00 14 20 03 00
2 BE EF 03 06 00 62 D7 01 00 15 20 01 00
3 BE EF 03 06 00 92 D7 01 00 15 20 02 00
4 BE EF 03 06 00 02 D6 01 00 15 20 03 00
CRC Action Type Setting Code
Command Data
PROGRESSIVE Set TURN OFF BE EF 03 06 00 4A 72 01 00 07 22 00 00
TV BE EF 03 06 00 DA 73 01 00 07 22 01 00
FILM BE EF 03 06 00 2A 73 01 00 07 22 02 00
Get BE EF 03 06 00 79 72 02 00 07 22 00 00
46
Page 7

PJ-TX300(C11H2)
Names Operation Type Header
ASPECT Set 4:3 BE EF 03 06 00 9E D0 01 00 08 20 00 00
16:9 BE EF 03 06 00 0E D1 01 00 08 20 01 00
WIDE BE EF 03 06 00 CE D3 01 00 08 20 05 00
MOVIE1 BE EF 03 06 00 3E D3 01 00 08 20 06 00
MOVIE2 BE EF 03 06 00 AE D2 01 00 08 20 07 00
14:9 BE EF 03 06 00 CE D6 01 00 08 20 09 00
NORMAL BE EF 03 06 00 5E DD 01 00 08 20 10 00
Get BE EF 03 06 00 AD D0 02 00 08 20 00 00
OVER SCAN Get BE EF 03 06 00 91 70 02 00 09 22 00 00
Increment BE EF 03 06 00 F7 70 04 00 09 22 00 00
Decrement BE EF 03 06 00 26 71 05 00 09 22 00 00
OVER SCAN Reset
V POSITION
V POSITION Reset
H POSITION
H POSITION Reset
H PHASE
H SIZE
H SIZE Reset
AUTO ADJUST
Execute BE EF 03 06 00 EC D9 06 00 27 70 00 00
Get BE EF 03 06 00 0D 83 02 00 00 21 00 00
Increment BE EF 03 06 00 6B 83 04 00 00 21 00 00
Decrement BE EF 03 06 00 BA 82 05 00 00 21 00 00
Execute BE EF 03 06 00 E0 D2 06 00 02 70 00 00
Get BE EF 03 06 00 F1 82 02 00 01 21 00 00
Increment BE EF 03 06 00 97 82 04 00 01 21 00 00
Decrement BE EF 03 06 00 46 83 05 00 01 21 00 00
Execute BE EF 03 06 00 1C D3 06 00 03 70 00 00
Get BE EF 03 06 00 49 83 02 00 03 21 00 00
Increment BE EF 03 06 00 2F 83 04 00 03 21 00 00
Decrement BE EF 03 06 00 FE 82 05 00 03 21 00 00
Get BE EF 03 06 00 B5 82 02 00 02 21 00 00
Increment BE EF 03 06 00 D3 82 04 00 02 21 00 00
Decrement BE EF 03 06 00 02 83 05 00 02 21 00 00
Execute BE EF 03 06 00 68 D2 06 00 04 70 00 00
Execute BE EF 03 06 00 91 D0 06 00 0A 20 00 00
CRC Action Type Setting Code
Command Data
47
Page 8

PJ-TX300(C11H2)
Names Operation Type Header
COLOR SPACE Set AUTO BE EF 03 06 00 0E 72 01 00 04 22 00 00
RGB BE EF 03 06 00 9E 73 01 00 04 22 01 00
SMPTE240 BE EF 03 06 00 6E 73 01 00 04 22 02 00
REC709 BE EF 03 06 00 FE 72 01 00 04 22 03 00
REC601 BE EF 03 06 00 CE 70 01 00 04 22 04 00
Get BE EF 03 06 00 3D 72 02 00 04 22 00 00
COMPONENT Set COMPONENT BE EF 03 06 00 4A D7 01 00 17 20 00 00
SCART RGB BE EF
Get BE EF 03 06 00 79 D7 02 00 17 20 00 00
VIDEO FORMAT
HDMI Set AUTO BE EF 03 06 00 86 D8 01 00 22 20 00 00
FRAME LOCK
Set AUTO BE EF 03 06 00 9E 75 01 00 00 22 0A 00
NTSC BE EF 03 06 00 FE 71 01 00 00 22 04 00
PAL BE EF 03 06 00 6E 70 01 00 00 22 05 00
SECAM BE EF 03 06 00 6E 75 01 00 00 22 09 00
NTSC4.43 BE EF 03 06 00 5E 72 01 00 00 22 02 00
M-PAL BE EF 03 06 00 FE 74 01 00 00 22 08 00
N-PAL BE EF 03 06 00 0E 71 01 00 00 22 07 00
Get BE EF 03 06 00 0D 73 02 00 00 22 00 00
NORMAL BE EF 03 06 00 16 D9 01 00 22 20 01 00
ENHANCED BE EF 03 06 00 E6 D9 01 00 22 20 02 00
Get BE EF 03 06 00 B5 D8 02 00 22 20 00 00
Set TURN OFF BE EF 03 06 00 CB D6 01 00 14 30 00 00
TURN ON BE EF
Get BE EF 03 06 00 F8 D6 02 00 14 30 00 00
03 06 00 DA D6 01 00 17 20 01 00
03 06 00 5B D7 01 00 14 30 01 00
CRC Action Type Setting Code
Command Data
S-ASPECT Set TURN OFF BE EF 03 06 00 1A 71 01 00 0B 22 00 00
TURN ON BE EF
Get BE EF 03 06 00 29 71 02 00 0B 22 00 00
03 06 00 8A 70 01 00 0B 22 01 00
48
Page 9

PJ-TX300(C11H2)
Names Operation Type Header
KEYSTONE Get BE EF 03 06 00 B9 D3 02 00 07 20 00 00
Increment BE EF 03 06 00 DF D3 04 00 07 20 00 00
Decrement BE EF 03 06 00 0E D2 05 00 07 20 00 00
KEYSTONE Reset
BLACK Set OFF BE EF 03 06 00 0B 22 01 00 04 33 00 00
WHISPER Set NORMAL BE EF 03 06 00 3B 23 01 00 00 33 00 00
IRIS Get BE EF 03 06 00 B0 22 02 00 02 33 00 00
MIRROR Set NORMAL BE EF 03 06 00 C7 D2 01 00 01 30 00 00
Execute BE EF 03 06 00 08 D0 06 00 0C 70 00 00
AUTO1 BE EF 03 06 00 9B 23 01 00 04 33 01 00
AUTO2 BE EF 03 06 00 6B 23 01 00 04 33 02 00
Get BE EF 03 06 00 38 22 02 00 04 33 00 00
(Example return) 00 00 01 00 02 00
(Off) (AUTO1) (AUTO2)
WHISPER BE EF 03 06 00 AB 22 01 00 00 33 01 00
Get BE EF 03 06 00 08 23 02 00 00 33 00 00
Increment BE EF 03 06 00 D6 22 04 00 02 33 00 00
Decrement BE EF 03 06 00 07 23 05 00 02 33 00 00
H:INVERT BE EF 03 06 00 57 D3 01 00 01 30 01 00
V:INVERT BE EF 03 06 00 A7 D3 01 00 01 30 02 00
H&V:INVERT BE EF 03 06 00 37 D2 01 00 01 30 03 00
Get BE EF 03 06 00 F4 D2 02 00 01 30 00 00
CRC Action Type Setting Code
Command Data
LANGUAGE Set ENGLISH BE EF 03 06 00 F7 D3 01 00 05 30 00 00
FRANÇAIS BE EF 03 06 00 67 D2 01 00 05 30 01 00
DEUTSCH BE EF 03 06 00 97 D2 01 00 05 30 02 00
ESPAÑOL BE EF 03 06 00 07 D3 01 00 05 30 03 00
ITALIANO BE EF 03 06 00 37 D1 01 00 05 30 04 00
NORSK BE EF 03 06 00 A7 D0 01 00 05 30 05 00
NEDERLANDS BE EF 03 06 00 57 D0 01 00 05 30 06 00
PORTUGUÊS BE EF 03 06 00 C7 D1 01 00 05 30 07 00
BE EF 03 06 00 37 D4 01 00 05 30 08 00
03 06 00 A7 D5 01 00 05 30 09 00
03 06 00 37 DE 01 00 05 30 10 00
MENU POSITION H
MENU POSITION H Reset
MENU POSITION V
MENU POSITION V Reset
BE EF
BE EF
BE EF 03 06 00 57 D5 01 00 05 30 0A 00
SVENSKA BE EF 03 06 00 C7 D4 01 00 05 30 0B 00
PУCCKИЙ BE EF 03 06 00 F7 D6 01 00 05 30 0C 00
SUOMI BE EF 03 06 00 67 D7 01 00 05 30 0D 00
POLSKI BE EF 03 06 00 97 D7 01 00 05 30 0E 00
TÜRKÇE BE EF 03 06 00 07 D6 01 00 05 30 0F 00
Get BE EF 03 06 00 C4 D3 02 00 05 30 00 00
Get BE EF 03 06 00 04 D7 02 00 15 30 00 00
Increment BE EF 03 06 00 62 D7 04 00 15 30 00 00
Decrement BE EF 03 06 00 B3 D6 05 00 15 30 00 00
Execute BE EF 03 06 00 DC C6 06 00 43 70 00 00
Get BE EF 03 06 00 40 D7 02 00 16 30 00 00
Increment BE EF 03 06 00 26 D7 04 00 16 30 00 00
Decrement BE EF 03 06 00 F7 D6 05 00 16 30 00 00
Execute BE EF 03 06 00 A8 C7 06 00 44 70 00 00
49
Page 10

PJ-TX300(C11H2)
Names Operation Type Header
OSD BRIGHT Get BE EF 03 06 00 A8 D5 02 00 18 30 00 00
Increment BE EF 03 06 00 CE D5 04 00 18 30 00 00
Decrement BE EF 03 06 00 1F D4 05 00 18 30 00 00
START UP
MY SCREEN LOCK
MESSAGE Set TURN OFF BE EF 03 06 00 8F D6 01 00 17 30 00 00
DIGITAL SHUTTER
DIGITAL SHUTTER
UPPER WIDTH
DIGITAL SHUTTER
UPPER WIDTH Reset
DIGITAL SHUTTER
BOTTOM WIDTH
DIGITAL SHUTTER
BOTTOM WIDTH
Reset
AUTO POWER OFF
Set My Screen BE EF 03 06 00 CB CB 01 00 04 30 20 00
ORIGINAL BE EF 03 06 00 0B D2 01 00 04 30 00 00
TURN OFF BE EF
Get BE EF 03 06 00 38 D2 02 00 04 30 00 00
Set TURN OFF BE EF 03 06 00 3B EF 01 00 C0 30 00 00
TURN ON BE EF
Get BE EF 03 06 00 08 EF 02 00 C0 30 00 00
TURN ON BE EF
Get BE EF 03 06 00 BC D6 02 00 17 30 00 00
Set TURN OFF BE EF 03 06 00 67 D4 01 00 19 30 00 00
TURN ON BE EF
Get BE EF 03 06 00 54 D4 02 00 19 30 00 00
Get BE EF 03 06 00 10 D4 02 00 1A 30 00 00
Increment BE EF 03 06 00 76 D4 04 00 1A 30 00 00
Decrement BE EF 03 06 00 A7 D5 05 00 1A 30 00 00
Execute BE EF 03 06 00 20 C8 06 00 72 70 00 00
Get BE EF 03 06 00 EC D5 02 00 1B 30 00 00
Increment BE EF 03 06 00 8A D5 04 00 1B 30 00 00
Decrement BE EF 03 06 00 5B D4 05 00 1B 30 00 00
Execute BE EF 03 06 00 DC C9 06 00 73 70 00 00
Get BE EF 03 06 00 08 86 02 00 10 31 00 00
Increment BE EF 03 06 00 6E 86 04 00 10 31 00 00
Decrement BE EF 03 06 00 BF 87 05 00 10 31 00 00
03 06 00 9B D3 01 00 04 30 01 00
03 06 00 AB EE 01 00 C0 30 01 00
03 06 00 1F D7 01 00 17 30 01 00
03 06 00 F7 D5 01 00 19 30 01 00
CRC Action Type Setting Code
Command Data
LAMP TIME Get BE EF 03 06 00 C2 FF 02 00 90 10 00 00
LAMP TIME Reset
FILTER TIME
FILTER TIME Reset
Execute BE EF 03 06 00 58 DC 06 00 30 70 00 00
Get BE EF 03 06 00 C2 F0 02 00 A0 10 00 00
Execute BE EF 03 06 00 98 C6 06 00 40 70 00 00
50