1 SETTING UP To enable serial control do the following: Remove the checkmark from “Serial Mouse” in the Projector’s FEATURE MENU. This changes the Baudrate from 1200 to 9600 and turns off the Serial mouse data. Connect the serial (COM) port from the Host to the RS232 connector on the projector 1.1 Rs232 Control Cables Please order the following parts: Part Number...
2 GENERAL This document describes the Communication Protocol between a Proxima® Projector and a Computer (Host). By using this connection the Host will be able control the projector. This document are HEX command based only and a regular Terminal program like hyperterminal etc. can therefore not directly be used unless the COM port are activated by the user.
4.1.2 Message Body The message body has the following structure: Byte 0 Byte 1 Operation Type OpTypeLo 0x00 Table 6 4.1.2.1 Field description Field Name Field Value OpTypeLo Operation Type 0x01 0x02 0x03 0x04 0x05 0x06 FuncNum Function Value Table 7 Page 5 Projector Control Byte 2...
5 COMMAND RETURN CODES The Serial protocol returns an acknowledgement (“return code”) for every packet sent. If the host sends a packet, then the projector acknowledge the receipt of this packet. The return codes are detailed in the table below. Command Return Code Name STRING Table 8...
Projector Control 6.1.3 Example 3: Hex sequence for Set Brightness to 70% => 0.7*255 = 178 = 0xB2 Host: 0xBE 0xEF 0x80 0x06 0x00 0x2E 0x04 0x01 0x00 0x11 0x00 0xB2 0x00 Magic number Body size Op.type Function Value 7byte Message Head 6byte Message Body Projector: 0x06...
Projector Control APPENDIX 1: CRC CALCULATION ALGORITHM The following ‘C’ code can be used to calculate the 16-bit CRC required for all packets. The CRC is contained in the packet header and is calculated for the entire packet (header plus body). The CRC calculation is performed with the CRC bytes of the packet header initialized to zero.
Need help?
Do you have a question about the C100 and is the answer not in the manual?
Questions and answers