SPRT
16
3.2.2 Print Position Control Command
s
HT Horizontal Tab
Format: ASCII
:
HT
Decimal: 9
Hexadecimal: 09
Explanation:
Print position is gone along to the next horizontal tab position.
If the current print position is beyond the last horizontal tab position, then
command HT is invalid.
Horizontal tab position is set by ESC D command.
LF Print and Feed Line
Format: ASCII
:
LF
Decimal: 10
Hexadecimal: 0A
Explanation:
Print the content in the buffer and feed paper one line. Only feed paper one
line if buffer is empty.
CR Print and Carriage Return
Format: ASCII
:
CR
Decimal
13
Hexadecimal 0D
Explanation:
Print the content in the buffer but don’t feed paper.
ESC - n Underline Command
Format: ASCII
:
ESC - n
Decimal: 27 45 n
Hexadecimal: 1B 2D n
Explanation:
n=0 or 48, cancel underline. Default n=0.
n=1 or 49, select underline.
ESC J Print and Feed Paper n/144 inch
Format: ASCII
:
ESC J n
Decimal: 27 74 n
Hexadecimal: 1B 4A n
Explanation:
Print the data in the buffer and feed paper n/144 inch
(
n
×
0.176mm
)
.