![Digital Projection HIGHlite 1080p 330 User Manual Download Page 90](http://html1.mh-extra.com/html/digital-projection/highlite-1080p-330/highlite-1080p-330_user-manual_2499318090.webp)
Page 6.16
Rev D July 2014
6. Appendix
Digital Projection
HIGHlite Cine 260, 1080p 330
User Manual
Remote communications protocol
Introduction
All of the projector’s features can be controlled using an external control system,
or a PC using a terminal-emulation program such as HyperTerminal, via a serial
or LAN connection. This is done by using the text strings described in
Remote
communications protocol
, in
section 6. Appendix
.
There are 2 types of commands:
•
Key commands
•
Operation commands
All commands consist of ascii text strings starting with 2 letters:
•
ky for key commands.
•
op for operations commands.
All commands end with an ascii Carriage Return character.
Key Commands
Key commands are used to simulate remote control key presses, and use the
following format:
ky <keyname> [CR]
Example
ky pow.on [CR] simulates the POWER ON key being pressed.
The commands
Code transmitted <keyname>
Description
0x01
pow.on
Turn power on.
0x09
pow.off
Turn power off.
0x15
menu
Bring up or cancel menu display.
0x17
enter
Keypad enter.
0x18
cur.down
Keypad down arrow.
0x1A
cur.up
Keypad up arrow.
0x1D
cur.left
Keypad left arrow.
0x1F
cur.righ
Keypad right arrow.
0x80
bright
Bring up or cancel brightness slide bar.
Notes
Details of how to connect to
the projector, using the serial
control input, can be found
earlier in this section.
Note: spaces in the commands
are necessary.
eg
ky pow.on
NOT kypow.on