Closed DangerousElectrician closed 8 years ago
The way data is being sent over serial with structs require the structs be a certain size. long integers don't seem to be 32 bit
Problem seems to be caused by the way bytes are arranged in a struct. Bitfield makes stuff work.
The way data is being sent over serial with structs require the structs be a certain size. long integers don't seem to be 32 bit