The Trouble with Endians

2019-04-30T11:40:53-06:00December 19th, 2014|Categories: Devices, Programming, Remote Monitoring|Tags: , , , |0 Comments

Finding the correct Endian (bit significance) can be frustrating when trying to interface with a device. It’s an additional variable that makes debugging a hardware interface more difficult and can lead to unwanted and sometimes unseen errors. Hex Results When you read hex characters it is generally straight forward 0x01 = [...]