VERSAJET [Notes]
Programming Reference
Data (d) specifies a bit printed to 1 and not printed to 0.
If the bit image data exceeds the number of dots to be printed on a line, the excess data is ignored.
The
After printing a bit image, the printer processes normal data.
This command is used to print a picture or logo.
The relationship between the bit image data and the print result is as follows: 8 dot mode (m = 0, 1)
MSB
d1 d2 … dk
LSB
24 dot mode (m = 32, 33)
d1 | d4 | … |
| MSB | ||
| LSB | |||||
|
|
|
|
| ||
d2 | d5 | … | MSB | |||
LSB | ||||||
|
|
|
|
| ||
d3 | d6 | … | dk | MSB | ||
LSB | ||||||
|
|
|
|
|
42