General; Function Type; Protocol Messages; Message Formats - InFocus LP690 Control Manual

Infocus lp690: supplementary guide
Hide thumbs Also See for LP690:
Table of Contents

Advertisement

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 is 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. This document is aimed at control
systems in general which is HEX based.

3 FUNCTION TYPE

The Function is grouped in four different function types:
Function type
Execute
State
State String
Adjust
Table 4

4 PROTOCOL MESSAGES

4.1 Message Formats

The message is always divided in a header and a body part:
Message Head (7Byte)

4.1.1 Message Head

The message head has the following structure:
Byte 0
Byte 1
Magic Number
0xBE
0xEF
Table 5
All values is in hexadecimal indicated with the leading 0x. The Magic number is used for synchronizing the start of a
message. The Body size is set to the number of bytes contained in the Body part of the message.
Message Body (6Byte)
Byte 2
Byte 3
Body size
0x80
0x06
Comments
An execute function executes an action on the projector, i.e.
only one state.
A State function performs a set operation from a predefined
list of states. Not all values in the range
have to be legal.
As state but returns ASCII strings
An adjust function is characterized by Maximum >
Minimum. And all the integer values between Minimum and
Maximum are legal.
Byte 4
Byte 5
CRC
0x00
CRC_lo
CRC_hi
Byte 6

Advertisement

Table of Contents
loading

Table of Contents