Hi,
I'm looking to implement the LiA CAN protocol, the LiA protocol document is lacking some vital information that is not in the document.
Does anyone know the following?:
Does the LiA protocol use little endian? Like most other CAN protocols?
Are there any sample logs of the LiA communication?
What are the expected values for Protocol type and Protocol version? Is 0x01 acceptable?
EG
Response CAN ID: 0x0CF20100
Byte 0,1 Protocol type ??? 0x01
Byte2,3 Protocol version ???? 0x01
The rest seem pretty well documented, it just the ediness and Protocol type and Protocol version that are a mystery!
Regards