91
70 LPRINT CHR$(179);CHR5(32);CHR$(32);CHR5(32);
CHR$(32);CHR$(53);CHR$(179)
80 LPRINT CHR$(192);CHR5(196);CHR5(196);
CHR$(196);CHR$(196);CHR5(196);CHR5(217)
90 LPRINT CHR5(27);"7"
If you have a 7-bit interface, add the following lines to the
program given above:
15 LPRINT CHR5(27);">";
95 LPRINT CHR$(271;"="
In this program, line 10 selects character set #2 so that all
the graphics characters can be used (including the “club”
symbol). Then lines 20~ 80 print the 5 of clubs figure. Line
90 cancels character set #2 (which is the same as selecting
character set #l).
Here is what this program prints:
n International character sets
Your printer changes languages by changing 12 characters
that are different in the different languages. These sets of
character are called international character sets - and there
are 11 sets in all. The control codes to select the international
character sets are given in Table 6-4.