A SERVICE OF

logo

ESC CO
Set Page Length in Inches
Format:
ASCII code:
ESC
C NUL (n)
Decimal: 27 67 0 (n)
Hexadecimal: 1B 43 00 (n)
Explanation:
Sets the page length to n inches where n has a value of 1 to 22.
ESC N
Select Skip Over Perforation
Format:
ASCII code:
ESC N (n)
Decimal: 27 78 (n)
Hexadecimal: 1B 4E (n)
Explanation:
The variable n is the number of lines between the last line
printed one page and the first line on the next page. For
example, ESC N 6 will cause the LX-86 to print 60 lines and
then skip 6.
ESC O
Cancel Skip Over Perforation
Format:
ASCII code:
ESC O
Decimal:
27 79
Hexadecimal: 1B 4F
Explanation:
Cancels the mode selected by ESC N.
c-15