86
Selecting the bit image mode/ESC *
[ASCII]
ESC
* m n1 n2 data
[Decimal]
27 42 m n1 n2 data
[Hexadecimal]
1B 2A m n1 n2 data
[Parameter]
m = 0, 1, 2, 3, 4, 6, 32, 33, 38, 39
0
≤
n1
≤
255, 0
≤
n2
≤
11
[Description]
●
Selecting the bit image mode depending on the “m” value. (See chart below)
●
n1, n2 indicates the number of dots in horizontal direction.
n1: Remainder of the number of dots divided by 256.
n2: Quotient of the number of dots divided by 256.
●
The bit image of 48-bit is not supported.
●
The maximum number of dots in horizontal direction is as follows.
Dot density in horizontal
direction
m
(decimal)
EPSON PD22
Maximum value for
n1+256×n2
0 60DPI 101DPI
192
1 120DPI 203DPI
384
2 120DPI 203DPI
384
3 240DPI 203DPI
384
4 80DPI 101DPI
192
8 dots
6 90DPI 101DPI
192
32 60DPI 101DPI
192
33 120DPI 203DPI
384
38 90DPI 101DPI
192
24 dots
39 180DPI 203DPI
384
●
The number of dots is defined by (n1 + n2 × 256). Therefore, the number of data that needs to be sent is
defined as follows.
When ‘m’ = 0, 1, 2, 3, 4, or 6:
n1 + n2 × 256
When ‘m’ = 32, 33, 38, or 39:
(n1 + n2 × 256) × 3