Confidential BTP-R880NP Programming Manual
- 5 -
ESC d n
[Function]
Print and feed n lines
[Format]
ASCII
ESC d
n
Hex
1B
64
n
Decimal 27
100
n
[Range]
0
≤
n
≤
255
[Notes]
· This command sets the print starting position to the beginning of the line.
· This command does not affect the line spacing set by
ESC 2
or
ESC 3
.
· The maximum paper feed amount is 1016 mm (40 inches). If the paper feed amount (n x line
spacing) of more than 1016 mm (40 inches) is specified, the printer feeds the paper only 1016 mm
(40 inches).
[relevant command] ESC 2, ESC 3
[example] 1B
40
(initialize printer)
41 41 41 41 41 41 41
(
datas waiting for printing
)
1B 64 02
(
print and feed 2 characters line spacing, 2/6 inches
)
42 42 42 42 42 42 42
0A
(
datas waiting for printing
)
Results:
2.2 Location command
HT
[Function]
Moves the print position to the next horizontal tab position.
[Format]
ASCII
HT
Hex
09
Decimal
9
[Notes]
• This command is ignored unless the next horizontal tab position has been set.
• If the next horizontal tab position exceeds the printing area, the printer sets the printing
position to [Printing area width + 1].
• Horizontal tab positions are set with
ESC D
.
• If this command is received when the printing position is at [printing area width + 1], the
printer executes print buffer-full printing of the current line and horizontal tab processing
from the beginning of the next line.
• The default setting of the horizontal tab position for the paper roll is font A (12×24) every
8th character.