Dell™ C5517H RS232 Protocol Document
RS232 Projector Pin Assignment (Facing Monitor)
RS232 Serial Communication Cable Pin Assignment (Facing Cable)
Pin Assignments
Note 1: The RS232 cable is not provided by Dell.
RS232 Protocol
Communication Settings
Command Types
To adjust the OSD settings.
Control Command Syntax (From PC to Monitor)
[Data0-DataN]-
[CheckSum]
[BYTEx(N+1)]-
[BYTE]
[Data0-
DataN]-
[CheckSum]
[BYTEx(N+1)]-
[BYTE]
Monitor Backlight Hours (WORD)
0 - 65535
Power State (BYTE)
0 - off
1 - on
Power LED Setting (BYTE)
0 - off during Active
1 - on during Active
Power USB Setting (BYTE)
0 - off during Standby
1 - on during Standby
Brightness (BYTE)
0 - 100
values in increments of 1
Contrast (BYTE)
0 - 100
values in increments of 1
Aspect Ratio (BYTE)
0 - Wide 16:9
2 - 4:3
4 - 5:4
Sharpness (BYTE)
0 - 100
values in increments of 10
[H0][H1][Len][R/W][Cmd][Data0]…[DataN][Chk]
[H0] = 0x37
[H1] = 0x51
[Len] = Length
[R/W] = Read/Write
Read = 0xEB
Write = 0xEA
[Cmd] = Command
[Data0]…[DataN] = Data0~N
[Chk] = Check Sum
Reply Command Syntax (From Monitor to PC)
[H2][H3][Len][Reply][RC][Cmd][Data0]…[DataN][Chk]
[H2] = 0x6F
[H3] = 0x37
[Len] = Length
[Reply] = Reply (0x02)
[RC] = Result Code
0 = Success
1 = Timeout
2 = Parameters Error
3 = Not connected
4 = Other Failure
[Cmd] = Command
[Data0]…[DataN] = Data0~N
[Chk] = Check Sum
Example: Get Monitor Name (Maximum 10 characters)
[From PC to Monitor] = 37, 51, 02, EB, 01, 8E
[From Monitor to PC] = 6F, 37, 0F, 02, 00, 01, 44, 65, 6C, 6C, 20, 43, 35, 35, 31, 37, 48,
00, 58
CheckSum calculation
Xor byte by byte from first byte to the end of the command data stream.
Control Commands List