User`s manual

U.S. Robotics I-modem Command Reference
Using the AT Command Set • Page 1-8
HereÕs an example of how bits are converted to decimal values:
01001111
Converting Decimal Values to Bits
Convert decimal values to bits by Þnding the largest decimal equivalent that is less than
the decimal value. Subtract the decimal equivalent and mark the equivalent bit Ò1.Ó Con-
tinue until the decimal value is zero.
113
113 Ð 64 = 49
01
49 Ð 32 = 17
011
17 Ð 16 = 1
0111
1 Ð 1 = 0
01110001
0 1001111
0 + 64 + 0 + 0 + 8 + 4 + 2 + 1 = 79