ASCII | Dec. | Hex. | Description |
|
|
|
|
| |
ESCtn | 116 | 74 | n = 2: Remaps download characters | |
|
|
| from 0 - 127 to 128 - 255 (unless a | |
|
|
| character table has been | |
|
|
| assigned to 2 with the ESC ( t | |
|
|
| command) |
|
ESCRn | 82 | 52 | Select an International Character Set | |
|
|
| n= 0: USA |
|
|
|
| 1: France | 8: Japan |
|
|
| 2: Germany | 9: Norway |
|
|
| 3: UK | 10: Denmark |
|
|
| 4: Denmark I | 11: Spain II |
|
|
| 5: Sweden | 12: Latin America |
|
|
| 6: Italy | 13: Korea |
|
|
| 7: Spain I | 64: Legal |
ESC & nn | 38 | 26 | Define | |
|
|
| ESC&Onl n2dOdl | d2data |
|
|
| nl = First character number | |
|
|
| n2 = Last character number | |
|
|
| d0 = Left space of character | |
|
|
| dl = Body width of character | |
|
|
| d2 = Right space of character | |
|
|
| data: 3 bytes required for each | |
|
|
| character; super/subscript requires | |
|
|
| only 2 bytes per character | |
ESC:OnO | 58 | 3A | Copy ROM to RAM |
|
|
|
| n = 0, 1,2,3,4, 10, or 11 | |
|
|
| n: Typeface (see list in ESC k | |
|
|
| command description) | |
ESC%n | 37 | 25 | Select | |
|
|
| n = 0: Normal set |
|
|
|
| 1: | |
ESC 4 | 54 | 36 | Enable Printing of Upper Control Codes | |
|
|
| This command enables the printing of | |
|
|
| codes | |
|
|
| characters in those locations). | |
ESC 7 | 55 | 37 | Enable Upper Control Codes | |
|
|
| Cancels ESC 6 |
|
ESC(Ann | 40 94 | 28 5E | Print Data as Characters | |
|
|
| ESC(*nl n2data |
|
|
|
| n=nl +n2x256 |
|
|
|
| n: Amount of data |
|
data: The following n bytes of data
printed as characters
Ammdix A - 1 9