Appendix B
Control Code Summary
This appendix gives a brief summary of the
Using BASIC as an example, you can activate a control code on most computer systems by using LPRINT CHR$(27) followed by CHR$(n), where n is a number from the decimal (DEC) column below. For a few codes, those with a dash in the ESC column, you omit the (ESC)
LPRINT CHR$(27)CHR$(69) or LPRINT CHR$(27)"E"
If you are using another programming language or command, be sure to check your system documentation for the proper syntax to send codes to the printer.
| Abbreviations: | cpi = characters per inch |
|
| cps = characters per second |
ESC Dec Hex Symbol Function | ||
— | 9 09 HT | Horizontal tab. Empties the printer buffer, |
|
| then moves the print head to the next tab |
|
| stop. |