Introduction - If you have any usage issues, please Google them yourself
I have written serial-CAN the mouth of the conversion process has been tested there is no problem! 1. Transmission data protocol: 1. Initialization initialize baud rate (CAN): $ BAUD ($: starting at BAUD: Baud rate identifier corresponding code: 0x24 0x42 0x41 0x55 0x44) transmission ID No. Set: $ IDERSTD (corresponding code: 0x24 0x49 0x44 0x45 0x52 0x53 0x54 0x44) $ IDEREXT (corresponding code: 0x24 0x49 0x44 0x45 0x52 0x45 0x58 0x54) ($: starting at IDER: ID identifier STD: standard frame EXT: extended frame) 2. data sent sending data: $ DATA ($: starting at DATA: identifier corresponding encoded data: 0x24 0x44 0x41 0x54 0x41)
Packet : 81404574uart_can.rar filelist
uart_can.c