User's Manual

8. Get Slave Battery Level Command (0x0A)
9. Usage: Send this command to get slave all battery level
10. Command: 0x0A
11. Data: 0x00
12 Return: 64bits to indicate 32 slave status
13. Example: send: 0xf5,0x04,0x0A,0x00,0x00
14 return: 0xf5,0x0b,0x0A,0xFF,0xFF, 0xFF,0xFF, 0xFF,0xFF, 0xFF,0xFF,0xFB
15 Get the battery level for every slave device.
Data Byte0 Data Byte1
D7 D6 D5 D4 D3 D2 D1 D0 D7 D6 D5 D4 D3 D2 D1 D0
S4 S3 S2 S1 S8 S7 S6 S5
Data Byte2 Data Byte3
D7 D6 D5 D4 D3 D2 D1 D0 D7 D6 D5 D4 D3 D2 D1 D0
S12 S11 S10 S9 S16 S15 S14 S13
Data Byte4 Data Byte5
D7 D6 D5 D4 D3 D2 D1 D0 D7 D6 D5 D4 D3 D2 D1 D0
S20 S19 S18 S17 S24 S23 S22 S21
Data Byte6 Data Byte7
D7 D6 D5 D4 D3 D2 D1 D0 D7 D6 D5 D4 D3 D2 D1 D0
S28 S27 S26 S25 S32 S31 S30 S29
16.
If got 00, then you need confirmed the slave device connection status with date from “Get
Active Slave Command (0x02)”, 01 means middle level, 10 means high level.
Format:
Header: Packet identifier
Command Length: Number of bytes follow by Header
Command: Packet Command
Data: Packet Data
Checksum: Checksum = Header + Command Length + Command +Data
Command
Trigger Command
Usage: Send this command to trigger related slave active output, and Dongle will
return battery level
Command: 0x01
Data: Slave ID (0-31)
Return: Related Slave Battery Level (0-2). 0 = battery low, 1 = battery good, 2 =
battery full
Example: send: 0xf5, 0x04, 0x01, 0x00, 0xFA
Return: 0xf5, 0x04, 0x01, 0x02, 0xFC
USB port can not do data communication with PC