Contents of this publication may not be reproduced in any form without permission of
Planar Systems, Inc.
Trademark Credits
Windows™ is a trademark of Microsoft Corp.
All other names are trademarks or registered trademarks of their respective companies.
Disclaimer
The information contained in this document is subject to change without notice.
Planar Systems, Inc., makes no warranty of any kind with regard to this material. While
every precaution has been taken in the preparation of this manual, the Company shall
not be liable for errors or omissions contained herein or for incidental or consequential
damages in connection with the furnishing, performance, or use of this material.
Warranty and Service Plans
Planar warranty and service plans will help you maximize your investment by providing
great support, display uptime, and performance optimization. From post-sale technical
support to a full suite of depot services, our services are performed by trained Planar
employees. When you purchase a Planar product, you get more than a display, you get
the service and support you need to maximize your investment. To find the latest
warranty and service information regarding your Planar product, please visit:
Definition of terms in Directly Addressed Command Format table:
Broadcast Command Format
• STX is the ascii STX character (0x02).
• Command is the command code.
• Length is the number of bytes in the Group ID, Multi ID, Mode and Data fields.
• Group ID is the Group ID value in the display’s Option menu. A=1, B=2, C=3, etc.
• Multi ID is the Monitor ID value in the display’s Tiling menu.
• Mode selects whether the command is a Read command or a Write command.
• Read = 0x00
• Write = 0x02
• Data contains values specific to the selected command.
• Checksum is the one's complement of the following response fields: STX,
Command, Length, Group ID, Multi ID, Mode, Data (i.e. the sum of these fields
and the checksum field, modulo 256, will be 0xFF).
• ETX is the ascii ETX character (0x03).
Commands that are sent to all displays are broadcast commands. They have the this
format:
Definition of terms in Broadcast Command Format table:
• STX is the ascii STX character (0x02).
• Command is the command code.
• Length is the number of bytes in the Group ID, Multi ID and Data fields.
• Group ID is set to 0x00.
• Multi ID is set to 0x00
• Data contains values specific to the selected command.
• ETX is the ascii ETX character (0x03).
The displays do not send responses to broadcast commands.
Command / Response Examples
Example: Power query when unit is powered on (Group ID = A, Multi ID = 4)
STXCMDLENGIDMIDMODDATCHKETX
Command 02100301040003
Response02100401040001E303
PS5580 RS232 and LAN Command Protocol2
Command / Response Examples
Example: Set power to off (Group ID = B, Multi ID = 1)
Command 02110302010203
Response021103020102E403
Example: Set power to off (broadcast)
Command 021102000003
Response[None]
STXCMDLENGIDMIDMODDATCHKETX
STXCMDLENGIDMIDMODDATCHKETX
PS5580 RS232 and LAN Command Protocol3
Commands Supported in the PS5580 Display
Name
Auto Calibration 0x61 Y W32 0x02 = Write [None]9
Auto Power0x64 Y W 43 0x02 = Write
Auto Tracking0x62 YW 32 0x02 = Write [None]7
Backlight0xDC YW 43 0x02 = Write
Brightness0x20 Y W 43 0x02 = Write
Color0x25 Y W 43 0x02 = Write
Command
Broadcast Supported
Read/Write
Length
ModeData Bytes
Length (Broadcast
Byte 1: Auto Power
-0x00 = Off
-0x01 = On
Byte 1: Backlight
(Range 0x00-0x64)
Byte 1: Brightness
(Range 0x00-0x64)
Byte 1: Color
(Range 0x00-0x64)
Response Length
Byte 1: Red Gain (Range 0x00-0xFF)
Byte 2: Green Gain (Range 0x00-0xFF)
Byte 3: Blue Gain (Range 0x00-0xFF)
Byte 4: Red Offset (Range 0x00-0xFF)
Byte 5: Green Offset (Range 0x00-0xFF)
Byte 6: Blue Offset (Range 0x00-0xFF)
Byte 1: Auto Power
-0x00 = Off
-0x01 = On
4
Byte 1: H Position (Range 0x00-0x64)
Byte 2: V Position (Range 0x00-0x64)
Byte 3: Clock (Range 0x00-0x64)
Byte 4: Clock Phase (Range 0x00-0x3F)