
25
[Notice]: Sets the print starting position to the beginning of
the line.
4.1.6 ESC J n
[Name]: Print and feed paper
[Format]: ASCII
ESC J n
Hexadecimal
1B
4A n
Decimal
27
74
n
[Description]: Feed paper for n vertical dot spacing.
[Range]: 0
≤
n
≤
255.
• one vertical dot spacing is 0.125mm, below is the same.
[Reference]: ESC d
4.1.7 ESC d n
[Name]: Print and feed paper n lines
[Format]: ASCII
ESC d n
Hexadecimal 1B
64 n
Decimal
27
100 n
[Range]: 0
≤
n
≤
255.
[Description]
:
Print the data in the buffer and feed paper for n
lines.
[Notice]: Set the beginning of the line as the printing position
by this command.
[Reference]: ESC J