Refer to the section "Secured/Unsecured Mode" at the front of the Manual for detailed
description of the secured/unsecured mode.
Data Structure
ASCII
hex.
dec.
n = all printable characters (> hex.1F, dec.31)
Example
REM Example Character Densities
OPEN "lpt1:" FOR RANDOM AS #1
WIDTH #1,
PRINT #1, CHR$(27); "[?11~";
PRINT #1,
PRINT #1, CHR$(27); "[6w"; :REM 15CPI
PRINT #1, CHR$(15); "LCP ";CHR$(15);
PRINT #1, CHR$(27); "[5w"; :REM 12CPI
PRINT #1, CHR$(15); "LCP ";CHR$(15);
PRINT #1, CHR$(27); "[4w"; :REM 10CPI
PRINT #1, CHR$(15); "LCP ";CHR$(15);
PRINT #1, STRING$ (5, 10);
END
44
Large Character Printing (LCP)
SI
n ... n
SI
0F
n ... n
0F
15
n ... n
15
255
CHR$(16); "4"; CHR$(25);
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?