19
10) Bit image mode set: << ESC * m n1 n2 Dn >>
Code: [1B] h + [2A] h + m + n1 + n2 + Dn
* [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. NP-245: 448 dots. NP-345: 576 dots.
* 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]
Vertical direction
Horizontal direction
Max. dots
m
(hex)
Bit image mode
Dot
quantity
Dot
density
Dot density
NP-345
00
8 dot single density
8
67DPI
101DPI
288
01
8 dot double density
8
67DPI
203DPI
576
20
24 dot single density
24
203DPI
101DPI
288
21
24 dot single density
24
203DPI
203DPI
576
[Windows]
Vertical direction
Horizontal direction
Max. dots
m
(hex)
Bit image mode
Dot
quantity
Dot
density
Dot density
NP-345
20
24 dot single density
24
203DPI
67DPI
192
21
24 dot double density
24
203DPI
101DPI
288
22
24 dot single density
24
203DPI
135DPI
384
23
24 dot double density
24
203DPI
203DPI
576
24
24 dot double density
24
203DPI
203DPI
(406DPI)
576
(1152)
* The data for [Windows] m = 24h is equivalent to m=23h due to the mechanical specification.
* When using Windows driver, set Dip switch S-3 ON.