pyUSBtin icon indicating copy to clipboard operation
pyUSBtin copied to clipboard

DBC handling ignores the "byte_order" field

Open RobPearce opened this issue 4 years ago • 0 comments

The DBC loader reads in and remembers the endian flag of signals, calling it "byte_order". It then completely ignores it and makes no use of it at all. This means it will not cope with big-endian messages - which is most of them where I work!

RobPearce avatar Jul 08 '20 20:07 RobPearce