Appendix B
Control Codes in Numeric Order
You can use any of the methods explained in Chapter 4 to send these control codes to your
LPRINT CHR$(27)CHR$(69)orL,PRINT CHR$(27)“E”
See Chapter 4 and your system documentation for other methods of sending codes to the printer.
Some applications programs can use control key codes for decimal codes
Abbreviations: cpi = characters per inch cps = characters per second
ESC Dec Hex Symbol Function000 N U L Terminates horizontal and vertical tab setting ESCape sequences.
7 | 07 | BEL | Sounds beeper. |
8 | 08 | BS | Backspace. Empties the printer buf- |
|
|
| fer, then moves the print head left 1 |
|
|
| space in the current pitch. |
9 | 09 | HT | Horizontal tab. Empties the printer |
|
|
| buffer, then moves the print head to |
|
|
| the next tab stop. |