A SERVICE OF

logo

ESC N
Format:
ASCII code:
ESC N n
Decimal:
27 78 n
Hexadecimal: 1B 4E n
Set Skip Over Perforation
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 (l/6-inch), and page length
(66 lines), ESC N 6 causes the FX to print 60 lines and then skip 6. DIP
switch 2-3 performs the same function. This setting is cancelled by
ESC 0 and also by ESC C or ESC C 0. The value of n must be from 1
to 127.
ESC 0
Format:
ASCII code:
ESC 0
Decimal:
27 79
Hexadecimal: 1B 4F
Cancel Skip Over Perforation
Comments:
Cancels the skip over perforation set by ESC N. Overrides setting
of DIP switch 2-3.
Line feeding
LF
Format:
ASCII code: LF
Decimal:
10
Hexadecimal: 0A
Line Feed
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
8-15