Star Micronics LC-IOII Printer User Manual


 
Notice that the printer receives decimal code 13 (hex OD) together with
hex OA, which is really decimal 10. In addition, the printer does not receive
decimal code 26 (hex 1A). To avoid this problem, change line 20, and add
lines 100 to 120 as shown in either of the following lists.
20 GOSUB 100
100 O=INP(&H379) :IF 0<128 THEN 100
110 OUT 6H378,I :OUT &H37A,5
:OUT &H37A,4
120 RETURN
20 GOSUB 100
100 O=INP(&H3BD)
: IF 0<128
THEN 100
110 OUT &H3BC,I :OUT &H3BE,5
:OUT &H3BE,4
120 RETURN
SWITCH COMBINATION FUNCTIONS
Several additional functions can be obtained by pressing the control
panel switches in combinations.
Reverse micro-feed
ER
r&D
IR PARK1
q -POWER
ON LINE
Top of form
Figure 2-7. Switch combination functions of control 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 switch to single-sheet feeding (by
moving the release lever to the down position).
26