– 29 –
LINE MODE
FUNCTION
Print fine density graphics
CODE
<ESC> “X” n1 n2 d1...dk [k = (n1+n2×256)×3]
HEX
1B 5 n1 n2 d1...dk [k = (n1+n2×256)×3]
REMARKS
Prints a bit image of the input data using horizontal and vertical
resolutions of 8 dots/mm.
Data extending past the right margin is ignored.
The relationship between the input data and the actual printing is
shown below.
<Print area>
104mm (TSP800) :1 n1 + n2 × 256 832
72mm (TSP600/700) :1 n1 + n2 × 256 576
52.5mm (TSP700) :1 n1 + n2 × 256 420
80mm (TSP700) :1 n1 + n2 × 256 640
50.8mm (TSP600/700) :1 n1 + n2 × 256 406
MSB
Dot
Position
LSB
b7 b6 b5 b4 b3 b2 b1 b0
d1¥¥¥
MSB LSB
b7 b6 b5 b4 b3 b2 b1 b0
d2¥¥¥
MSB LSB
b7 b6 b5 b4 b3 b2 b1 b0
d3¥¥¥
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24