Example 1
10
20
30
40
50
60
70
80
Example 2
10
20
30
40
50
60
70
80
90
100 LPRINT "expres-
110 LPRINT "in the secured mode"
REM LCP unsecured mode
LPRINT CHR$(27); "[?11~";
REM select unsecured mode
LPRINT CHR$(27); "PSC0"; CHR$(27); "\";
REM set character size to 5
LPRINT CHR$(16); "5"; CHR$(25);
LPRINT "Example for "
LPRINT CHR$(15); "LCP"; CHR$(15); " unsecured mode"
REM LCP secured mode
LPRINT CHR$(27); "[?11~";
REM select secured mode
LPRINT CHR$(27); "PSC1"; CHR$(27); "\";
REM set character size to 5
LPRINT CHR$(16); "5"; CHR$(25);
LPRINT "This is "; CHR$(15); "LCP"; CHR$(15);
LPRINT " an ex-"
LPRINT "ample
of an"
sion"
Secured/Unsecured Mode
7
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?