C O N F I D E N T I A L
Paper roll
Print commands ESC e
Ver. 4.0
p. 1063
ESC e
[Name]
Print and reverse feed
n
lines
[Format]
ASCII
ESC
e
n
Hex
1B
65
n
Decimal
27
101
n
[Range]
TM-U200B/D
: 0
≤
n
≤
2
[Default]
None
[Printers not featuring this command]
TM-T88II,
TM-L60II,
TM-U300A/B
[Description]
Prints the data in the print buffer and feeds
n
lines in the reverse direction.
[Notes]
■
The amount of paper fed per line is based on the value set using the line spacing command
(
ESC 2
or
ESC 3
).
■
The maximum paper feed amount depends on the printer model.
■
After printing, the printing position moves to the beginning of the line. When a left
margin is set, the position of the left margin is the beginning of the line.
■
This command is used to temporarily feed a specific line without changing the line spacing
set by other commands.
[Model-dependent variations]
Program Example for all printers
Print Sample
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&H1B);"e";CHR$(1);
PRINT #1, " CCCCC"; CHR$(&HA);
AAAAACCCCC
BBBBB
Paper reverse fed one line after printing the
line of Bs