Hexadecimal 0D
Decimal 13
[Description]: The command functions the same as LF.
[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
4.1.8 HT
[Name]: Horizontal tab
[Format]: ASCII HT
Hexadecimal 09
Decimal 9
[Description]: Moves the print position to the next horizontal tab position.
[Notice]:
• Horizontal tab positions are set with ESC D.
• This command is ignored unless the next horizontal tab position has been
set.
[Reference]: ESC D
4.2 Character Setting Commands
4.2.1 ESC ! n