ZFreeGo/LaserCAN
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
2017/5/14 1.修正字节长度限制8,改成 8 + 2 2017/5/10 建立文件目录 1. * 数据结构:目的地址(1byte 0xA1)--功能码(1byte 0x55)--数据长度(1byte) + (数据包) + 16bit累加和( 2bytes) * 数据包: ID(low byte) + ID (Hight Byte) + 数据(1-8) 2. CAN接收数据包转发。 3.实现CAN报文转发功能。