Supported data formats - MD30

MD30 Interface Description

Document code
M212201EN
Revision
D
Language
English
Product
MD30
Document type
Technical description

Data is transmitted in binary format. The following data types are supported.

Table 1. Supported data formats
Data type Description
f32 Binary 32 IEEE 754 format floating point number
U64/U32/24/16/8 64/32/24/16/8 bit unsigned integer
S32/24/16/8 32/24/16/8 bit signed integer
ASCII ASCII characters are transmitted as binary values

The byte order is little endian. For example, 4-byte value 0x12345678 is transmitted in the following order: 0x78, 0x56, 0x34, and 0x12.

Bit numbering starts at zero (0) for the last significant bit (LSB).