Control Commands
Control Commands
HT
[Name] Horizontal tab.
[Format] ASCII HT
Hex
09
Decimal
9
[Description] Moves the print 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.
FF
[Name]
Print and return to standard mode in page mode.
[Format]
ASCII FF
Hex
0C
Decimal
12
[Description] Prints the data in the print buffer collectively and returns to standard
mode.
CR
[Name]
Print and carriage return.
[Format] ASCII CR
Hex
0D
Decimal
13
[Description] When automatic line feed is enabled, this command functions the same as
LF; when automatic line feed is disabled, this command is ignored.
CAN
[Name]
Cancel print data in page mode.
[Format]
ASCII CAN
Hex
18
Decimal 24
[Description] In page mode, deletes all the print data in the current printable area.