Reading binary values

Applicable receivers:  All receivers

The receiver stores numbers in Motorola format. The byte order of these numbers is the opposite of what personal computers expect (Intel format). To supply or interpret binary numbers (8-byte DOUBLES, 4-byte LONGS, and 2-byte INTEGERS), the byte order of these values must be reversed. A detailed description of the Motorola format used to store numbers in the receiver is provided in the following sections.