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 | M378.1 | :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 | I |
Top of form