– 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” n1 n2 d1...dk [k = n1+ n2 × 256]
HEX
1B 4B n1 n2 d1...dk [k = n1+ n2 × 256]
Prints normal density dot graphics. The graphics image is 24 dots
high and (n1+n2 × 256 ) × 3 dots wide.
d1, d2, ... 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 × 256 277
72mm (TSP600/700) :1 n1 + n2 × 256 192
52.5mm (TSP700) :1 n1 + n2 × 256 140
80mm (TSP700) :1 n1 + n2 × 256 213
50.8mm (TSP600/700) :1 n1 + n2 × 256 135
Dots beyond the right margin are ignored.
Relationship between image data and print dots