Barco Projector User Manual

Serial communication lcd-dlp projector
Table of Contents

Advertisement

Quick Links

BARCŒ
SERIAL COMMUNICATION
LCD-DLP PROJECTOR

USERS MANUAL

R5975236
Revision : 05
Revision date : 12102000
Printing date : 13/10/2000

Advertisement

Table of Contents
loading

Summary of Contents for Barco Projector

  • Page 1: Users Manual

    BARCΠSERIAL COMMUNICATION LCD-DLP PROJECTOR USERS MANUAL R5975236 Revision : 05 Revision date : 12102000 Printing date : 13/10/2000...
  • Page 3: Index

    1. Index...
  • Page 4: Table Of Contents

    ................42 mute video, read ..................43 mute video, read ..................44 mute video, write off................45 mute video, write on ................46 phase, decrement ..................47 phase, increment ..................48 projector status, read................49 projector status, read................50...
  • Page 5 51 projector status, write on................. 52 sharpness, decrement ................53 sharpness, increment................54 source/slot, read number ................. 55 source/slot, read number ................. 56 source/slot, write number................ 57 source/slot, write number................ 58 tint, decrement ..................59 tint, increment ..................60 treble, decrement ..................
  • Page 6 baudrate pc, write ................... 95 baudrate pc, write ................... 96 blanking bottom, decrement..............97 blanking bottom, increment ..............98 blanking bottom, read ................99 blanking bottom, read ................100 blanking bottom, write................101 blanking bottom, write................102 blanking left, decrement ............... 103 blanking left, increment ................
  • Page 7 color, read..................... 140 color, write.................... 141 color balance, decrement ..............142 color balance, increment............... 143 color balance, read................144 color balance, read................145 color balance, read................146 color balance, write................147 color balance, write................148 color temperature, read ................. 149 color temperature, read .................
  • Page 8 field polarity, write ................185 field select, read..................186 field select, read..................187 field select, write................... 188 field select, write................... 189 file, copy ....................190 file, copy ....................191 file, copy ....................191 file, delete ..................... 193 file, delete ..................... 194 file, list....................
  • Page 9 infrared ports, read................230 infrared ports, write ................231 infrared ports, write ................232 installation, read..................233 installation, read..................234 installation, write .................. 235 interlaced, read ..................236 interlaced, read ..................237 interlaced, write off................238 interlaced, write on ................239 internal pattern, write................
  • Page 10 lines active, increment ................275 lines active, read ................... 276 lines active, read ................... 277 lines active, write .................. 278 lines active, write .................. 279 line start, decrement................280 line start, increment ................281 line start, read ..................282 line start, read ..................283 line start, write ..................
  • Page 11 .............. 355 programmable blanking, write .............. 356 programmable blanking, write .............. 357 programmable blanking, write .............. 358 projector, read run time ................ 359 projector, read run time ................ 360 projector, read serial number ..............361 projector, read serial number ..............362 projector, read type................
  • Page 12 365 projector, write address................. 366 sharpness, read..................367 sharpness, read..................368 sharpness, write..................369 sharpness, write..................370 shift horizontal, decrement ..............371 shift horizontal, increment ..............372 shift horizontal, read ................373 shift horizontal, read ................374 shift horizontal, write................
  • Page 13 source/slot, read number+mode............410 source/slot, write number+mode............411 source/slot, write number+mode............412 source/slot, write number+mode............413 sync, read ....................414 sync, read ....................415 sync, write fast ..................416 sync, write slow ..................417 text, write off ..................418 text, write on ..................419 tint, read....................
  • Page 14: Communication Basics

    2. Communication basics...
  • Page 15: Communication Protocol

    Projector address : The "projector address" defines the address of the projector the computer wants to talk to (in case of transmission) or the address of the projector that answers (in case of reception).
  • Page 16: Communication Protocol

    The "checksum byte" is used to detect errors during transmission or reception. Formula : Checksum byte = (Projector address + Command bytes + Data bytes) modulo 256 Stop byte : The "stop byte" informs the projector (in case of transmission) or the computer (in case of reception) that the data transfer is complete and that the interpretation of the command and data bytes can start.
  • Page 17: Communication Settings

    Defines the speed of the data transfer. The baud rate can be set, depending on the type of projector, using the dip switches on the processor board of the projector or using the menu structure. Consult the Owner's Manual of the projector on how to...
  • Page 18: Hardware

    Connector labelled "RS232 IN" : This female D9-pin connector is used to connect the projector with the computer. Connector labelled "RS232 OUT" : This male D9-pin connector is used to drive the next projector in a chain. Pin-out :...
  • Page 19: Hardware

    Cable (IBM PC or compatible projector) : female male order number R9827560 (cable length = 15m) order number R9827570 (cable length = 30m)
  • Page 20: Hardware

    Cable (MAC projector) : HSKo HSKi TxD- mini 8 RXD- male TXD+ n.c. RXD+ order number R9827640 (D9-DIN mini8; cable length = 1m) order number R9827560 (D9-D9; cable length = 15m) order number R9827570 (D9-D9; cable length = 30m)
  • Page 21: Syntax

    syntax Characters : In this manual, all characters are expressed using the C- language syntax : decimal values ddd = 0..255 hexadecimal values \xhh hh = 00..ff Negative values/numbers : The 2s complement number system is used to express negative numbers. Pascal-language string : A Pascal-language string consists of one or more characters.
  • Page 22: Syntax

    syntax C-language string : A C-language string consists of one or more characters. The last character of the string is always the NULL (\x00) character. Therefore, the length of a C-language string is determined by the position of the NULL character. Example : "hello world"...
  • Page 23: Syntax

    syntax Filename A filename is specified as a C-language string. This string has to follow some rules : Filename x x x x x x x x . y z z NULL length string = 12 x = character of the base name (= 8 characters) y = kind of file (= 1 character) standard file predefined file stored in read-only memory...
  • Page 24: Elementary Commands

    3. Elementary commands...
  • Page 25: Balance, Decrement

    Command : Command[0] \x23 Command[1] \x0a Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement balance of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 26: Balance, Increment

    Command : Command[0] \x22 Command[1] \x0a Data : No data bytes. Projector type : All projectors with audio control. Example : Increment balance of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x0a...
  • Page 27: Bass, Decrement

    Command : Command[0] \x23 Command[1] \x08 Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement bass of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x08...
  • Page 28: Bass, Increment

    Command : Command[0] \x22 Command[1] \x08 Data : No data bytes. Projector type : All projectors with audio control. Example : Increment bass of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x08...
  • Page 29: Brightness, Decrement

    Decrement brightness. Command : Command[0] \x04 Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement the brightness of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x04...
  • Page 30: Brightness, Increment

    Description : Increment brightness. Command : Command[0] \x03 Data : No data bytes. Example : Increment the brightness of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x03 Checksum \x04 Stop \xff...
  • Page 31: Color, Decrement

    Description : Decrement color (saturation). Command : Command[0] \x06 Data : No data bytes. Example : Decrement the color of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x06 Checksum \x07 Stop...
  • Page 32: Color, Increment

    Description : Increment color (saturation). Command : Command[0] \x05 Data : No data bytes. Example : Increment the color of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x05 Checksum \x06 Stop...
  • Page 33: Contrast, Decrement

    Description : Decrement contrast. Command : Command[0] \x02 Data : No data bytes. Example : Decrement contrast of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x02 Checksum \x03 Stop \xff Receive (acknowledge)
  • Page 34: Contrast, Increment

    Description : Increment contrast. Command : Command[0] \x01 Data : No data bytes. Example : Increment contrast of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x01 Checksum \x02 Stop \xff Receive (acknowledge)
  • Page 35: Infrared Control

    infrared control Description : Simulation of the infrared remote control unit. The codes act in the same way as if they were sent by an infrared remote control unit or the local keypad. Command : Command[0] \x30 Data : Possible codes used for Data[0] : Data[0] \x77 \x19...
  • Page 36: Infrared Control

    infrared control BASS+ \x3a BASS- \x3b BRIGHTNESS \x27 BRIGHTNESS+ \x2a BRIGHTNESS- \x2b COLOR \x30 COLOR+ \x2c COLOR- \x2d CONTRAST \x25 CONTRAST+ \x28 CONTRAST- \x29 ENTER \x0a EXIT \x08 \x6b \x6c \x6d \x6e \x6f FREEZ \x1b HELP \x1e MUTE \x1f PAUSE \x0f PHASE \x32...
  • Page 37: Infrared Control

    infrared control TINT \x31 TINT+ \x2e TINT- \x2f TREBLE+ \x3c TREBLE- \x3d VOLUME+ \x38 VOLUME- \x39...
  • Page 38: Infrared Control

    Example : Select source 3 of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x30 Data[0] \x12 Checksum \x43 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07...
  • Page 39: Mute Audio, Read

    Read the status of mute audio. Command : Command[0] \x21 Command[1] \x3d Data : No data bytes. Return data : Data[0] = status mute audio. Mute audio Data[0] Disabled \x00 Enabled \x01 Projector type : All projectors with audio control.
  • Page 40: Mute Audio, Read

    Example : Read the status of mute audio of a projector with address \x01. Suppose the audio is muted. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x3d Checksum \x5f Stop \xff Receive (acknowledge) Start \xfe...
  • Page 41: Mute Audio, Write Off

    Command : Command[0] \x26 Command[1] \x3d Data : No data bytes. Projector type : All projectors with audio control. Example : Disable audio mute of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1] \x3d...
  • Page 42: Mute Audio, Write On

    Command : Command[0] \x27 Command[1] \x3d Data : No data bytes. Projector type : All projectors with audio control. Example : Enable audio mute of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x3d...
  • Page 43: Mute Video, Read

    mute video, read Description : Read the status of mute video. Command : Command[0] \x21 Command[1] \x3e Data : No data bytes. Return data : Data[0] = status mute video. Mute audio Data[0] Disabled \x00 Enabled \x01...
  • Page 44: Mute Video, Read

    Example : Read the status of mute video of a projector with address \x01. Suppose the video is muted. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x3e Checksum \x60 Stop \xff Receive (acknowledge) Start \xfe...
  • Page 45: Mute Video, Write Off

    Description : Disable video mute. Command : Command[0] \x26 Command[1] \x3e Data : No data bytes. Example : Disable video mute of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1] \x3e Checksum...
  • Page 46: Mute Video, Write On

    Enable video mute. The on-screen-display will be muted too ! Command : Command[0] \x27 Command[1] \x3e Data : No data bytes. Example : Enable video mute of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x3e...
  • Page 47: Phase, Decrement

    Description : Decrement phase. Command : Command[0] \x0c Data : No data bytes. Example : Decrement phase of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x0c Checksum \x0d Stop \xff Receive (acknowledge)
  • Page 48: Phase, Increment

    Description : Increment phase. Command : Command[0] \x0b Data : No data bytes. Example : Increment phase of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x0b Checksum \x0c Stop \xff Receive (acknowledge)
  • Page 49: Projector Status, Read

    Command[0] \x67 Data : No data bytes. Return data : The return data consists of one data byte containing the projector status. Only bit0 (least significant bit) to bit3/bit4* are significant. bit# bit = 0 bit = 1 bit0 projector is off...
  • Page 50: Projector Status, Read

    Example : Read the status of a projector with address \x01. Suppose the status is projector on, text on, video mute off, picture frozen and no 800-peripheral connected. Transmit Start \xfe Projector address \x01 Command[0] \x67 Checksum...
  • Page 51: Projector Status, Write Off

    Description : Set the projector off. Command : Command[0] \x66 Data : No data bytes. Example : Set the projector with address \x01 off. Transmit Start \xfe Projector address \x01 Command[0] \x66 Checksum \x67 Stop \xff...
  • Page 52: Projector Status, Write On

    Description : Set the projector on. Command : Command[0] \x65 Data : No data bytes. Example : Set the projector with address \x01 on. Transmit Start \xfe Projector address \x01 Command[0] \x65 Checksum \x66 Stop \xff...
  • Page 53: Sharpness, Decrement

    Description : Decrement sharpness. Command : Command[0] \x0a Data : No data bytes. Example : Decrement sharpness of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x0a Checksum \x0b Stop \xff Receive (acknowledge) Start...
  • Page 54: Sharpness, Increment

    Description : Increment sharpness. Command : Command[0] \x09 Data : No data bytes. Example : Increment sharpness of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x09 Checksum \x0a Stop \xff Receive (acknowledge) Start...
  • Page 55: Source/Slot, Read Number

    source/slot, read number Description : Read active source or slot. Command : Command[0] \x32 Data : No data bytes. Return data : Source or slot number (\x01..).
  • Page 56: Source/Slot, Read Number

    Example : Read the active source/slot number of a projector with address \x01. Suppose the answer is \x03. Transmit Start \xfe Projector address \x01 Command[0] \x32 Checksum \x33 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01...
  • Page 57: Source/Slot, Write Number

    source/slot, write number Description : Select a source or slot. Command : Command[0] \x31 Data : Source or slot number (\x01..).
  • Page 58: Source/Slot, Write Number

    Example : Select source 1 of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x31 Data[0] \x01 Checksum \x33 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum...
  • Page 59: Tint, Decrement

    Description : Decrement tint (hue). Command : Command[0] \x08 Data : No data bytes. Example : Decrement tint of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x08 Checksum \x09 Stop \xff...
  • Page 60: Tint, Increment

    Description : Increment tint (hue). Command : Command[0] \x07 Data : No data bytes. Example : Increment tint of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x07 Checksum \x08 Stop \xff...
  • Page 61: Treble, Decrement

    Command : Command[0] \x23 Command[1] \x09 Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement treble of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x09...
  • Page 62: Treble, Increment

    Command : Command[0] \x22 Command[1] \x09 Data : No data bytes. Projector type : All projectors with audio control. Example : Increment treble of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x09...
  • Page 63 Command : Command[0] \x23 Command[1] \x07 Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement volume of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 64 Command : Command[0] \x22 Command[1] \x07 Data : No data bytes. Projector type : All projectors with audio control. Example : Increment volume of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x07...
  • Page 65 4. Advanced commands...
  • Page 66 - "2 line LCD, read cursor" Note : Command[1] of this command will not be found in the answer from the projector, because the answer is a concatenation of several commands. Projector type : All projectors equipped with a 2 line LCD.
  • Page 67 2 line LCD, read Example : Read data from the 2 line LCD of a projector with address \x01. Suppose the backlight is on, top line (line 0) contains the text "hello world" and the cursor is off. Transmit Start...
  • Page 68 2 line LCD, read Receive (answer) Start \xfe Projector address \x01 Command[0] \x7a "Backlight" Command[1] \x04 "Backlight" Return data[0] \x01 "Text" Command [1] \x02 "Text" Data[0] \x00 "Text" Data[1] \x00 "Text" Return data[0] \x68 (= 'h') "Text" Return data[1] \x65 (= 'e') "Text"...
  • Page 69 Read the status of the backlight of the 2 line LCD. Command : Command[0] \x7a Command[1] \x04 Data : No data bytes. Return data : Data[0] = status. Status Data[0] \x00 \x01 Projector type : All projectors equipped with a 2 line LCD.
  • Page 70 2 line LCD, read backlight Example : Read the status of the backlight of the 2 line LCD of a projector with address \x01. Suppose the backlight is on. Transmit Start \xfe Projector address \x01 Command[0] \x7a Command[1] \x04 Checksum...
  • Page 71 No data bytes. Return data : Description Data[0] horizontal position (\x00..) Data[1] vertical position (\x00..) Data[2] Status Data[3] Blink Status Data[2] \x00 \x01 Blink Data[3] \x00 \x01 Projector type : All projectors equipped with a 2 line LCD. Example :...
  • Page 72 2 line LCD, read cursor Read the status and position of the cursor of the 2 line LCD of a projector with address \x01. Suppose the cursor is on, blinks and is positioned at location (4, 0). Transmit Start \xfe...
  • Page 73 Data[1] number of lines Projector type : All projectors equipped with a 2 line LCD. Example : Read the format of the 2 line LCD of a projector with address \x01. Suppose it's a 24 characters by 2 lines display.
  • Page 74 2 line LCD, read format Transmit Start \xfe Projector address \x01 Command[0] \x7a Command[1] \x06 Checksum \x81 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address...
  • Page 75 Projector type : All projectors equipped with a 2 line LCD. Example : Read the text displayed at position (0, 0) of the 2 line LCD of a projector with address \x01. Suppose the text is "hello world". Transmit Start...
  • Page 76 2 line LCD, read text Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x7a Command[1] \x02 Data[0] \x00 Data[1] \x00 Data[2] \x68 (= 'h') Data[3]...
  • Page 77 Command : Command[0] \x7a Command[1] \x84 Data : Data[0] = Status Status Data[0] \x00 \x01 Note : This command can be combined with other "2 lines LCD, write" commands. Projector type : All projectors equipped with a 2 line LCD.
  • Page 78 2 line LCD, write backlight Example : Set the backlight on of the 2 line LCD of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x7a Command[1] \x84 Data[0] \x01 Checksum \x00 Stop \xff Receive (acknowledge)
  • Page 79 Clear all data displayed on the 2 line LCD. Command : Command[0] \x7a Command[1] \x85 Data : No data bytes. Note : This command can be combined with other "2 lines LCD, write" commands. Projector type : All projectors equipped with a 2 line LCD.
  • Page 80 2 line LCD, write clear Example : Clear all data from the 2 line LCD of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x7a Command[1] \x85 Checksum \x00 Stop \xff Receive (acknowledge) Start \xfe Projector address...
  • Page 81 2 line LCD, write cursor Description : Set the cursor on or off at a certain position on the 2 line LCD. Only one cursor is available ! Command : Command[0] \x7a Command[1] \x83 Data : Description Data[0] horizontal position (\x00..) Data[1] vertical position (\x00..) Data[2]...
  • Page 82 2 line LCD, write cursor Projector type : All projectors equipped with a 2 line LCD. Example : Set a blinking cursor at position (4, 0) on the 2 line LCD of a projector with address \x01. Transmit Start \xfe Projector address...
  • Page 83 This command can be combined with other "2 lines LCD, write" commands. Projector type : All projectors equipped with a 2 line LCD. Example : Write the text "hello world" at position (0, 0) on the 2 line LCD of a projector with address \x01.
  • Page 84 2 line LCD, write text Transmit Start \xfe Projector address \x01 Command[0] \x7a Command[1] \x82 Data[0] \x00 Data[1] \x00 Data[2] \x68 (= 'h') Data[3] \x65 (= 'e') Data[4] \x6c (= 'l') Data[5] \x6c (= 'l') Data[6] \x6f (= 'o') Data[7]...
  • Page 85 Output module Data[0] configuration Standard \x00 5 Cable \x01 Example : Read the configuration of the 800-peripheral output module of a projector with address \x01. Suppose it indicates to be “Standard”. Transmit Start \xfe Projector address \x01 Command[0] \xf2 Command[1]...
  • Page 86 800-peripheral, read output module Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \xf2 Command[1] \x81 Data[0] \x00 Checksum \x74 Stop \xff...
  • Page 87 Data : Data[0] = configuration. Output module Data[0] configuration Standard \x00 5 Cable \x01 Example : Configure the 800-peripheral output module to be “Standard” of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf2 Command[1] \x01 Data[0]...
  • Page 88 800-peripheral, write output module Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 89 Return data : Data[0] = balance value. Projector type : All projectors with audio control. Example : Read the actual balance value of a projector with address \x01. Suppose the balance equals \xeb (= -21). Transmit Start \xfe Projector address...
  • Page 90 Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x0a Data[0] \xeb Checksum \x17 Stop \xff...
  • Page 91 \x20 Command[1] \x0a Data : Data[0] = balance value. Projector type : All projectors with audio control. Example : Set the balance to \xeb (= -21) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 92 Return data : Data[0] = bass value. Projector type : All projectors with audio control. Example : Read the actual bass value of a projector with address \x01. Suppose the bass equals \x01 (= +1). Transmit Start \xfe Projector address...
  • Page 93 Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x08 Data[0] \x01 Checksum \x2b Stop \xff...
  • Page 94 \x20 Command[1] \x08 Data : Data[0] = bass value. Projector type : All projectors with audio control. Example : Set the bass to \x01 (= +1) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 95: Baudrate Pc, Write

    - If the data contains a non-valid c-language string or an invalid baudrate, the baudrate will be set to 9600. Example : Change the pc baudrate to 2400 baud of a projector with address \x01. Transmit Start...
  • Page 96: Baudrate Pc, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 97: Blanking Bottom, Decrement

    Description : Decrement blanking bottom. Command : Command[0] \x23 Command[1] \x4d Data : No data bytes. Example : Decrement blanking bottom of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x4d...
  • Page 98: Blanking Bottom, Increment

    Description : Increment blanking bottom. Command : Command[0] \x22 Command[1] \x4d Data : No data bytes. Example : Increment blanking bottom of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x4d...
  • Page 99: Blanking Bottom, Read

    Data[0..1] = value of blanking bottom. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of blanking bottom of a projector with address \x01. Suppose the blanking bottom equals 0. Transmit Start \xfe Projector address...
  • Page 100: Blanking Bottom, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x4d Data[0] \x00 Data[1] \x00 Checksum \x6f Stop \xff...
  • Page 101: Blanking Bottom, Write

    Command[1] \x4d Data : Data[0..1] = value of blanking bottom. Data[0] msb of value Data[1] lsb of value Example : Set the blanking bottom to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 102: Blanking Bottom, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 103: Blanking Left, Decrement

    Description : Decrement blanking left. Command : Command[0] \x23 Command[1] \x4e Data : No data bytes. Example : Decrement blanking left of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x4e...
  • Page 104: Blanking Left, Increment

    Description : Increment blanking left. Command : Command[0] \x22 Command[1] \x4e Data : No data bytes. Example : Increment blanking left of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x4e...
  • Page 105: Blanking Left, Read

    Data[0..1] = value of blanking left. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of blanking left of a projector with address \x01. Suppose the blanking left equals 0. Transmit Start \xfe Projector address...
  • Page 106: Blanking Left, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x4e Data[0] \x00 Data[1] \x00 Checksum \x70 Stop \xff...
  • Page 107: Blanking Left, Write

    \x4e Data : Data[0..1] = value of blanking left. Data[0] msb of value Data[1] lsb of value Example : Set the blanking left to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1]...
  • Page 108: Blanking Left, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 109: Blanking Right, Decrement

    Description : Decrement blanking right. Command : Command[0] \x23 Command[1] \x4f Data : No data bytes. Example : Decrement blanking right of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x4f...
  • Page 110: Blanking Right, Increment

    Description : Increment blanking right. Command : Command[0] \x22 Command[1] \x4f Data : No data bytes. Example : Increment blanking right of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x4f...
  • Page 111: Blanking Right, Read

    Data[0..1] = value of blanking right. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of blanking right of a projector with address \x01. Suppose the blanking right equals 0. Transmit Start \xfe Projector address...
  • Page 112: Blanking Right, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x4f Data[0] \x00 Data[1] \x00 Checksum \x71 Stop \xff...
  • Page 113: Blanking Right, Write

    Command[1] \x4f Data : Data[0..1] = value of blanking right. Data[0] msb of value Data[1] lsb of value Example : Set the blanking right to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 114: Blanking Right, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 115: Blanking Top, Decrement

    Description : Decrement blanking top. Command : Command[0] \x23 Command[1] \x4c Data : No data bytes. Example : Decrement blanking top of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x4c...
  • Page 116: Blanking Top, Increment

    Description : Increment blanking top. Command : Command[0] \x22 Command[1] \x4c Data : No data bytes. Example : Increment blanking top of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x4c...
  • Page 117: Blanking Top, Read

    Data[0..1] = value of blanking top. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of blanking top of a projector with address \x01. Suppose the blanking top equals 0. Transmit Start \xfe Projector address...
  • Page 118: Blanking Top, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x4c Data[0] \x00 Data[1] \x00 Checksum \x6e Stop \xff...
  • Page 119: Blanking Top, Write

    \x4c Data : Data[0..1] = value of blanking top. Data[0] 1.41 T2msb of value Data[1] 1.41 T2lsb of value Example : Set the blanking top to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 120: Blanking Top, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 121: Brightness, Read

    \x21 Command[1] \x02 Data : No data bytes. Return data : Data[0] = brightness value. Example : Read the actual brightness value of a projector with address \x01. Suppose the brightness equals \x20. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 122: Brightness, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x02 Data[0] \x20 Checksum \x44 Stop \xff...
  • Page 123: Brightness, Write

    Write a new brightness value. Command : Command[0] \x20 Command[1] \x02 Data : Data[0] = brightness value. Example : Set the brightness to \x20 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x02...
  • Page 124: Brightness, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 125: Clamp Delay, Decrement

    Description : Decrement the clamp delay. Command : Command[0] \x23 Command[1] \x67 Data : No data bytes. Example : Decrement the clamp delay of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 126: Clamp Delay, Increment

    Description : Increment the clamp delay. Command : Command[0] \x22 Command[1] \x67 Data : No data bytes. Example : Increment the clamp delay of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 127: Clamp Delay, Read

    Data : No data bytes. Return data : Data[0] = value of the clamp delay. Example : Read the actual value of the clamp delay of a projector with address \x01. Suppose the clamp delay equals \x00. Transmit Start \xfe...
  • Page 128: Clamp Delay, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x67 Data[0] \x00 Checksum \x89 Stop \xff...
  • Page 129: Clamp Delay, Write

    Write a new value for the clamp delay. Command : Command[0] \x20 Command[1] \x67 Data : Data[0] = value of the clamp delay. Example : Set the clamp delay to \x00 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 130: Clamp Edge, Read

    Data[0] = value of the clamp edge. Data[0] Leading \x00 Trailing \x01 Example : Read the actual value of the clamp edge of a projector with address \x01. Suppose the clamp edge is leading. Transmit Start \xfe Projector address \x01...
  • Page 131: Clamp Edge, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x66 Data[0] \x00 Checksum \x88 Stop \xff...
  • Page 132: Clamp Edge, Write Leading

    Set the clamp edge to leading. Command : Command[0] \x26 Command[1] \x66 Data : No data bytes. Example : Set the clamp edge to leading on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1]...
  • Page 133: Clamp Edge, Write Trailing

    Set the clamp edge to trailing. Command : Command[0] \x27 Command[1] \x66 Data : No data bytes. Example : Set the clamp edge to trailing on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1]...
  • Page 134: Clamp Width, Decrement

    Description : Decrement the clamp width. Command : Command[0] \x23 Command[1] \x68 Data : No data bytes. Example : Decrement the clamp width of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 135: Clamp Width, Increment

    Description : Increment the clamp width. Command : Command[0] \x22 Command[1] \x68 Data : No data bytes. Example : Increment the clamp width of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 136: Clamp Width, Read

    Data : No data bytes. Return data : Data[0] = value of the clamp width. Example : Read the actual value of the clamp width of a projector with address \x01. Suppose the clamp width equals \x32. Transmit Start \xfe...
  • Page 137: Clamp Width, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x68 Data[0] \x32 Checksum \xbc Stop \xff...
  • Page 138: Clamp Width, Write

    Write a new value for the clamp width. Command : Command[0] \x20 Command[1] \x68 Data : Data[0] = value of the clamp width. Example : Set the clamp width to \x32 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 139: Color, Read

    \x21 Command[1] \x03 Data : No data bytes. Return data : Data[0] = color value. Example : Read the actual color value of a projector with address \x01. Suppose the color equals \x20. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 140: Color, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x03 Data[0] \x20 Checksum \x45 Stop \xff...
  • Page 141: Color, Write

    Write a new color (saturation) value. Command : Command[0] \x20 Command[1] \x03 Data : Data[0] = color value. Example : Set the color to \x20 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1]...
  • Page 142: Color Balance, Decrement

    \x23 Command[1] \x43 Command (color balance blue/green) : Command[0] \x23 Command[1] \x44 Data : No data bytes. Example : Decrement the color balance red/green on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x43...
  • Page 143: Color Balance, Increment

    \x22 Command[1] \x43 Command (color balance blue/green) : Command[0] \x22 Command[1] \x44 Data : No data bytes. Example : Increment the color balance red/green on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x43...
  • Page 144: Color Balance, Read

    Command[1] \x44 Data (only in case of reading the color balance of a specified color temperature) : Data[0] = color temperature. Data[0] "PROJECTOR WHITE" custom color balance derived from "PROJECTOR WHITE" custom color balance derived from 3200, 5400, 6500 or 9300...
  • Page 145: Color Balance, Read

    color balance, read Return data : Data[0] = value of color balance multiplied by 100. Data[0] \x00..\xfa Example : Data[0]=\x64 equals 1.00...
  • Page 146: Color Balance, Read

    Example : Read the color balance red/green of a projector with address \x01. Suppose the color balance equals 1.00. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x43 Checksum \x65 Stop \xff Receive (acknowledge) Start \xfe...
  • Page 147: Color Balance, Write

    \x44 Data : Data[0] = value of color balance multiplied by 100. Data[0] \x00..\xfa Example : Data[0]=\x64 equals 1.00 Example : Set the color balance red/green to 1.00 on a projector with address \x01. Transmit Start \xfe Projector address \x01...
  • Page 148: Color Balance, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 149: Color Temperature, Read

    Command (color balance red/green) : Command[0] \x21 Command[1] \x45 Data : No data bytes. Return data : Data[0] = color temperature. Data[0] "PROJECTOR WHITE" custom color balance derived from "PROJECTOR WHITE" custom color balance derived from 3200, 5400, 6500 or 9300 3200 5400 6500...
  • Page 150: Color Temperature, Read

    Example : Read the actual color temperature of a projector with address \x01. Suppose the color temperature equals 6500. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x45 Checksum \x67 Stop \xff Receive (acknowledge) Start \xfe...
  • Page 151: Color Temperature, Write

    Description : Write the color temperature. Command : Command[0] \x20 Command[1] \x45 Data : Data[0] = color temperature. Data[0] "PROJECTOR WHITE" custom color balance derived from "PROJECTOR WHITE" custom color balance derived from 3200, 5400, 6500 or 9300 3200 5400 6500...
  • Page 152: Color Temperature, Write

    Example : Set the color temperature to 6500 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x45 Data[0] \x41 Checksum \xa7 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01...
  • Page 153: Contrast, Read

    \x21 Command[1] \x01 Data : No data bytes. Return data : Data[0] = contrast value. Example : Read the actual contrast value of a projector with address \x01. Suppose the contrast equals \x30. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 154: Contrast, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x01 Data[0] \x30 Checksum \x53 Stop \xff...
  • Page 155: Contrast, Write

    Write a new contrast value. Command : Command[0] \x20 Command[1] \x01 Data : Data[0] = contrast value. Example : Set the contrast to \x30 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x01...
  • Page 156: Dimming, Decrement

    Command[0] \x23 Command[1] \x0d Data : No data bytes. Projector type : Please verify the Owner's Manual of the projector if the dimming feature is supported. Example : Decrement dimming of a projector with address \x01 by one. Transmit Start...
  • Page 157: Dimming, Increment

    Command[0] \x22 Command[1] \x0d Data : No data bytes. Projector type : Please verify the Owner's Manual of the projector if the dimming feature is supported. Example : Increment dimming of a projector with address \x01 by one. Transmit Start...
  • Page 158: Dimming, Read

    No data bytes. Return data : Data[0] = dimming value. Projector type : Please verify the Owner's Manual of the projector if the dimming feature is supported. Example : Read the dimming value of a projector with address \x01. Suppose the dimming equals \x07.
  • Page 159: Dimming, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x0d Data[0] \x07 Checksum \x36 Stop \xff...
  • Page 160: Fade Audio, Decrement

    Command[0] \x23 Command[1] \x5f Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement the fade value of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 161: Fade Audio, Decrement

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 162: Fade Audio, Increment

    Command[0] \x22 Command[1] \x5f Data : No data bytes. Projector type : All projectors with audio control. Example : Increment the fade value of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 163: Fade Audio, Increment

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 164: Fade Audio, Read

    No data bytes. Return data : Data[0] = fade value. Projector type : All projectors with audio control. Example : Read the actual fade value of a projector with address \x01. Suppose the value equals -15 (\xf1). Transmit Start \xfe Projector address...
  • Page 165: Fade Audio, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x5f Data[0] \xf1 Checksum \x72 Stop \xff...
  • Page 166: Fade Audio, Write

    \x20 Command[1] \x5f Data : Data[0] = fade value. Projector type : All projectors with audio control. Example : Set the fade value to -15 (\xf1) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 167: Fade Audio Extern, Decrement

    \x41 Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement the fade value of the external speaker(s) of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23...
  • Page 168: Fade Audio Extern, Decrement

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 169: Fade Audio Extern, Increment

    \x41 Data : No data bytes. Projector type : All projectors with audio control. Example : Increment the fade value of the external speaker of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22...
  • Page 170: Fade Audio Extern, Increment

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 171: Fade Audio Extern, Read

    Data[0] = fade value. Projector type : All projectors with audio control. Example : Read the actual fade value of the external speaker(s) of a projector with address \x01. Suppose the value equals 15. Transmit Start \xfe Projector address \x01...
  • Page 172: Fade Audio Extern, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x41 Data[0] \x0f Checksum \x72 Stop \xff...
  • Page 173: Fade Audio Extern, Write

    \x41 Data : Data[0] = fade value. Projector type : All projectors with audio control. Example : Set the fade value for the external speaker(s) to \x0f on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 174: Fade Audio Extern, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 175: Fade Audio Intern, Decrement

    \x40 Data : No data bytes. Projector type : All projectors with audio control. Example : Decrement the fade value of the internal speaker of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23...
  • Page 176: Fade Audio Intern, Decrement

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 177: Fade Audio Intern, Increment

    Command : Command[0] \x22 Command[1] \x40 Data : No data bytes. Example : Increment the fade value of the internal speaker of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x40...
  • Page 178: Fade Audio Intern, Read

    Data[0] = fade value. Projector type : All projectors with audio control. Example : Read the actual fade value of the internal speaker of a projector with address \x01. Suppose the value equals 15. Transmit Start \xfe Projector address \x01...
  • Page 179: Fade Audio Intern, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x40 Data[0] \x0f Checksum \x71 Stop \xff...
  • Page 180: Fade Audio Intern, Write

    \x40 Data : Data[0] = fade value. Projector type : All projectors with audio control. Example : Set the fade value for the internal speaker to \x0f on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 181: Fade Audio Intern, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 182: Field Polarity, Read

    Data[0] = field polarity. Data[0] Negative \x00 Positive \x01 Automatic \x02 Example : Read the actual field polarity of a projector with address \x01. Suppose there is automatic installation of the field polarity. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 183: Field Polarity, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x62 Data[0] \x02 Checksum \x86 Stop \xff...
  • Page 184: Field Polarity, Write

    Command[1] \x62 Data : Data[0] = field polarity. Data[0] Negative \x00 Positive \x01 Automatic \x02 Example : Set the field polarity to automatic on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x62 Data[0]...
  • Page 185: Field Polarity, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 186: Field Select, Read

    Return data : Data[0] = selected field. Data[0] Even \x00 \x01 Both \x02 Example : Read the actual selected field of a projector with address \x01. Suppose both fields are displayed. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1]...
  • Page 187: Field Select, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x63 Data[0] \x02 Checksum \x87 Stop \xff...
  • Page 188: Field Select, Write

    Command[0] \x20 Command[1] \x63 Data : Data[0] = field selection. Data[0] Even \x00 \x01 Both \x02 Example : Select both fields on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x63 Data[0] \x02 Checksum...
  • Page 189: Field Select, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 190: File, Copy

    Command : Command[0] \xc2 Data : From filename followed by the to filename (no wildcards allowed). Example : Copy the file "ntsc .c01" to "camera1 .c05" on a projector with address \x01.
  • Page 191: File, Copy

    Transmit Start \xfe Projector address \x01 Command[0] \xc2 Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 192 Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 193: File, Delete

    - Only custom files (????????.c??) can be deleted. Command : Command[0] \xc1 Data : One or more filenames (wildcards allowed). Example : Delete all files starting with the characters "nt" on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xc1...
  • Page 194: File, Delete

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 195: File, List

    Data : One or more filenames (wildcards allowed). Example : Get a list of all files starting with the characters "nt" on a projector with address \x01. Suppose there are 2 files : "ntsc .s02" and "ntsc_rgb.c01". Transmit Start \xfe...
  • Page 196: File, List

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 197: File, List

    Receive (answer) Start \xfe Projector address \x01 Command[0] \xc0 Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 198: File, List Active

    Get the filename of the active file. Command : Command[0] \xc5 Data : No data bytes. Example : Get the filename of the active file on a projector with address \x01. Suppose the filename is "ntsc .c01". Transmit Start \xfe Projector address \x01...
  • Page 199: File, List Active

    Receive (answer) Start \xfe Projector address \x01 Command[0] \xc5 Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 200: File, Move

    Command : Command[0] \xc4 Data : From filename followed by the to filename (no wildcards allowed). Example : Move the file "ntsc .c01" to "camera1 .c05" on a projector with address \x01.
  • Page 201: File, Move

    Transmit Start \xfe Projector address \x01 Command[0] \xc4 Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 202 Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 204: File, Read

    Transmit Start \xfe Projector address \x01 Command[0] \xbf Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 205: File, Read

    Receive (answer) Start \xfe Projector address \x01 Command[0] \xbf Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 206: File, Rename

    "file index") Command : Command[0] \xc3 Data : Old filename followed by the new filename (no wildcards allowed). Example : Rename the file "ntsc .c01" to "camera1 .c01" on a projector with address \x01.
  • Page 207: File, Rename

    Transmit Start \xfe Projector address \x01 Command[0] \xc3 Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 208 Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 209: File, Write

    (It could even be version-dependent.) Command : Command[0] \xbe Data : Data[0..12] = filename. Data[13] = length of file contents (bytes) Data[14..] = file contents Example (imaginary) : Write the contents of the file "ntsc .c01" on a projector with address \x01.
  • Page 210: File, Write

    Transmit Start \xfe Projector address \x01 Command[0] \xbe Data[0] \x6e (= 'n') Data[1] \x74 (= 't') Data[2] \x73 (= 's') Data[3] \x63 (= 'c') Data[4] \x20 (= ' ') Data[5] \x20 (= ' ') Data[6] \x20 (= ' ')
  • Page 211: File, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 212: Frame Delay, Read

    Projector type : Please verify the Owner's Manual of the projector if the frame delay is implemented. Example : Read the actual value of the frame delay of a projector with address \x01. Suppose the frame delay is on. Transmit Start...
  • Page 213: Frame Delay, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x65 Data[0] \x01 Checksum \x88 Stop \xff...
  • Page 214: Frame Delay, Write Off

    Data : No data bytes. Projector type : Please verify the Owner's Manual of the projector if the frame delay is implemented. Example : Set the frame delay off on a projector with address \x01. Transmit Start \xfe Projector address \x01...
  • Page 215: Frame Delay, Write On

    Data : No data bytes. Projector type : Please verify the Owner's Manual of the projector if the frame delay is implemented. Example : Set the frame delay on on a projector with address \x01. Transmit Start \xfe Projector address \x01...
  • Page 216: Freeze, Write Off

    Description : Disable freeze. Command : Command[0] \x26 Command[1] \x23 Data : No data bytes. Example : Disable freeze of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1] \x23 Checksum \x4a...
  • Page 217: Freeze, Write On

    Description : Enable freeze. Command : Command[0] \x27 Command[1] \x23 Data : No data bytes. Example : Enable freeze of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x23 Checksum \x4b...
  • Page 218: Gamma, Decrement

    Description : Decrement gamma. Command : Command[0] \x23 Command[1] \x70 Data : No data bytes. Example : Decrement the gamma of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1] \x70...
  • Page 219: Gamma, Increment

    Description : Increment gamma. Command : Command[0] \x22 Command[1] \x70 Data : No data bytes. Example : Increment the gamma of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1] \x70...
  • Page 220: Gamma, Read

    Command[1] \x70 Data : No data bytes. Return data : Data[0] = gamma value. Example : Read the actual gamma of a projector with address \x01. Suppose the gamma equals \x05 (= 5). Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 221: Gamma, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x70 Data[0] \x05 Checksum \x97 Stop \xff...
  • Page 222: Gamma, Write

    Write a new gamma value. Command : Command[0] \x20 Command[1] \x70 Data : Data[0] = gamma value. Example : Set the gamma to \x05 (= 5) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 223: Horizontal Period, Read

    Data[1] Data[2] Data[3] lsb of value Example : Read the horizontal period of the active source on a projector with address \x01. Suppose the active file is xga_60 with a horizontal period of 48360 ns. Transmit Start \xfe Projector address...
  • Page 224: Horizontal Period, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x5b Data[0] \x00 Data[1] \x00 Data[2] \xbc Data[3] \xe8 Checksum \x21 Stop...
  • Page 225: Horizontal Period, Write

    Data[0..3] = horizontal period in nanoseconds. Data[0] msb of value Data[1] Data[2] Data[3] lsb of value Example : Set the horizontal period to 48360 ns (xga_60) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1]...
  • Page 226: Horizontal Period, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 227: Information Display, Read

    information display, read Description : Read the information display codes. Command : Command[0] \x73 Data : No data bytes. Return data : Data[0] high byte Data[1] low byte bit 0 bit5 bit1 bit6 bit4 bit2 bit3 bit7 bit7 = most significant bit...
  • Page 228: Information Display, Read

    Example : Read the information display of a projector with address \x01. Suppose it shows "F1.". Transmit Start \xfe Projector address \x01 Command[0] \x73 Checksum \x74 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00...
  • Page 229: Infrared Ports, Read

    infrared ports, read Description : Read the status of the infrared ports. Command : Command[0] \x6f Data : No data bytes. Return data : Data[0] = status. bit# bit = 0 bit = 1 bit0 (lsb) receiver front receiver front disabled enabled bit1...
  • Page 230: Infrared Ports, Read

    Example : Read the status of the infrared ports of a projector with address \x01. Suppose a hardwired remote is used and the front and rear receiver are enabled. Transmit Start \xfe Projector address \x01 Command[0] \x6f...
  • Page 231: Infrared Ports, Write

    * : when no hardwired remote is connected, the receiver front and rear cannot be disabled; so bit0 and bit1 will take effect after a hardwired remote has been connected. Example : Enable the front and rear receiver of a projector with address \x01. Transmit Start \xfe...
  • Page 232: Infrared Ports, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 233: Installation, Read

    Data[0] = installation. Installation Data[0] Front/Table \x40 Front/Ceiling \x80 Rear/Table \x00 Rear/Ceiling \xc0 Example : Read installation of a projector with address \x01. Suppose the projector is installed in front/ceiling. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x24 Checksum...
  • Page 234: Installation, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x24 Data[0] \x80 \x00 Checksum \xc6 Stop \xff...
  • Page 235: Installation, Write

    Data : Data[0] = installation. Installation Data[0] Front/Table \x40 Front/Ceiling \x80 Rear/Table \x00 Rear/Ceiling \xc0 Example : Set the installation of a projector with address \x01 to front/ceiling. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x24 Data[0] \x80...
  • Page 236: Interlaced, Read

    Return data : Data[0] = interlaced value. Data[0] Not interlaced \x00 Interlaced \x01 Example : Read the actual value of interlaced of a projector with address \x01. Suppose the signal is interlaced. Transmit Start \xfe Projector address \x01 Command[0] \x21...
  • Page 237: Interlaced, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x60 Data[0] \x00 Checksum \x82 Stop \xff...
  • Page 238: Interlaced, Write Off

    Tell the projector the signal applied is not interlaced. Command : Command[0] \x26 Command[1] \x60 Data : No data bytes. Example : Define the signal as not interlaced on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26...
  • Page 239: Interlaced, Write On

    Tell the projector the signal applied is interlaced. Command : Command[0] \x27 Command[1] \x60 Data : No data bytes. Example : Define the signal as interlaced on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27...
  • Page 240: Internal Pattern, Write

    internal pattern, write Description : Write an internaly generated pattern. Command : Command[0] \x41 Data : Convergence green Data[0] \x01 Convergence red/green Data[0] \x02 Convergence blue/green Data[0] \x03 Convergence red/blue/green Data[0] \x21 Data[1] \x20 Hatch Data[0] \x04 Checkerboard Data[0] \x19 Color bars Data[0] \x1a...
  • Page 241: Internal Pattern, Write

    internal pattern, write Outline Data[0] \x1c Alpha numeric characters Data[0] \x23 Page character Data[0] \x22 Data[1] ascii code of an alphabetic character Purity Data[0] \x20 To change the color of the purity pattern, use the command “palette entry, write” and change palette entry 1.
  • Page 242: Internal Pattern, Write

    internal pattern, write Leveling pattern (fine) Data[0] \x25 Data[1] \x01 (red) or \x02 (green) or \x03 (blue) Data[2] \x01 (position 1) or \x02 (position 2) or \x03 (position 3) or \x04 (position 4) or \x05 (position 5) or \x06 (position 6) Data[3] \x00..\x255 (“contrast”...
  • Page 243: Internal Pattern, Write

    Example : Write the purity internal pattern on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x41 Data[0] \x20 Checksum \x62 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1]...
  • Page 244: Keystone Horizontal, Decrement

    Description : Decrement the horizontal keystone. Command : Command[0] \x23 Command[1] \x50 Data : No data bytes. Example : Decrement the horizontal keystone of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 245: Keystone Horizontal, Increment

    Description : Increment the horizontal keystone. Command : Command[0] \x22 Command[1] \x50 Data : No data bytes. Example : Increment the horizontal keystone of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 246: Keystone Horizontal, Read

    Data[0..1] = value of the horizontal keystone. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of the horizontal keystone of a projector with address \x01. Suppose the horizontal keystone equals 0. Transmit Start \xfe Projector address \x01...
  • Page 247: Keystone Horizontal, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x50 Data[0] \x00 Data[1] \x00 Checksum \x72 Stop \xff...
  • Page 248: Keystone Horizontal, Write

    \x50 Data : Data[0..1] = value of the horizontal keystone. Data[0] msb of value Data[1] lsb of value Example : Set the horizontal keystone to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 249: Keystone Horizontal, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 250: Lamp, Read History

    Command[0] \x74 Data : No data bytes. Projector type : Only for projectors that don't have a memory chip attached to the lamp. See your Owner's Manual if the "Lamp History" item exists in the menu structure. Return data :...
  • Page 251: Lamp, Read Run Time

    Formula : Lamp run time (hours) = Data[0]*256 3 + Data[1]*256 2 + Data[2]*256 + Data[3] Example : Read the lamp run time of a projector with address \x01. Suppose the lamp run time is 100 hours. Transmit Start \xfe...
  • Page 252: Lamp, Read Run Time

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x64 Data[0] \x00 Data[1] \x00 Data[2] \x00 Data[3] \x64 Checksum \xc9 Stop \xff...
  • Page 253: Lamp, Read Serial Number

    Return data : The return data-transfer being the lamp serial number is a pascal-language string (see syntax). Example : Read the lamp serial number of a projector with address \x01. Suppose the lamp serial number is '0655230'. Transmit Start \xfe...
  • Page 254: Lamp, Read Serial Number

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x63 Data[0] \x07 Data[1] \x30 (= '0') Data[2] \x36 (= '6') Data[3] \x35 (= '5')
  • Page 255: Lamp, Read Status

    lamp, read status Description : Read the lamp status. Command : Command[0] \x6c Data : No data bytes. Return data : Data[0] = lamp status.
  • Page 256: Lamp, Read Status

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x6c Data[0] \x01 Checksum \x6e Stop \xff...
  • Page 257: Lamp, Write Status

    = 0 bit = 1 bit0 nominal power high power Projector type : BD8100(LC), BG8100(LC), BG8200(LC), BG9200(LC). Example : Set the lamp status to high power of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 258: Lamp, Write Status

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 259: Lamp, Reset Run Time

    \x30..\x39 Data[4] \x30..\x39 Data[5] \x30..\x39 Data[6] \x30..\x39 Data[7] \x30..\x39 Projector type : Only for projectors that don't have a memory chip attached to the lamp. See your Owner's Manual if the "Reset Lamp Runtime" item exists in the menu structure.
  • Page 260: Language, Read

    Return data : Data[0] = language. Language Data[0] English (International) \x00 French \x01 Spanish \x02 Deutsch \x03 Chinese \x04 Example : Read the language used for the on-screen-display of a projector with address \x01. Suppose the language is "English (International)".
  • Page 261: Language, Read

    Transmit Start \xfe Projector address \x01 Command[0] \x71 Checksum \x72 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x71 Data[0] \x00...
  • Page 262: Language, Write

    \x02 Deutsch \x03 Chinese \x04 Projector type : See your Owner's Manual to verify what languages are supported by the projector software. Example : Change the language used for the on-screen-display of a projector with address \x01 to "English (International)".
  • Page 263: Language, Write

    Transmit Start \xfe Projector address \x01 Command[0] \x70 Data[0] \x00 Checksum \x71 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 264: Lens, Bridge

    Command[1] \x85 Data : Direction Data[0] \x00 Down \x01 Projector type : All projectors with motorized lens bridge. Example : Open the bridge of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf4 Command[1] \x85 Data[0]...
  • Page 265: Lens, Bridge

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 266: Lens, Focus

    Data : Data[0] = direction. Direction Data[0] Near \x00 \x01 Projector type : All projectors with motorized lens adjustment. Example : Focus the lens of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf4 Command[1] \x83...
  • Page 267: Lens, Focus

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 268: Lens, Shift

    \x00 Down \x01 Left \x02 Right \x03 Projector type : All projectors with motorized lens adjustment. Example : Shift the lens up of of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf4 Command[1] \x81 Data[0]...
  • Page 269: Lens, Shift

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 270: Lens, Tilt

    Data[0] = direction. Direction Data[0] Counterclockwise \x00 Clockwise \x01 Projector type : All projectors with motorized tilt adjustment. Example : Change the tilt in counterwise direction of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf4 Command[1]...
  • Page 271: Lens, Tilt

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 272: Lens, Zoom

    Command[1] \x82 Data : Data[0] = direction. Direction Data[0] \x00 \x01 Projector type : All projectors with motorized lens adjustment. Example : Lens-zoom-in of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf4 Command[1] \x82 Data[0]...
  • Page 273: Lens, Zoom

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 274: Lines Active, Decrement

    Decrement the active number of lines. Command : Command[0] \x23 Command[1] \x59 Data : No data bytes. Example : Decrement the active number of lines on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23...
  • Page 275: Lines Active, Increment

    Increment the active number of lines. Command : Command[0] \x22 Command[1] \x59 Data : No data bytes. Example : Increment the active number of lines on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22...
  • Page 276: Lines Active, Read

    Data[0..1] = active number of lines. Data[0] msb of value Data[1] lsb of value Example : Read the active number of lines on a projector with address \x01. Suppose the active number of lines is 480 (\x01e0). Transmit Start \xfe...
  • Page 277: Lines Active, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x59 Data[0] \x01 Data[1] \xe0 Checksum \x5c Stop \xff...
  • Page 278: Lines Active, Write

    Data : Data[0..1] = active number of lines. Data[0] msb of value Data[1] lsb of value Example : Set the active number of lines to 480 (\x01e0) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 279: Lines Active, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 280: Line Start, Decrement

    Description : Decrement the value of line start. Command : Command[0] \x23 Command[1] \x5a Data : No data bytes. Example : Decrement line start on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 281: Line Start, Increment

    Description : Increment the value of line start. Command : Command[0] \x22 Command[1] \x5a Data : No data bytes. Example : Increment line start on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 282: Line Start, Read

    Return data : Data[0..1] = line start. Data[0] msb of value Data[1] lsb of value Example : Read the value of line start on a projector with address \x01. Suppose the value is 20 (\x0014). Transmit Start \xfe Projector address \x01...
  • Page 283: Line Start, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x5a Data[0] \x00 Data[1] \x14 Checksum \x90 Stop \xff...
  • Page 284: Line Start, Write

    \x5a Data : Data[0..1] = line start. Data[0] msb of value Data[1] lsb of value Example : Set the value of line start to 20 (\x0014) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 285: Line Start, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 286: Lines Total, Decrement

    Decrement the total number of lines. Command : Command[0] \x23 Command[1] \x58 Data : No data bytes. Example : Decrement the total number of lines on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23...
  • Page 287: Lines Total, Increment

    Increment the total number of lines. Command : Command[0] \x22 Command[1] \x58 Data : No data bytes. Example : Increment the total number of lines on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22...
  • Page 288: Lines Total, Read

    Data[0..1] = total number of lines. Data[0] msb of value Data[1] lsb of value Example : Read the total number of lines on a projector with address \x01. Suppose the total number of lines is 525 (\x020d). Transmit Start \xfe Projector address...
  • Page 289: Lines Total, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x58 Data[0] \x02 Data[1] \x0d Checksum \x89 Stop \xff...
  • Page 290: Lines Total, Write

    Data : Data[0..1] = total number of lines. Data[0] msb of value Data[1] lsb of value Example : Set the total number of lines to 525 (\x020d) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 291: Lines Total, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 292: Lock Audio, Read

    Input 2 or B \x02 Input 3 or C \x03 Projector type : BD2100(LC), BD3000(LC), BD3100(LC), BD3200(LC), BD3300(LC). Example : Read the audio lock status of a projector with address \x01. Suppose the audio signal is locked on audio input 1.
  • Page 293: Lock Audio, Read

    Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x3f Checksum \x61 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0]...
  • Page 294: Lock Audio, Write

    \x00 Input 1 or A \x01 Input 2 or B \x02 Input 3 or C \x03 Projector type : BD2100(LC), BD3000(LC), BD3100(LC), BD3200(LC), BD3300(LC). Example : Lock the audio signal on audio input 1 of a projector with address \x01.
  • Page 295: Lock Audio, Write

    Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x3f Data[0] \x01 Checksum \x61 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 296: Logo, Read Background

    Return data : Data[0] = logo background. Background Data[0] Off (transparent) \x00 On (black) \x01 Example : Read the background of the logo of a projector with address \x01. Suppose the background is off. Transmit Start \xfe Projector address \x01 Command[0] \xf1...
  • Page 297: Logo, Read Background

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x82 Data[0] \x00 Checksum \x74 Stop \xff...
  • Page 298: Logo, Read Hot-Key

    No data bytes. Return data : Data[0] = logo hot-key. Hot-key Data[0] \x00 <TEXT> \x0d Example : Read the hot-key of the logo of a projector with address \x01. Suppose the hot-key is off. Transmit Start \xfe Projector address \x01 Command[0] \xf1...
  • Page 299: Logo, Read Hot-Key

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x83 Data[0] \x00 Checksum \x75 Stop \xff...
  • Page 300: Logo, Read Position

    Data : No data bytes. Return data : Data[0] = horizontal position. Data[1] = vertical position. Example : Read the position of the logo of a projector with address \x01. Suppose the position equals (1, 1). Transmit Start \xfe Projector address...
  • Page 301: Logo, Read Position

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x84 Data[0] \x01 Data[1] \x01 Checksum \x78 Stop \xff...
  • Page 302: Logo, Read Status

    No data bytes. Return data : Data[0] = logo status. Status Data[0] \x00 \x01 Example : Read the status of the logo of a projector with address \x01. Suppose the status is on. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 303: Logo, Read Status

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x81 Data[0] \x01 Checksum \x74 Stop \xff...
  • Page 304: Logo, Write Background

    Command[1] \x02 Data : Data[0] = logo background. Background Data[0] Off (transparent) \x00 On (black) \x01 Example : Set the logo background off of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x02 Data[0]...
  • Page 305: Logo, Write Background

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 306: Logo, Write Hot-Key

    Command[0] \xf1 Command[1] \x03 Data : Data[0] = logo hot-key. Hot-key Data[0] \x00 <TEXT> \x0d Example : Set the logo hot-key to <TEXT> of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x03 Data[0]...
  • Page 307: Logo, Write Hot-Key

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 308: Logo, Write Position

    Command : Command[0] \xf1 Command[1] \x04 Data : Data[0] = horizontal position. Data[1] = vertical position. Example : Set the logo position to (1, 1) of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf1 Command[1]...
  • Page 309: Logo, Write Position

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 310: Logo, Write Status

    Command : Command[0] \xf1 Command[1] \x01 Data : Data[0] = logo status. Status Data[0] \x00 \x01 Example : Set the logo on of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \xf1 Command[1] \x01 Data[0] \x01...
  • Page 311: Logo, Write Status

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 312: Menu, Exit

    \x42 Command[1] \x01 Data : Data[0] \x01 Exit one menu \xff Exit all menus Example : Exit all menus on a projector with address \x01. (Go back to operational mode) Transmit Start \xfe Projector address \x01 Command[0] \x42 Command[1] \x01...
  • Page 313: Menu, Exit

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 314: Moca, Read Version

    Note : there is no return data when the MOCA processor doesn't respond (not installed or busy). Projector type : All projectors equipped with MOCA. Example : Read the version of the MOCA software on a projector with address \x01. Suppose the version number is '1.02'. Transmit Start \xfe...
  • Page 315: Moca, Read Version

    MOCA, read version Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \xf3 Command[1] \x82 Data[0] \x31 (= '1') Data[1] \x2e (= '.') Data[2] \x30 (= '0')
  • Page 316: Moca, Set Blue To Midposition

    \xf3 Command[1] \x06 Data : No data bytes. Projector type : All projectors equipped with MOCA. Example : Set the "blue motors" of the MOCA on a projector with address \x01 to midposition. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 317: Moca, Set Green To Midposition

    \xf3 Command[1] \x04 Data : No data bytes. Projector type : All projectors equipped with MOCA. Example : Set the "green motors" of the MOCA on a projector with address \x01 to midposition. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 318: Moca, Set Red To Midposition

    \xf3 Command[1] \x05 Data : No data bytes. Projector type : All projectors equipped with MOCA. Example : Set the "red motors" of the MOCA on a projector with address \x01 to midposition. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 319: Moca, Set To Midposition

    \xf3 Command[1] \x07 Data : No data bytes. Projector type : All projectors equipped with MOCA. Example : Set all motors of the MOCA on a projector with address \x01 to midposition. Transmit Start \xfe Projector address \x01 Command[0] \xf3...
  • Page 320: Moca, Write Blue

    MOCA, write blue Description : Change the state of a "blue motor" of the MOCA. Command : Command[0] \xf3 Command[1] \x03 Data : Data[0] = Position on the screen (see osd internal pattern) Position Data[0] \x01 \x02 \x03 \x04 \x05 \x06 \x07 Data[1] = Direction (see osd internal pattern)
  • Page 321: Moca, Write Blue

    MOCA, write blue Projector type : All projectors equipped with MOCA. Example : Change the state of a "blue motor" of the MOCA on a projector with address \x01 by executing "6 up". Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 322: Moca, Write Green

    MOCA, write green Description : Change the state of a "green motor" of the MOCA. Command : Command[0] \xf3 Command[1] \x01 Data : Data[0] = Position on the screen (see osd internal pattern) Position Data[0] \x01 \x02 \x03 \x04 \x05 \x06 \x07 Data[1] = Direction (see osd internal pattern)
  • Page 323: Moca, Write Green

    MOCA, write green Projector type : All projectors equipped with MOCA. Example : Change the state of a "green motor" of the MOCA on a projector with address \x01 by executing "6 up". Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 324: Moca, Write Red

    MOCA, write red Description : Change the state of a "red motor" of the MOCA. Command : Command[0] \xf3 Command[1] \x02 Data : Data[0] = Position on the screen (see osd internal pattern) Position Data[0] \x01 \x02 \x03 \x04 \x05 \x06 \x07 Data[1] = Direction (see osd internal pattern)
  • Page 325: Moca, Write Red

    MOCA, write red Projector type : All projectors equipped with MOCA. Example : Change the state of a "red motor" of the MOCA on a projector with address \x01 by executing "6 up". Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 326: Panel, Read Size

    panel, read size Description : Read the size (in pixels) of the lcd panel. Command : Command[0] \xf0 Command[1] \x01 Data : No data bytes. Return data : Data[0..1] = number of pixels in horizontal direction. Data[2..3] = number of pixels in vertical direction. Data[0] msb of hpix Data[1]...
  • Page 327: Panel, Read Size

    Example : Read the size of the lcd panel of a projector with address \x01. Suppose the size is 1024 x 768 pixels. Transmit Start \xfe Projector address \x01 Command[0] \xf0 Command[1] \x01 Checksum \xf2 Stop \xff...
  • Page 328: Peripheral Source, Write

    Description : Select a source on an external switcher that is not in direct communication with the projector (800-port not used). Command : Command[0] \x33 Command[1] \xff Data : Data[0] = source number (\x01..\x63). Data[1] = external slot type...
  • Page 329: Peripheral Source, Write

    \x01 Note : - The external switcher has to be connected to the projector the same way a BARCO 800 peripheral is normally connected. (See the Owner's Manual of your projector) - The source number (Data[0]) can be used to make sure...
  • Page 330: Peripheral Source, Write

    Example : Select source 1, type ' RGB Analog Input - Separate Sync', mode 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x33 Command[1] \x80 \x7f Data[0] \x01 Data[1] \x05 Data[2]...
  • Page 331: Phase, Read

    phase, read Description : Read the actual phase value. Command : Command[0] \x21 Command[1] \x06 Data : No data bytes. Return data : Data[0] = phase value.
  • Page 332: Phase, Read

    Example : Read the actual phase value of a projector with address \x01. Suppose the phase equals \x03. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x06 Checksum \x28 Stop \xff Receive (acknowledge) Start \xfe Projector address...
  • Page 333: Phase, Write

    Write a new phase value. Command : Command[0] \x20 Command[1] \x06 Data : Data[0] = phase value or Data[0..1] = phase value (msb first) Projector type : 1 byte phase value BD2100(LC), BD3000(LC), BD3100(LC) BD5000(LC), BD8000(LC) 2 byte phase value others...
  • Page 334: Phase, Write

    Example : Set the phase to \x03 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x06 Data[0] \x03 Checksum \x2a Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00...
  • Page 335: Pixels Active, Decrement

    Decrement the active number of pixels. Command : Command[0] \x23 Command[1] \x5d Data : No data bytes. Example : Decrement the active number of pixels on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23...
  • Page 336: Pixels Active, Increment

    Increment the active number of pixels. Command : Command[0] \x22 Command[1] \x5d Data : No data bytes. Example : Increment the active number of pixels on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22...
  • Page 337: Pixels Active, Read

    Data[0..1] = active number of pixels. Data[0] msb of value Data[1] lsb of value Example : Read the active number of pixels on a projector with address \x01. Suppose the active number of pixels is 640 (\x0280). Transmit Start \xfe...
  • Page 338: Pixels Active, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x5d Data[0] \x02 Data[1] \x80 \x00 Checksum \x01 Stop \xff...
  • Page 339: Pixels Active, Write

    Data : Data[0..1] = active number of pixels. Data[0] msb of value Data[1] lsb of value Example : Set the active number of pixels to 640 (\x0280) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 340: Pixels Active, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 341: Pixel Start, Decrement

    Description : Decrement the value of pixel start. Command : Command[0] \x23 Command[1] \x5e Data : No data bytes. Example : Decrement pixel start on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 342: Pixel Start, Increment

    Description : Increment the value of pixel start. Command : Command[0] \x22 Command[1] \x5e Data : No data bytes. Example : Increment pixel start on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 343: Pixel Start, Read

    Return data : Data[0..1] = pixel start. Data[0] msb of value Data[1] lsb of value Example : Read the value of pixel start on a projector with address \x01. Suppose the value is 20 (\x0014). Transmit Start \xfe Projector address \x01...
  • Page 344: Pixel Start, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x5e Data[0] \x00 Data[1] \x14 Checksum \x94 Stop \xff...
  • Page 345: Pixel Start, Write

    \x5e Data : Data[0..1] = pixel start. Data[0] msb of value Data[1] lsb of value Example : Set the value of pixel start to 20 (\x0014) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 346: Pixel Start, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 347: Pixels Total, Decrement

    Decrement the total number of pixels. Command : Command[0] \x23 Command[1] \x5c Data : No data bytes. Example : Decrement the total number of pixels on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23...
  • Page 348: Pixels Total, Increment

    Increment the total number of pixels. Command : Command[0] \x22 Command[1] \x5c Data : No data bytes. Example : Increment the total number of pixels on a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22...
  • Page 349: Pixels Total, Read

    Data[0..1] = total number of pixels. Data[0] msb of value Data[1] lsb of value Example : Read the total number of pixels on a projector with address \x01. Suppose the total number of pixels is 800 (\x0320). Transmit Start \xfe...
  • Page 350: Pixels Total, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x5c Data[0] \x03 Data[1] \x20 Checksum \xa1 Stop \xff...
  • Page 351: Pixels Total, Write

    Data : Data[0..1] = total number of pixels. Data[0] msb of value Data[1] lsb of value Example : Set the total number of pixels to 800 (\x0320) on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 352: Pixels Total, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 353: Programmable Blanking, Write

    programmable blanking, write Description : Write blanking shapes (circles, rectangles, lines and triangles). (OPTIONAL) Command : Command[0] \xe1 Data : Data for a solid circle with centre (x, y) and radius r. Data Data[n] 'C' = '\x43' Data[n+1] x(msb) Data[n+2] x(lsb) Data[n+3] y(msb)
  • Page 354: Programmable Blanking, Write

    programmable blanking, write Data for a solid rectangle with coordinates (x1, y1) (x2, y2). Data Data[n] 'R' = '\x52' Data[n+1] x1(msb) Data[n+2] x1(lsb) Data[n+3] y1(msb) Data[n+4] y1(lsb) Data[n+5] x2(msb) Data[n+6] x2(lsb) Data[n+7] y2(msb) Data[n+8] y2(lsb) Data for a hole rectangle with coordinates (x1, y1) (x2, y2).
  • Page 355: Programmable Blanking, Write

    programmable blanking, write Data for a solid line with coordinates (x1, y) (x2, y). Data Data[n] 'L' = '\x4c' Data[n+1] y(msb) Data[n+2] y(lsb) Data[n+3] x1(msb) Data[n+4] x1(lsb) Data[n+5] x2(msb) Data[n+6] x2(lsb) Data for a hole line with coordinates (x1, y) (x2, y). Data Data[n] 'l' = '\x6c'...
  • Page 356: Programmable Blanking, Write

    programmable blanking, write Data for a solid triangle with coordinates (x1, y1) (x2, y2) (x3, y3). Data Data[n] 'T' = '\x54' Data[n+1] x1(msb) Data[n+2] x1(lsb) Data[n+3] y1(msb) Data[n+4] y1(lsb) Data[n+5] x2(msb) Data[n+6] x2(lsb) Data[n+7] y2(msb) Data[n+8] y2(lsb) Data[n+9] x3(msb) Data[n+10] x3(lsb) Data[n+11] y3(msb)
  • Page 357: Programmable Blanking, Write

    - "Hole shape" means no blanking inside the shape. - The first pixel on the screen (top/left) has coordinate (0,0). Example : Draw following blanking pattern on a projector with address \x01. - hole circle (x=350, y=250, r=200) solid rectangle (x1=300, y1=200, x2=400, y2=300)
  • Page 358: Programmable Blanking, Write

    Transmit Start \xfe Projector address \x01 Command[0] \xe1 Data[0] \x63 Data[1] \x01 Data[2] \x5e Data[3] \x00 Data[4] \xfa Data[5] \x00 Data[6] \xc8 Data[7] \x52 Data[8] \x01 Data[9] \x2c Data[10] \x00 Data[11] \xc8 Data[12] \x01 Data[13] \x90 Data[14]...
  • Page 359: Projector, Read Run Time

    Formula : Projector run time (seconds) = Data[0]*256 3 + Data[1]*256 2 + Data[2]*256 + Data[3] Example : Read the projector run time of a projector with address \x01. Suppose the projector run time is 3000 hours (10800000 seconds). Transmit...
  • Page 360: Projector, Read Run Time

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x62 Data[0] \x00 Data[1] \xa4 Data[2] \xcb Data[3] \x80 \x00 Checksum \x52 Stop...
  • Page 361: Projector, Read Serial Number

    No data bytes. Return data : The return data-transfer being the projector serial number is a pascal-language string (see syntax). Example : Read the serial number of a projector with address \x01. Suppose the projector serial number is '0000001'. Transmit Start \xfe...
  • Page 362: Projector, Read Serial Number

    Receive (answer) Start \xfe Projector address \x01 Command[0] \x61 Data[0] \x07 Data[1] \x30 (= '0') Data[2] \x30 (= '0') Data[3] \x30 (= '0') Data[4] \x30 (= '0') Data[5] \x30 (= '0') Data[6] \x30 (= '0') Data[7]...
  • Page 363: Projector, Read Type

    No data bytes. Return data : The return data-transfer being the projector type is a pascal-language string (see syntax). Example : Read the projector type of a projector with address \x01. Suppose the projector is a 'BARCODATA 8100'. Transmit Start \xfe...
  • Page 364: Projector, Read Type

    Receive (answer) Start \xfe Projector address \x01 Command[0] \x6b Data[0] \x0e Data[1] \x42 (= 'B') Data[2] \x41 (= 'A') Data[3] \x52 (= 'R') Data[4] \x43 (= 'C') Data[5] \x4f (= 'O') Data[6] \x44 (= 'D') Data[7] \x41 (= 'A')
  • Page 365: Projector, Write Address

    Data : Data[0] = projector address. Data[0] \x00..\xff Note : The acknowledge will be sent with the original projector address. Example : Set the address of a projector with address \x01 to \x20. Transmit Start \xfe Projector address \x01 Command[0] \x6d...
  • Page 366: Projector, Write Address

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 367: Sharpness, Read

    Read the actual sharpness value. Command : Command[0] \x21 Command[1] \x05 Data : No data bytes. Return data : Data[0] = sharpness value. Exception list Projector On screen Data[0] Type BD5000(LC), "-4 db" \x00 BD8000(LC) "0 db" \x01 "3,5 db"...
  • Page 368: Sharpness, Read

    Example : Read the actual sharpness value of a projector with address \x01. Suppose the sharpness equals \x03. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x05 Checksum \x27 Stop \xff Receive (acknowledge) Start \xfe Projector address...
  • Page 369: Sharpness, Write

    Description : Write a new sharpness value. Command : Command[0] \x20 Command[1] \x05 Data : Data[0] = sharpness value. Exception list Projector On screen Data[0] Type BD5000(LC), "-4 db" \x00 BD8000(LC) "0 db" \x01 "3,5 db" \x02 "6 db"...
  • Page 370: Sharpness, Write

    Example : Set the sharpness to \x03 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x05 Data[0] \x03 Checksum \x29 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00...
  • Page 371: Shift Horizontal, Decrement

    Description : Decrement the horizontal shift. Command : Command[0] \x23 Command[1] \x47 Data : No data bytes. Example : Decrement the horizontal shift of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 372: Shift Horizontal, Increment

    Description : Increment the horizontal shift. Command : Command[0] \x22 Command[1] \x47 Data : No data bytes. Example : Increment the horizontal shift of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 373: Shift Horizontal, Read

    Data[0..1] = value of the horizontal shift. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of the horizontal shift of a projector with address \x01. Suppose the horizontal shift equals 0. Transmit Start \xfe Projector address...
  • Page 374: Shift Horizontal, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x47 Data[0] \x00 Data[1] \x00 Checksum \x69 Stop \xff...
  • Page 375: Shift Horizontal, Write

    \x47 Data : Data[0..1] = value of the horizontal shift. Data[0] msb of value Data[1] lsb of value Example : Set the horizontal shift to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 376: Shift Horizontal, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 377: Shift Vertical, Decrement

    Description : Decrement the vertical shift. Command : Command[0] \x23 Command[1] \x48 Data : No data bytes. Example : Decrement the vertical shift of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 378: Shift Vertical, Increment

    Description : Increment the vertical shift. Command : Command[0] \x22 Command[1] \x48 Data : No data bytes. Example : Increment the vertical shift of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 379: Shift Vertical, Read

    Data[0..1] = value of the vertical shift. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of the vertical shift of a projector with address \x01. Suppose the vertical shift equals 0. Transmit Start \xfe Projector address...
  • Page 380: Shift Vertical, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x48 Data[0] \x00 Data[1] \x00 Checksum \x6a Stop \xff...
  • Page 381: Shift Vertical, Write

    \x48 Data : Data[0..1] = value of the vertical shift. Data[0] msb of value Data[1] lsb of value Example : Set the vertical shift to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 382: Shift Vertical, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 383: Size Horizontal, Decrement

    Description : Decrement the horizontal size. Command : Command[0] \x23 Command[1] \x49 Data : No data bytes. Example : Decrement the horizontal size of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 384: Size Horizontal, Increment

    Description : Increment the horizontal size. Command : Command[0] \x22 Command[1] \x49 Data : No data bytes. Example : Increment the horizontal size of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 385: Size Horizontal, Read

    Data[0..1] = value of the horizontal size. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of the horizontal size of a projector with address \x01. Suppose the horizontal size equals 0. Transmit Start \xfe Projector address...
  • Page 386: Size Horizontal, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x49 Data[0] \x00 Data[1] \x00 Checksum \x6b Stop \xff...
  • Page 387: Size Horizontal, Write

    \x49 Data : Data[0..1] = value of the horizontal size. Data[0] msb of value Data[1] lsb of value Example : Set the horizontal size to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 388: Size Horizontal, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 389: Size Vertical, Decrement

    Description : Decrement the vertical size. Command : Command[0] \x23 Command[1] \x4a Data : No data bytes. Example : Decrement the vertical size of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x23 Command[1]...
  • Page 390: Size Vertical, Increment

    Description : Increment the vertical size. Command : Command[0] \x22 Command[1] \x4a Data : No data bytes. Example : Increment the vertical size of a projector with address \x01 by one. Transmit Start \xfe Projector address \x01 Command[0] \x22 Command[1]...
  • Page 391: Size Vertical, Read

    Data[0..1] = value of the vertical size. Data[0] msb of value Data[1] lsb of value Example : Read the actual value of the vertical size of a projector with address \x01. Suppose the vertical size equals 0. Transmit Start \xfe Projector address...
  • Page 392: Size Vertical, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x4a Data[0] \x00 Data[1] \x00 Checksum \x6c Stop \xff...
  • Page 393: Size Vertical, Write

    \x4a Data : Data[0..1] = value of the vertical size. Data[0] msb of value Data[1] lsb of value Example : Set the vertical size to 0 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20...
  • Page 394: Size Vertical, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 395: Shutter, Close

    Slow \x01 Projector type : Some projectors don't make the difference between "Fast" and "Slow" speed. However, Data[0] must always be sent. Example : Close the shutter (full speed) of a projector with address \x01. Transmit Start \xfe Projector address...
  • Page 396: Shutter, Close

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 397: Shutter, Open

    Slow \x01 Projector type : Some projectors don't make the difference between "Fast" and "Slow" speed. However, Data[0] must always be sent. Example : Open the shutter (full speed) of a projector with address \x01. Transmit Start \xfe Projector address...
  • Page 398: Shutter, Open

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 399: Shutter, Read

    \x01 Undetermined \x02 Projector type : Some projectors cannot determine wheather the shutter is "Open" or "Closed". These projectors always return "Undetermined". Example : Read the actual shutter position of a projector with address \x01. Suppose the shutter is open.
  • Page 400: Shutter, Read

    Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x42 Checksum \x64 Stop \xff Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21...
  • Page 401: Software, Read Language

    No data bytes. Return data : The return data-transfer being the software language is a pascal-language string (see syntax). Example : Read the on-screen-display language of a projector with address \x01. Suppose the lanuage is 'ENGLISH'. Transmit Start \xfe Projector address...
  • Page 402: Software, Read Language

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x69 Data[0] \x07 Data[1] \x45 (= 'E') Data[2] \x4e (= 'N') Data[3] \x47 (= 'G')
  • Page 403: Software, Read Type

    No data bytes. Return data : The return data-transfer being the software type is a pascal-language string (see syntax). Example : Read the software type of a projector with address \x01. Suppose the lanuage is 'STANDARD'. Transmit Start \xfe Projector address...
  • Page 404: Software, Read Type

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x6a Data[0] \x08 Data[1] \x53 (= 'S') Data[2] \x54 (= 'T') Data[3] \x41 (= 'A')
  • Page 405: Software, Read Version

    No data bytes. Return data : The return data-transfer being the software version is a pascal-language string (see syntax). Example : Read the software version of a projector with address \x01. Suppose the version number is '1.02'. Transmit Start \xfe...
  • Page 406: Software, Read Version

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x60 Data[0] \x04 Data[1] \x31 (= '1') Data[2] \x2e (= '.') Data[3] \x30 (= '0')
  • Page 407: Source/Slot, Read Number+Mode

    source/slot, read number+mode Description : Read active source or slot number and its mode. Command : Command[0] \x34 Data : No data bytes. Return data : Data[0] = source or slot number (\x01..).
  • Page 408: Source/Slot, Read Number+Mode

    source/slot, read number+mode Data[1] = source or slot mode Video/S-Video Input Data[1] Mode \x00 Video \x01 S-Video RGB Analog Input - Separate Sync Data[1] Mode \x00 H/C : Composite Sync or H/C, V : Horizontal, Vertical Sync \x01 H/C : Composite Video Fixed 5-Cable Input Data[1] Mode...
  • Page 409: Source/Slot, Read Number+Mode

    source/slot, read number+mode RGB Analog Input - Sync On Green RGB3S/RG3SB Input - Separate Sync RGB3S/RG3SB Input - Sync On Green Component Input - Separate Sync Component Input - Sync On Y Component Input - Tri-Level Separate Sync Component Input - Tri-Level Sync On Y Data[1] Mode \x00...
  • Page 410: Source/Slot, Read Number+Mode

    Example : Read the active source/slot number+mode of a projector with address \x01. Suppose the source number equals \x03 and its mode equals \x01. Transmit Start \xfe Projector address \x01 Command[0] \x34 Checksum \x35 Stop \xff Receive (acknowledge)
  • Page 411: Source/Slot, Write Number+Mode

    source/slot, write number+mode Description : Select a source or slot and put it in a pre-defined mode (mode selection is optional). Command : Command[0] \x33 Data : Data[0] = source or slot number (\x01..).
  • Page 412: Source/Slot, Write Number+Mode

    source/slot, write number+mode Data[1] = source or slot mode OPTIONAL Video/S-Video Input Data[1] Mode \x00 Video \x01 S-Video RGB Analog Input - Separate Sync Data[1] Mode \x00 H/C : Composite Sync or H/C, V : Horizontal, Vertical Sync \x01 H/C : Composite Video Fixed 5-Cable Input Data[1] Mode...
  • Page 413: Source/Slot, Write Number+Mode

    \x00 \x01 Remark : If only one data byte has been sent (Data[0]), the slot will be selected in its previous mode. Example : Select source 1, mode 1 of a projector with address \x01. Transmit Start \xfe Projector address...
  • Page 414: Sync, Read

    Read slow/fast sync (only active when the decoder is used). Command : Command[0] \x21 Command[1] \x27 Data : No data bytes. Return data : Data[0] = sync. Sync Data[0] Slow \x00 Fast \x04 Projector type : BD2100(LC), BD3000(LC), BD3100(LC), BD5100(LC), BD8100(LC), BG8100(LC)..
  • Page 415: Sync, Read

    Example : Read the sync status of a projector with address \x01. Suppose the sync status equals fast. Transmit Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x27 Checksum \x49 Stop \xff Receive (acknowledge) Start \xfe Projector address...
  • Page 416: Sync, Write Fast

    \x27 Command[1] \x27 Data : No data bytes. Projector type : BD2100(LC), BD3000(LC), BD3100(LC), BD5100(LC), BD8100(LC), BG8100(LC).. Example : Set the sync to fast of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1] \x27...
  • Page 417: Sync, Write Slow

    \x26 Command[1] \x27 Data : No data bytes. Projector type : BD2100(LC), BD3000(LC), BD3100(LC), BD5100(LC), BD8100(LC), BG8100(LC).. Example : Set the sync to slow of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1] \x27...
  • Page 418: Text, Write Off

    Set text off (identical to TEXT button on infrared remote control). Command : Command[0] \x0e Data : No data bytes. Example : Set text off of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x0e Checksum...
  • Page 419: Text, Write On

    Set text on (identical to TEXT button on infrared remote control). Command : Command[0] \x0d Data : No data bytes. Example : Set text on of a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x0d Checksum...
  • Page 420: Tint, Read

    Data[0] = tint value. Note : This command is only active when the internal decoder is used and the signal is NTSC. Example : Read the actual tint value of a projector with address \x01. Suppose the tint equals 0. Transmit Start \xfe...
  • Page 421: Tint, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x04 Data[0] \x00 Checksum \x26 Stop \xff...
  • Page 422: Tint, Write

    Data[0] = tint value. Note : This command is only active when the internal decoder is used and the signal is NTSC. Example : Set the tint to 0 on a projector with address \x01. Transmit Start \xfe Projector address...
  • Page 423: Tint, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 424: Treble, Read

    No data bytes. Return data : Data[0] = treble value. Projector type : All projectors with audio control. Example : Read the actual treble value of a projector with address \x01. Suppose the volume equals \xff. Transmit Start \xfe Projector address...
  • Page 425: Treble, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x09 Data[0] \x80 \x7f Checksum \x2a Stop \xff...
  • Page 426: Treble, Write

    Command[0] \x20 Command[1] \x09 Data : Data[0] = treble value. Projector type : All projectors with audio control. Example : Set the treble to \xff on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1]...
  • Page 427: Treble, Write

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff...
  • Page 428: Vertical Refresh, Read

    Data[0] = value of the vertical refresh. Data[0] Sync \x00 Async \x01 Example : Read the actual value of the vertical refresh of a projector with address \x01. Suppose the vertical refresh is synchronous. Transmit Start \xfe Projector address \x01...
  • Page 429: Vertical Refresh, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x61 Data[0] \x00 Checksum \x83 Stop \xff...
  • Page 430: Vertical Refresh, Write Synchronous

    Set the vertical refresh to synchronous. Command : Command[0] \x26 Command[1] \x61 Data : No data bytes. Example : Set the vertical refresh to synchronous on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26 Command[1]...
  • Page 431: Vertical Refresh, Write Asynchronous

    Set the vertical refresh to asynchronous. Command : Command[0] \x27 Command[1] \x61 Data : No data bytes. Example : Set the vertical refresh to asynchronous on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27 Command[1]...
  • Page 432: Vertical Sync Polarity, Read

    Data[0] = value of the vertical sync polarity. Data[0] Leading \x00 Trailing \x01 Example : Read the actual value of the vertical sync polarity of a projector with address \x01. Suppose the vertical sync polarity is leading. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 433: Vertical Sync Polarity, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x64 Data[0] \x00 Checksum \x86 Stop \xff...
  • Page 434: Vertical Sync Polarity, Write Leading

    Set the vertical sync polarity to leading. Command : Command[0] \x26 Command[1] \x64 Data : No data bytes. Example : Set the vertical sync polarity to leading on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x26...
  • Page 435: Vertical Sync Polarity, Write Trailing

    Set the vertical sync polarity to trailing. Command : Command[0] \x27 Command[1] \x64 Data : No data bytes. Example : Set the vertical sync polarity to trailing on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x27...
  • Page 436: Volume, Read

    \x21 Command[1] \x07 Data : No data bytes. Return data : Data[0] = volume value. Example : Read the actual volume value of a projector with address \x01. Suppose the volume equals \x10. Transmit Start \xfe Projector address \x01 Command[0]...
  • Page 437: Volume, Read

    Receive (acknowledge) Start \xfe Projector address \x01 Command[0] \x00 Command[1] \x06 Checksum \x07 Stop \xff Receive (answer) Start \xfe Projector address \x01 Command[0] \x21 Command[1] \x07 Data[0] \x10 Checksum \x39 Stop \xff...
  • Page 438: Volume, Write

    Write a new volume value. Command : Command[0] \x20 Command[1] \x07 Data : Data[0] = volume value. Example : Set the volume to \x10 on a projector with address \x01. Transmit Start \xfe Projector address \x01 Command[0] \x20 Command[1] \x07...
  • Page 439: Appendix : Command Summary

    Appendix : Command summary...
  • Page 440: Appendix : Command Summary

    appendix : command summary 2 line LCD, read : \x7a\x01 2 line LCD, read backlight : \x7a\x04 2 line LCD, read cursor : \x7a\x03 2 line LCD, read format : \x7a\x06 2 line LCD, read text : \x7a\x02 2 line LCD, write backlight : \x7a\x84[value] 2 line LCD, write clear : \x7a\x85 2 line LCD, write cursor : \x7a\x83[x][y][status][blink] 2 line LCD, write text : \x7a\x82[text]...
  • Page 441: Appendix : Command Summary

    appendix : command summary blanking bottom, decrement : \x23\x4d blanking bottom, increment : \x22\x4d blanking bottom, read : \x21\x4d blanking bottom, write : \x20\x4d[value] blanking left, decrement : \x23\x4e blanking left, increment : \x22\x4e blanking left, read : \x21\x4e blanking left, write : \x20\x4e[value] blanking right, decrement : \x23\x4f blanking right, increment : \x22\x4f blanking right, read : \x21\x4f...
  • Page 442: Appendix : Command Summary

    appendix : command summary color balance blue/green, decrement : \x23\x44 color balance blue/green, increment : \x22\x44 color balance blue/green, read : \x21\x44 color balance blue/green, write : \x20\x44[value] color balance red/green, decrement : \x23\x43 color balance red/green, increment : \x22\x43 color balance red/green, read : \x21\x43 color balance red/green, write : \x20\x43[value] color temperature, read : \x21\x45...
  • Page 443: Appendix : Command Summary

    appendix : command summary fade audio extern, decrement : \x23\x41 fade audio extern, increment : \x22\x41 fade audio extern, read : \x21\x41 fade audio extern, write : \x20\x41[value] fade audio intern, decrement : \x23\x40 fade audio intern, increment : \x22\x40 fade audio intern, read : \x21\x40 fade audio intern, write : \x20\x40[value] field polarity, read : \x21\x62...
  • Page 444: Appendix : Command Summary

    appendix : command summary information display, read : \x73 infrared control, * : \x30\x77 infrared control, 0 : \x30\x19 infrared control, 1 : \x30\x10 infrared control, 2 : \x30\x11 infrared control, 3 : \x30\x12 infrared control, 4 : \x30\x13 infrared control, 5 : \x30\x14 infrared control, 6 : \x30\x15 infrared control, 7 : \x30\x16 infrared control, 8 : \x30\x17...
  • Page 445: Appendix : Command Summary

    appendix : command summary infrared control, ENTER : \x30\x0a infrared control, EXIT : \x30\x08 infrared control, FREEZ : \x30\x1b infrared control, F1 : \x30\x6b infrared control, F2 : \x30\x6c infrared control, F3 : \x30\x6d infrared control, F4 : \x30\x6e infrared control, F5 : \x30\x6f infrared control, HELP : \x30\x09 infrared control, MUTE : \x30\x1f infrared control, PAUSE : \x30\x0f...
  • Page 446: Appendix : Command Summary

    appendix : command summary installation, read : \x21\x24 installation, write : \x20\x24 interlace, write on : \x27\x60 interlaced, read : \x21\x60 interlaced, write off : \x26\x60 internal pattern, write : \x41[value] keystone horizontal, decrement : \x23\x50 keystone horizontal, increment : \x22\x50 keystone horizontal, read : \x21\x50 keystone horizontal, write : \x20\x50[value] lamp, read history : \x74...
  • Page 447: Appendix : Command Summary

    appendix : command summary line start, decrement : \x23\x5a line start, increment : \x22\x5a line start, read : \x21\x5a line start, write : \x20\x5a[value] lines active, decrement : \x23\x59 lines active, increment : \x22\x59 lines active, read : \x21\x59 lines active, write : \x20\x59 lines total, decrement : \x23\x58 lines total, increment : \x22\x58 lines total, read : \x21\x58...
  • Page 448: Appendix : Command Summary

    appendix : command summary MOCA, read version : \xf3\x82 MOCA, set blue to midposition : \xf3\x06 MOCA, set green to midposition : \xf3\x04 MOCA, set red to midposition : \xf3\x05 MOCA, set to midposition : \xf3\x07 MOCA, write blue : \xf3\x03[position][direction] MOCA, write green : \xf3\x01[position][direction] MOCA, write red : \xf3\x02[position][direction] mute audio, read : \x21\x3d...
  • Page 449: Appendix : Command Summary

    : command summary programmable blanking, write : \xe1[shape] projector status, read : \x67 projector status, write off : \x66 projector status, write on : \x65 projector, read run time : \x62 projector, read serial number : \x61 projector, read type : \x6b...
  • Page 450: Appendix : Command Summary

    appendix : command summary software, read language : \x69 software, read type : \x6a software, read version : \x60 source/slot, read number : \x32 source/slot, read number+mode : \x34 source/slot, read number+mode : \x34 source/slot, write number : \x31\x[source/slot number] source/slot, write number+mode : \x33[source/slot number][source/slot mode] source/slot, write number+mode : \x33[source][mode]...

Table of Contents