6.3 Control Commands
HT
[Name] Horizontal tab
[Format] ASCII HT
Hex 09
Decimal 9
[Description] • Moves the printing position to the next horizontal tab position.
LF
[Name] Print and line feed
[Format] ASCII LF
Hex 0A
Decimal 10
[Description] • Prints the data in the print buffer and feeds one line, based on the current line
spacing.
CR
[Name] Print and carriage return
[Format] ASCII CR
Hex 0D
Decimal 13
[Description] • Executes one of the following operations.
Condition Function
When automatic line feed is enabled
Functions the same as LF
When automatic line feed is disabled
and when using serial interface model
Prints the data in the print buffer, and shifts
the printing position to the beginning of the
print line.