Example
10
20
30
40
50
60
70
80
90
100 LPRINT CHR$(27);"$";CHR$(170);CHR$(0);"170";
110 LPRINT
120 END
52
Print Positioning
REM
absolute horizontal position
LPRINT CHR$(27);"x1";:REM select LQ
LPRINT CHR$(27);"$";CHR$(10);CHR$(0);"10";
LPRINT CHR$(27);"$";CHR$(100);CHR$(0);"100";
LPRINT CHR$(27);"$";CHR$(170);CHR$(0);"170";
LPRINT
LPRINT CHR$(27);"W1";
LPRINT CHR$(27);"$";CHR$(10);CHR$(0);"10";
LPRINT CHR$(27);"$";CHR$(100);CHR$(0);"100";
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?