Example
10 REM character sets
20 LPRINT CHR$(27);"(B";
30 LPRINT "US-ASCII: ";:GOSUB 130
40 LPRINT CHR$(27);"(A";
50 LPRINT "UK-ASCII: ";:GOSUB 130
60 LPRINT CHR$(27);"(K";
70 LPRINT "GERMAN : ";:GOSUB 130
80 LPRINT CHR$(27);"(R";
90 LPRINT "FRENCH : ";:GOSUB 130
100 LPRINT CHR$(27);"(Y";
110 LPRINT "ITALIAN : ";:GOSUB 130
120 END
130 LPRINT CHR$(35);CHR$(36);CHR$(64);
140 LPRINT CHR$(91);CHR$(92);CHR$(93);
150 LPRINT CHR$(94);CHR$(96);CHR$(123);
160 LPRINT CHR$(124);CHR$(125);CHR$(126)
170 RETURN
Miscellaneous
85
Содержание 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 ...