; CAN Protocol Definition File ; This file defines the transfers to/from a custom CAN device ; over a the CAN bus ; [Protocol] name = CANBus bitwise [DEBUG] ;DebugOn ; Uncomment this to turn on Debug Packets [Packet] [Start] type = event event = 1 ; Start of CAN packet [End] type = event event = 2 ; End of CAN packet [Decode] [Fields] ; Extended Frame Format Fields SOF.1.i, IDA.11.h, SRR.1.h, IDE.1=1.h, IDB.18.h, RTR.1.h, Rsrv.2.i, Length.4.h, Data.N.h, CRC.15.h, CRCDel.1.h, ACK.1.h, ACKDel.1.h, EOF.7.h ; Base frame format Fields SOF.1.i, ID.11.h, RTR.1.h, IDE.1=0.h, Rsrv.1.i, Length.4.h, Data.N.h, CRC.15.h, CRCDel.1.h, ACK.1.h, ACKDel.1.h, EOF.7.h