Installers Guide to the Bose® Serial interface June 28, 2011
Bose Confidential Information Page 7/42 Do Not Redistribute
2 Definitions
Table 2-1 Definitions
The external computer and software controlling
the interaction with the Bose product.
The AV20, AV35 or AVM Control Console
A series of bytes with a well defined structure.
The Client and Console communicate by
sending packets. The format of each packet is
described in section 4 Packet Format.
Least significant byte. The byte of a numeric
field which holds the smallest portion of the
number. For example the number 300 decimal
is represented in hexadecimal as 0x012c. The
least significant byte is 0x2c.
Most significant byte. The byte of a numeric
field which holds the largest portion of the
number. For example the number 1000
decimal is represented in hexadecimal as
0x03e8. The most significant byte is 0x03.