A SERVICE OF

logo

ZQ110
Rev. 1.00
- 11 -
Mobile Printer Command Manual
HT
[Name]
[Format]
[Description]
[Example]
Horizontal tab.
ASCII
HT
Hex
09
Decimal
9
Moves the print position to the next horizontal tab position.
Input:
0x54 0x45 0x53 0x54 0x0a
0x54 0x09 0x45 0x09 0x53 0x09 0x54 0x0a
Output:
LF
[Name]
[Format]
[Description]
[Example]
Print and line feed.
ASCII
LF
Hex
0A
Decimal
10
In standard mode, prints the data in the print buffer and feeds one line
based on the current line spacing.
In page mode, only the print position moves, and the printer does not
perform actual printing
Input:
0x31
0x0a
0x32
0x0a 0x0a
0x33
0x0a 0x0a 0x0a
0x34 0x0a
Output: