
USR-K6 User Manual www.usriot.com
Jinan USR IOT Technology Limited 71 / 107 [email protected]
From 4
th
to 9
th
is the MAC address of the module, the later 12 is username and password, these are 6 bits add 0 if
less than 6, the last one is parity.
3.
Net return the command
①
The result of search command return
The result of search command return( 36 bits): FF 24 01 00 00 c0 a8 00 07 00 71 77 7c 42 2F 01 0c 00 00 55 53 52
2d 4b 32 00 00 00 00 00 00 00 00 00 00 F2,
Parity way is reduce parity sum, the initial value is 0x00, reduce every bits in order, algorithm is as fellow: F2 = 00 -
FF - 24 - 01 - 00 - 4B - ... - 32 – 00-…-00.
name
bits
E.g.
Instr
TAG_STATUS
0
FF
fixed number
Packet_length
1
24
fixed number
CMD_DISCOVER_TARGET
2
01
fixed number
Board_type
3
00
fixed number
Board_ID
4
00
fixed number
Client_IP_address
5~8
C0 A8 00 07
device IP( higher in front )
MAC_address
9~14
AC CF 23 20 FE 3D
device MAC( higher in front )
Firmware_version
15~18
01 00 00
Firmware version
Application_title
19~34
55 53 52 2D 4B 32
00 00 00 00 00 00
00 00 00 00
device name
checksum
35
F0
(this value can be ignore)
Check sum initial value is 0x00, reduce every bits of
TAG_STATUS in order,till the last bit, and the result is