– 23 –
LINE MODE
D8
MSB
DOT Position
Image data LSB
D7 D6 D5 D4 D3 D2 D1
1
1
2
3
4
22
21
23
24
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
23
Commands to Print Dot Graphics
FUNCTION
Print normal density graphics
CODE
<ESC> “K” n <0> m1 m2 ...
HEX
1B 4B n 00 m1 m2 ...
Prints normal density dot graphics. The graphics image is 24 dots
high and n × 3 dots wide.
m1, m2, ... are the dot data, each a 1-byte value from 0 to 255
representing 24 vertical dots, with the most significant bit repre-
senting the top three and the least significant bit representing the
bottom three.
<Print area>
104mm (TSP800) : 1 n1 + n2 × 257 277
72mm (TSP700) : 1 n1 + n2 × 257 192
52.5mm (TSP700) : 1 n1 + n2 × 257 140
80mm (TSP700) : 1 n1 + n2 × 257 213
50.8mm (TSP700) : 1 n1 + n2 × 257 135
Dots beyond the right margin are ignored.
Relationship between image data and print dots