Version 1.0REVISED VERIFIEDn.a.APPROVEDn.a.C85/C95/C105
Projector ControlPage 10 Version 1.APPENDIX 1: CRC CALCULATION ALGORITHMThe following ‘C’ code can be used to calculate the 16-bit CRC required for al
Projector ControlPage 11 Version 1.// Lookup table used for hi-byte of CRCstatic const BYTE cCRCHiArray[] = {0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80,
Projector ControlPage 12 Version 1.// Lookup table used for low-byte of CRCstatic const BYTE cCRCLoArray[] = {0x00, 0xC0, 0xC1, 0x01, 0xC3, 0x03, 0x02
Projector ControlPage 2 Version 1.1 SETTING UP...
Projector ControlPage 3 Version 1.1 SETTING UPTo enable serial control, do the following:• Remove the check mark from “Serial Mouse” in the Projecto
Projector ControlPage 4 Version 1.2 GENERALThis document describes the Communication Protocol between a Proxima® Projector and a Computer (Host).By u
Projector ControlPage 5 Version 1.Currently there is only one type of body so the size is fixed to 0x0006. The CRC field contains the CRC of the messa
Projector ControlPage 6 Version 1.5 COMMAND RETURN CODESThe Serial protocol returns an acknowledgment (“return code”) for every packet sent. Ifthe ho
Projector ControlPage 7 Version 1.Host:0xBE 0xEF 0x80 0x06 0x00 0x00 0x00 0x01 0x00 0x01 0x00 0x01 0x00Example 5: Hex sequence for get BrightnessHost:
Projector ControlPage 8 Version 1.6 TABLE OF FUNCTIONSScr.dep = Source dependedFunction FuncNum F.type States Minimum MaximumPower 0x01 State 1 (On)0
Projector ControlPage 9 Version 1.Function FuncNum F.type States Minimum MaximumOn screen display 0x30 State 1 (On)0 (Off)- -Source 0x32 State 0 (VGA1
Comentarios a estos manuales