* [m = bit image mode(refer to below)] h * [00≤n1≤FF] h
* [00≤n2≤02] h
Data is printed in bit image by following the bit image mode specified by “m”.
*Print total dots divided by 256, quotient is n2 and remainder is n1.
*Total dots in bit image mode are n1 + (256 x n2).
*If the bit image input data exceeds specified position, the exceeded data will be disregarded.
*Bit image data (Dn) interprets bit 1 as print and bit 0 as not print.
*Bit image mode is indicated below.
*If “m” is out of conditions set, the data after n1 is treated as normal data.
[Standard]
| m | Bit image | Vertical direction |
|
| Horizontal direction |
|
| |||||||||
| Dot | Dot | Dot | Maximum dot number |
| ||||||||||||
| (hex) | mode |
|
|
|
|
| ||||||||||
| quantiy | density | density |
| |||||||||||||
|
|
|
|
|
| ||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
| 00 |
| 8 dots | 8 |
| 67DPI | 101DPI | 216 |
| 288 |
|
| 416 |
| |||
|
| single density |
|
|
|
|
| ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
| 01 |
| 8 dots | 8 |
| 67DPI | 203DPI | 432 |
| 576 |
|
| 832 |
| |||
|
| double density |
|
|
|
|
| ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
| 20 |
| 24 dots | 24 |
| 203DPI | 101DPI | 216 |
| 288 |
|
| 416 |
| |||
|
| single density |
|
|
|
|
| ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
| 21 |
| 24 dots | 24 |
| 203DPI | 203DPI | 432 |
| 576 |
|
| 832 |
| |||
|
| double density |
|
|
|
|
| ||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
[Windows] |
|
|
|
|
|
|
|
|
|
|
|
|
| ||||
| m |
| Bit image |
| Vertical direction |
|
|
| Horizontal direction |
|
| ||||||
|
|
| Dot |
| Dot |
| Dot |
| Maximum dot number |
| |||||||
| (hex) |
| mode |
|
|
|
|
|
|
|
|
|
| ||||
|
|
| quantiy |
| density |
| density |
|
|
|
|
| |||||
|
|
|
|
|
|
|
|
|
|
| |||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
20 |
| 24 dots |
| 24 |
| 203DPI |
| 67DPI |
| 144 |
| 192 |
|
| 277 |
| |
| single density |
|
|
|
|
|
|
|
| ||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
21 |
| 24 dots |
| 24 |
| 203DPI |
| 101DPI |
| 216 |
| 288 |
|
| 416 |
| |
| double density |
|
|
|
|
|
|
|
| ||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
22 |
| 24 dots |
| 24 |
| 203DPI |
| 135DPI |
| 288 |
| 384 |
|
| 554 |
| |
| single density |
|
|
|
|
|
|
|
| ||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
23 |
| 24 dots |
| 24 |
| 203DPI |
| 203DPI |
| 432 |
| 576 |
|
| 832 |
| |
| double density |
|
|
|
|
|
|
|
| ||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
24 |
| 24 dots |
| 24 |
| 203DPI |
| 203DPI |
| 432 |
| 832 |
|
| 832 |
| |
| double density |
|
|
| (406DPI) |
| (864) |
| (1664) |
|
| (1664) |
| ||||
|
|
|
|
|
|
|
|
|
|
|
|
|
* The data for [Windows] m = 24h is equivalent to m=23h due to the mechanical specification.
24