LINX icon indicating copy to clipboard operation
LINX copied to clipboard

Figure Out Common Endianness

Open samkristoff opened this issue 10 years ago • 0 comments

Arduino and ChiKit use little endian, LabVIEW uses big endian.

This is a problem when transferring multi byte values from LabVIEW and casting them to their corresponding values in the LINX FW.

We could interrogate the device during enumeration and convert endianness accordingly in LV or standardize on sending everything big endian and let devices deal with it (this is currently what happens).

samkristoff avatar Jan 02 '15 22:01 samkristoff