Example 1
10
REM LCP unsecured mode
20
LPRINT CHR$(27); "[?11~";
30
REM select unsecured mode
40
LPRINT CHR$(27); "PSC0"; CHR$(27); "\";
50
REM set character size to 5
60
LPRINT CHR$(16); "5"; CHR$(25);
70
LPRINT "Example for "
80
LPRINT CHR$(15); "LCP"; CHR$(15); " unsecured mode"
Example 2
10
REM LCP secured mode
20
LPRINT CHR$(27); "[?11~";
30
REM select secured mode
40
LPRINT CHR$(27); "PSC1"; CHR$(27); "\";
50
REM set character size to 5
60
LPRINT CHR$(16); "5"; CHR$(25);
70
LPRINT "This is "; CHR$(15); "LCP"; CHR$(15);
80
LPRINT " an ex-"
90
LPRINT "ample
of an"
100 LPRINT "expres-
sion"
110 LPRINT "in the secured mode"
Secured/Unsecured Mode
7
Содержание Matrix Printer
Страница 1: ...Programmer s Manual Matrix printer 7265 ...
Страница 79: ...Programmer s Reference EPSON Emulation ...
Страница 202: ...Appendix A Summary of Possible Codes ...
Страница 212: ...Appendix B Character Sets ...
Страница 231: ...Programmer s Reference Tally ANSI MTPL Emulation ...
Страница 335: ...Appendix A Summary of Possible Codes ...
Страница 348: ...Appendix B Character Sets ...
Страница 351: ...Programmer s Reference Tally ANSI Barcode and LCP ...
Страница 355: ......
Страница 404: ...Appendix Character Sets ...