A SERVICE OF

logo

Data Format
To understand the format of the data within the block data, there are four
important things to keep in mind.
Data is sent to the controller in binary form.
Each byte, as described in this chapter, contains 8 bits.
The first bit of each byte is the MSB (most significant bit).
Byte descriptions are printed in binary, decimal, or ASCII depending on
how the data is described.
Example The first ten bytes that describe the section name contain a total of 80 bits as
follows:
Binary
0100 0100 0100 0001 0101 0100 0100 0001 0010 0000...0010 0000
Decimal 68 65 84 65 32 32 32 32 32 32
ASCII DATA space space space space space space
Byte 10
Byte 1
MSB
LSB
DATA and SETup Commands
Data Format
17–3