Reference Guide
2
• RS232 Protocol
Communication Settings
Connection Settings Value
Baud Rate 9600 bps
Data Bits 8 bits
Parity None
Stop Bits 1 bit
Flow control None
Example Command
API Command sent from SDK Reply from DUT
GetBrightness S-6Ea-51a-82a-EBa-30a-CHKa-P S-6Fa-6Ea-84a-02a-[RC]
a-30a-[Data0]a-…-[DataN]-
CHKa-P
Parameters uLength = 2;
uOpCode = 0xEB; // Read
uVcpCode = 0x30; // Brightness
uLength = 4;
uOpCode = 0x02; // Reaply
from DUT
uVcpCode = 0x30; // Brightness
uValue = uBrightness; // 0-100
SetBrightness S-6Ea-51a-83a-EAa-30a-[Data0]
a-…-[DataN]-CHKa-P
Parameters uLength = 3;
uOpCode = 0xEA; // Write
uVcpCode = 0x30; // Brightness
uValue = uBrightness; // 0-100
GetColorPreset S-6Ea-51a-82a-EBa-48a-CHKa-P S-6Fa-6Ea-87a-02a-[RC]
a-48a-[Data0]a-…-[DataN]-
CHKa-P
Parameters uLength = 2;
uOpCode = 0xEB; // Read
uVcpCode = 0x47; // ColorPresset
uLength = 7;
uOpCode = 0x02; // Reaply
uVcpCode = 0x30; //
ColorPreset
u32Value = u32ColorPreset; //
0-0xFFFFFFFF
SetColorPreset S-6Ea-51a-86a-EAa-48a-[Data0]
a-…-[DataN]-CHKa-P
Parameters uLength = 6;
uOpCode = 0xEA; // Write
uVcpCode = 0x48; // ColorPreset
u32Value = u32Brightness; //
0-0xFFFFFFFF