When the
Each byte of data received controls the nozzles for only one vertical column of dots. This means you have to send the printer more information when printing dot graphics, but it also means that you have full control over what each print nozzle is doing.
A byte of data contains eight binary digits, or bits. Each bit controls one of the eight nozzles used for
Graphics | data byte |
Most significant | Least significant |
b i t | b i t |
Print head dot nozzles
Figure
Creating binary bit patterns like this may be easy for compu- ters, but it’s difficult for humans. There is an easier way to create graphics data bytes. If you assign each of the print head nozzles a value, the value of a graphics data byte is the sum of the values of the nozzles that you want to print (see Figure
68