DEL | Delete Character |
Format: | DEL |
ASCII code: | |
Decimal: | 127 |
Hexadecimal: | 7F |
Comments:
Removes the last text character on the print line but does not affect control codes.
Vertical/Horizontal Motion
Form feeding |
|
FF | Form Feed |
Format: | FF |
ASCII code: | |
Decimal: | 12 |
Hexadecimal: | 0 C |
Comments:
Prints the data in the print buffer and advances the paper to the top of the next form according to the current page length.
ESC C |
|
| Set Page Length in Lines |
Format: | ESC | C |
|
ASCII code: | n | ||
Decimal: | 27 | 67 | n |
Hexadecimal: | 1B | 43 | n |
Comments:
Sets the page length to n lines in the current line spacing. The value of n must be from
Command Summary |
|