ViewSonic CD3200 iii
Set-Function description:
Length: Total bytes of message = 5 ASCII (35H) excluding “CR”
Command: Function command code: One byte ASCII code
Value[1~3]: Three bytes ASCII that defines the value
Set-Function format:
Name Length Command Value1 Value2 Value3 CR
Byte Count 1 Byte 1 Byte 1 Byte 1 Byte 1 Byte 1 Byte
Bytes order 1 2 3 4 5 6
All Set-Function from PC to Monitor (ASCII)
Name Length Command Value1 Value2 Value3 CR
Byte Count 5 1 Byte 1 Byte 1 Byte 1 Byte 00D
Bytes order 1 2 3 4 5 6
Example: Set Mute-ON command (ASCII)
Name Length Command Value1 Value2 Value3 CR
Byte Count 5 6 0 0 0 00D
Bytes order 1 2 3 4 5 6
Example: Set Mute-OFF command (ASCII)
Name Length Command Value1 Value2 Value3 CR
Byte Count 5 6 0 0 1 00D
Bytes order 1 2 3 4 5 6
Example: Set Tint to -50 command (ASCII)
Name Length Command Value1 Value2 Value3 CR
Byte Count 5 - 5 0 00D
Bytes order 1 2 3 4 5 6