Example
10 REM vertical tabs in tab channels
20 LPRINT CHR$(27);"C";CHR$(24); ’form length 24 lines
30 LPRINT CHR$(27);"b";CHR$(0);CHR$(2);CHR$(4);CHR$(6);CHR$(0)
40 REM Channels 0 tabs set at lines 2, 4, and 6
50 LPRINT CHR$(27);"b";CHR$(1);CHR$(9);CHR$(11);CHR$(14);CHR$(0);
60 REM Channel 1 tabs set at lines 9, 11, and 14
70 LPRINT CHR$(27);"/";CHR$(0);
80 REM Selects channel 0
90 LPRINT "Channel 0"
100 GOSUB 180
110 LPRINT CHR$(27);"/";CHR$(1);
120 REM Selects channel 1
130 LPRINT "Channel 1"
140 GOSUB 180
150 END
160 FOR I=1 TO 3
170 LPRINT CHR$(11);
180 LPRINT "VT Position #";I
190 NEXT
200 RETURN
58
Positioning
Summary of Contents for Matrix Printer
Page 1: ...Programmer s Manual Matrix printer 7265 ...
Page 79: ...Programmer s Reference EPSON Emulation ...
Page 202: ...Appendix A Summary of Possible Codes ...
Page 212: ...Appendix B Character Sets ...
Page 231: ...Programmer s Reference Tally ANSI MTPL Emulation ...
Page 335: ...Appendix A Summary of Possible Codes ...
Page 348: ...Appendix B Character Sets ...
Page 351: ...Programmer s Reference Tally ANSI Barcode and LCP ...
Page 355: ......
Page 404: ...Appendix Character Sets ...