CHAPTER 4
GRAPHICS
Introduction
The printer can produce bit image graphics when in Serial Matrix protocol, and
The following graphics information is presented in this chapter:
nSerial Matrix Compatible Bit Image Graphics
n
nCombining Graphics and Text
Serial Matrix Compatible Bit Image Graphics
The printer produces bit image graphics in Serial Matrix protocol. Bit image graphics are creF ated by printing a series of vertical bit image data bytes which represent the binary code bit pattern. This method utilizes the •1" or •true" bit from a binary data byte to print dot patterns. These data bytes are actually the binary equivalent of ASCII character decimal values 0 through 255. When the data byte is rotated vertically, the result is a vertical data byte pattern with the most significant bit (MSB) at the top.
Plotting a Bit Image Pattern
A Bit Image pattern can be produced by following these steps:
1.Lay out the graphic(s) pattern to be printed on a quadrille pad or graph paper.
2.Determine the decimal equivalent of each bit image data byte required to produce the pattern (Figure
3.Write a program to generate the complete pattern.
4.Enter and run the program on the host computer.
Graphics |