ESC N |
|
| Set Skip Over Perforation |
Format: | ESC | N |
|
ASCII code: | n | ||
Decimal: | 27 | 78 | n |
Hexadecimal: | 1B | 4E | n |
Comments:
The variable n is the number of lines skipped between the last line printed on one page and the first line on the next page. For example, with the standard settings for line spacing
ESC 0 | Cancel Skip Over Perforation |
Format:
ASCII code: ESC 0
Decimal: 27 79
Hexadecimal: 1B 4F
Comments:
Cancels the skip over perforation set by ESC N. Overrides setting of DIP switch
Line feeding
LF | Line Feed |
Format:
A S C I I c o d e : L F
Decimal: 10
Hexadecimal: 0A
Comments:
When this command is received, the data in the print buffer is printed and the paper advances one line in the current line spacing.
Command Summary |