TallyGenicom Matrix Printer Programmer's Manual page 401

Tallygenicom matrix printer programmer's manual
Table of Contents

Advertisement

Various Examples
Example 1
10
20
30
40
50
60
70
80
90
100 REM set character size to 5
110 LPRINT CHR$(16); "5"; CHR$(25);
120 LPRINT CHR$(15); "5"; CHR$(15);
130 REM set character size to 6
140 LPRINT CHR$(16); "6"; CHR$(25);
150 LPRINT CHR$(15); "6"; CHR$(15);
160 LPRINT CHR$(27); "[?10~"
170 END
46
Various Examples
LPRINT "Example for different LCP character sizes"
LPRINT CHR$(27); "[?11~";
LPRINT CHR$(27); "PSC0"; CHR$(27); "\";
REM set character size to 3
LPRINT CHR$(16); "3"; CHR$(25);
LPRINT CHR$(15); "3"; CHR$(15);
REM set character size to 4
LPRINT CHR$(16); "4"; CHR$(25);
LPRINT CHR$(15); "4"; CHR$(15);

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Matrix Printer and is the answer not in the manual?

Table of Contents