CANDTU-200UWGR
CAN Bus Message Recording and Wireless Data Transmission Equipment User Manual
©2021 Guangzhou ZLG Microelectronics Technology Corp.,Ltd.
37
User Manual
Figure 4.35 Network transmission encryption
4.2.17 Network Frame Format
错误
!
未找到引用源。
shows the network message communication protocol format.
Special attention: All network packet data are sent and received in big-endian mode.
数据部分
首部
帧头标志
报文类型
校验和
数据段长度
时间戳
报文
ID
报文信息
通道号
数据长度
报文数据
纬度
经度
速度
时间
CAN报文数据
GPS定位数据
心跳字符
心跳包数据
ID
序列号
设备ID数据
0xAA
1 byte
[1]
1 byte
[2]
1 byte
4 bytes
4 bytes
2 bytes
1 byte
1 byte
8 bytes
“
0
”
4 bytes
[3]
4 bytes
4 bytes
12 bytes
8 bytes
[1]:报文类型如下所示
0x01
:
CAN
报文
0x02
:
GPS
定位数据
0x03
:
TICK
心跳包
0x04
:设备
ID
号
[2]:校验为所有数据的校验,
校验算法:
对所有数据进行按
位异或运算
[3]:GPS定位数据中经度、纬
度、速度均为 float 类型,
时间格式如下:
struct time {
uint16_t year;
uint16_t mon;
uint16_t day;
uint16_t hour;
uint16_t min;
uint16_t sec;
};
附注:
网络报文(大端模式)
Figure 4.36 Network frame protocol format