创新can调试器Linux版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
573 B

注:本文件为发送文件的样例文件,对于文件中不符合规范的行(如本行),程序中将自动屏蔽
文件中的每行必须包含4个元素,分别为ID,DATA,format,type,在帧类型后面用1个或多个Tab分隔可添加注释,程序中将屏蔽
0001 11 22 33 44 55 66 77 88 std data 注释:ID=0x01,data=11 22 33 44 55 66 77 88(Hex),标准帧,数据帧
18ff0523 11 22 33 44 ext data ID=0x18ff0523,data=11 22 33 44(Hex),扩展帧,数据帧
0022 01 std rmt ID=0x22,data=01(hex),标准帧,远程帧
0008 01 02 03 04 05 06 07 08 ext data ID=0x08,data=01 02 03 04 05 06 07 08,扩展帧,数据帧
(空行将被忽略)
---文件结束---(本行将被忽略)