- Mapping across the 32-bit boundary was not possible
- Big endian was not supported
I have added these abilities now and it will slowly trickle into the firmwares on upcoming releases. For now it is only supported for receiving messages, will add it to send messages later.
https://github.com/jsphuebner/libopenin ... 5be425195c
The semantics
As a reminder
Code: Select all
can rx myval 1 8 16 1 0
Contrary with big endian we start at the higher bit and end at the lower bit. The bit order is the same, just the byte order becomes reversed. Consequently we write
Code: Select all
can rx myval 1 23 -16 1 0