C O N F I D E N T I A L
Paper roll
Print commands ESC K
Ver. 4.0
p. 1058
ESC K
[Name]
Print and reverse feed
[Format]
ASCII
ESC
K
n
Hex
1B
4B
n
Decimal
27
75
n
[Range]
TM-U200B/D
: 0
≤
n
≤
48
[Default]
None
[Printers not featuring this command]
TM-T88II,
TM-L60II,
TM-U300A/B
[Description]
Prints the data in the print buffer and feeds the paper
n
×
(vertical motion unit) in the reverse
direction.
[Notes]
■
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 length without changing the line
spacing set by other commands.
[Model-dependent variations]
Program Example for all printers
Print Sample
AAAAACCCCC
BBBBB
ESC K used to print one line and then reverse
feed the paper by
30/180 inch
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180);
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&H1B);"K";CHR$(30);
PRINT #1, " CCCCC"; CHR$(&HA);