
OTHER PRINTER CONTROL | COMMANDS |
| ||
Set MSB to 7 |
|
|
| |
Mode | ASCII |
| Decimal | Hexadecimal |
Both | <ESC> | “ > ” | 27 62 | 1B 3E |
Sets the most significant bit of each subsequent byte received to 1, allowing users with a
Set MSB to 0
Mode | ASCII |
|
| Decimal |
| Hexadecimal |
Std. | <ESC> | “=” | 27 | 61 | 1B | 3D |
IBM | <FS> | “c” | 28 | 61 | IC | 3D |
Sets the most significant bit of each subsequent byte received to 0.
Accept MSB as is
Mode 1 | ASCII |
| 1 | Decimal | Hexadecimal |
Both I | <ESC> | “#” | 127 | 35 | IlB 23 |
Cancels the preceding commands and accepts the most significant bit as it is sent to the printer.
Delete last character sent
Mode 1 | ASCII | I Decimal | Hexadecimal |
Both | <DEL> | 127 | 7F |
Deletes the last character received. Ignored if the last character received has already been printed, or if the last character received was all or part of a command.
Cancel last line |
| - | |
Model | ASCII | I Decimal | I Hexadecimal |
Both | I <CAN> | 1 24 | 1 18 |
Deletes the last line currently present in the print buffer.
86