Explanation:
The print position is advanced to the next horizontal tab position which is set by ESC D
command.
Remark: If there is no horizontal tab value setting, or the current position equals or is
beyond the last horizontal tab position, HT command won't be carried out. If the
horizontal tab position is beyond the current line width, HT command won't be carried
out either.
ESC f
Format: ASCII:
Decimal:
Hexadecimal: 1B
Explanation:
When m=0, ESC f NUL n will command to print n blank characters
When m=1, ESC f SOH n will command to print n blank lines. n=0~255.
Remark:
When m=0, if the value of n is beyond the current line width, the printer will continue to
print blank in the next line.
When m=1, paper will feed n current line heights.
Example: print 6 blank characters in one line, you can send the following commands:
ASCII: ESC
f
Decimal:
27
Hexadecimal: 1B
Another example: print 6 blank lines, you can send the following commands:
ASCII:
ESC
Decimal:
27
Hexadecimal: 1B
ESC l
Format: ASCII:
Decimal:
Hexadecimal:
Explanation:
The value of n should be in the range from 0 to the line width of this model
printer. Default n=0, that means no left margin.
Print Blank Characters or Lines
ESC
f
m
27
102
m
66
m
NUL
ACK
102
0
66
00
f
SOH
ACK
102
01
6
66
01
06
ESC
l
n
27
108
n
1B
6C
n
n
n
6
06
Set Left Margin
n
23
Need help?
Do you have a question about the SP-RMD11A and is the answer not in the manual?