M S B
00011001
L S B
M S B
01010101 - 85:D2
LSB
MSB
01010000 - 8O:D3
LSB
MSB = Most significant bit
LSB = Least significant bit
Figure
You’ve seen how to design a character by laying out the dots on a grid, translating the dots to binary information, and then converting the binary numbers to decimal equivalents. The next (and final) step in defining a character is to send this information to the printer.
Sending information to theThe
<ESC> “&” <NUL> nl n2 data
The <ESC> “&" is simple enough; that’s a format you should be quite familiar with by now. The <NUL> (which is ASCII code 0) allows for future enhancements. At this time it is always ASCII code 0.
With the
55