RUt\
0123456789012345678901234567890123456789
t-1PS-801
F"RINTER
3.12
s.s
Print Start Position-Dot Address
Using the CHR$(27), the absolute address (dot units) can be
specified
via
the following format.
ICHR$(27)
CHR$(l6)
I CHR$(O)
CHR$(IS)I
3.13
The 2 bytes that follow CHR$(27) and CHR$(l6) are binary
data
used
to
indicate the absolute address away from the home position
(dot units).
D,
D,
1J;
]),
1>, 1>,
]),
IJ.
I st byte I 0 I
()
I
()
I
()
I 0 I 0 I 0 I p
.1
Higher I bit (H P)
2nd byte
II',
11'.11';
11',1
P,
11',1
1', I
Pol
Lower 8 bits (LP)
3.14
The above 2 bytes are used to indicate the starting print position and
are treated
as
a single 9 bit binary notation data inside the Printer.
11'.,
p,
11'.1
p,
11',1
P,
11',1
1', I
Pol
3.15
For example the dot address
15
can
be
determined by HP=CHR$(O),
LP=CHR$( 15).
29.