Accept MSB as is
Mode I | ASCII | I | Decimal | I | Hexadecimal | I |
Std. I | <ESC> “#” | I | 27 35 | I | IB 23 | I |
Cancelsthe precedingcommandsand acceptsthe most significant bit as it is sent to the printer.
Delete last character sent
Mode | ASCII | Decimal | Hexadecimal |
Std. | <DEL> | 127 | 7F |
Deletes the last character received. Ignored if the last character receivedhas alreadybeen printed,or if the last characterreceived was all or part of a command.
Cancel last line
Mode \ ASCII | Decimal | Hexadecimal |
Deletesthe last line currentlypresentin the print buffer.
Set printer off-line
Mode | ASCII | Decimal | Hexadecimal |
Std. | <DC3> | 19 | 13 |
IBM | <ESC> “Q” “$” | 27 81 36 | 16 51 24 |
Sets the printer
Set printer on-line
Mode | ASCII | Decimal | Hexadecimal |
Both | <DC1> | 17 | 11 |
| Returns the printer to the | ||
| process all subsequent characters and commands. This command is | ||
| ignored | if the printer was set | the ( ON LINE ) |
| button | on the controlpanel.. |
|
82