Example
10
20
30
40
50
60
70
80
90
100 FOR Z=1 TO 60:REM
110 LPRINT CHR$(255);CHR$(255);CHR$(255);
130 NEXT Z
140 END
70
Graphics
REM Reassigns graphics sequence
LPRINT CHR$(27);"K";CHR$(60);CHR$(0);
REM Standard ESC K graphics sequence
FOR X=1 TO 60:REM
LPRINT CHR$(255);:REM
NEXT X:LPRINT
LPRINT CHR$(27)"?K";CHR$(3)
REM Reassigns ESC K to quadruple density
LPRINT CHR$(27)"K";CHR$(60);CHR$(0);
60 Columns
one byte per columns
60 Columns
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?