A SERVICE OF

logo

ESC s
Select Half Speed Mode
Format:
ASCII code:
ESC s (n)
Decimal:
27
115
(n)
Hexadecimal: 1B
73 (n)
Explanation:
Selects half speed printing if n= 1 or returns to full speed if
n=0.
Line Spacing
LF
Format:
ASCII code:
LF
Decimal:
10
Hexadecimal: 0A
Line Feed
Explanation:
When this command is received, the data in the print buffer is
printed and the paper advances one line in the current line
spacing.
ESC 0
Select
1/8
Inch Line Spacing
Format:
ASCII code:
ESC 0
Decimal:
27 48
Hexadecimal: 1B 30
Explanation:
Sets the line spacing to l/8 of an inch for subsequent line feed
commands. The
“0"
is the digit zero and not the character with
ASCII code 0.
c-11