Graphics and text can be mixed within one line.
Example
10
20
30
40
50
60
70
80
90
100 NEXT i
110 END
66
Graphics
If image data, lying outside the printable area, are input these data are ignored.
REM bit image print
WIDTH "LPT1:",255
FOR i=0 TO 4:
LPRINT "Mode: ";STR$(i)
LPRINT CHR$(27);"*";CHR$(i);CHR$(254);CHR$(0);
FOR j=1 TO 127
LPRINT STRING$(1,64+16+4+1);STRING$(1,128+32+8+2);
NEXT j
LPRINT CHR$(10);CHR$(13)
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?