DEL
Delete Character
Format:
ASCII code:
DEL
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:
ASCII code:
FF
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:
ASCII code:
ESC C
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 1-127. The top of form position is set to the
current line.
Command Summary
A-11