6
6
:
:
B
B
i
i
n
n
a
a
r
r
y
y
t
t
o
o
H
H
e
e
x
x
a
a
d
d
e
e
c
c
i
i
m
m
a
a
l
l
Many of the unit 's configuration procedures require you to assemble a series of
options (represented as bits) into a complete command (represented as a byte).
The resulting binary value must be converted to a hexadecimal representation.
Use this chapter to learn how to convert binary values to hexadecimals or to look up
values in the tables listing all configuration options in hexadecimal notation. The
following tables are included:
Binary to Hexadecimal Conversions
Connect Mode Options
Disconnect Mode Options
Flush Mode (Buffer Flushing) Options
Interface Mode Options
Pack Control Options
Converting Binary to Hexadecimal
Hexadecimal digits have values ranging from 0 to F, which are represented as 0-9, A
(for 10), B (for 11), etc. To convert a binary value (for example, 0010 0011) to a
hexadecimal representation, the upper and lower four bits are treated separately,
resulting in a two-digit hexadecimal number (in this case, 4C). Use the following table
to convert values from binary to hexadecimal.
57