A set of up to 94 characters is made ready for use.
Example
10
20
30
40
50
60
70
80
90
100
110
120
130
140
82
Miscellaneous
open "lpt1:" as #1
width #1,32000
t1$=" French Characters Are Printed"
t2$=" German Characters Are Printed"
print #1,chr$(27),"+R"
print #1,chr$(27),"o"
print #1,§Öä",t1$
print #1,chr$(27),"+K"
print #1,chr$(27),"o"
print #1,§Öä",t2$
end
'Example "Locking Shift"
'Designate G3 <— French Substitution
'Table
'Locking Shift 3
'(French Substitutes)
'Designate G3 <— German Substitution
'Table
'Locking Shift 3
'(German Substitutes)
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?