Notice that the printer receivesdecimalcode 13 (hexOD)together with
hexOA, whichis really decimal 10. In addition, the printer doesnot receive
decimalcode 26 (hex 1A). To avoid this problem, change line 20, and add
lines 100to 120as shown in either of the following lists.
20 GOSUB 100
100 O=INP (&H379 ):IF 0<128 THEN
110 OUT &H378, I:OUT &H37?t, 5
120 RETURN
20 GOSUB 100
100 O=INP (&H3BD) :IF 0<128 THEN
110 OUT &H3BC,I:OUT&H3BE, 5
120 RETURN
SWITCH COMBINATION FUNCTIONS
Several additional functions can be obtained by
panel switchesin combinations.
100
:OUT &H37A, 4
100
:OUT &H3BE ,4
pressingthe control
Reversemicro-feed
ORATOR
.-
Right margin
Topofform
Figure2-7.Switch
combination functions ofcontrol panel
Paper parking: Print Pitch and Paper Feed switches
This procedure feeds the paper backward. It parks the fanfold form
at the back of the printer so that you can switchto single-sheetfeeding (by
movingthe release lever to the down position).
26
—.