User`s manual
.
Distance from top edge: 2-l
/2”
=
750/300”
(remainder = 238;
quotient =
2)
.
Direction: horizontal (type 0)
.
Line thickness:
5/300”
(remainder = 5; quotient =
0)
.
Line
len@x
4-l/4”
=
1350/300”
(remainder = 70; quotient =
5).
-
The complete command looks like this:
LPRINT
CHR$(27);"_";CHR$(l);CHR$(l50);
CHR$(O);CHR$(238);CHR$(2);CHR$(O);
CHR$(5);CHR$(O);CHR$(70);CHR$(5)
The following program shows each of the line types and how to
vary the line thickness and direction.
100
J=llO
110
FOR
I=0
TO 4
120 LPRINT
CHR$(27)
;"_";CHR$(I)
;
125 LPRINT
CHR$(255);CHR$(O);CHR$(J);CHR$(O);
130 LPRINT CHR$(O);CHR$(g)
;CHR$(o);CHR$(lg);CHR$(2);
140
J=J + 35
150
NEXT
160
J=llO
170 FOR
I=0
TO 4
180 LPRINT
CHR$(27)
;"_";CHR$(I);CHR$(J);
185 LPRINT CHR$(O)
;CHR$(127);CHR$(l);
190
LPRINT
CHR$(l);CHR$(3);CHR$(O);CHR$(l9);CHR$(2);
200
J=J + 35
210
NEXT
220
LPRINT
CHR$(12);
-
6-8
Software Control of Printer Features