– 43 –
PAGE MODE
Other commands
FUNCTION
Print Label
CODE
<ESC> “I” <LF><NUL>
HEX
1B
49
0A
00
REMARKS
This command print out one label according to the previously
defined format and data.
EXAMPLE
LPRINT CHR$(&H1B);“I”;CHR$(&H0A);CHR$(&H00);
FUNCTION
Set Feed Length after Printing
CODE
<ESC> “T
d
n1n2” <LF><NUL>
HEX
1B
54
d
n1n2
0A
00
REMARKS
This command sets paper feed length after printing. Paper feed is
executed only the printer receives<ESC> “I” command.
This command is designed to adjust distance between print head
and paper tear off bar(applicable only for TSP412)
Feed paper will be feed back again for same length right before
next printing starts.
d
: “+” or “-” indicates the direction of the paper feed
length from the tear bar.
“+” indicates a forward feed, and “-” indicates a
reverse feed.
n1n2
: Indicates the value to move with 1/10 mm unit. (00 to
50)
Note:
a) If parameters (d and n1n2) are omitted, then paper
feed is to the default position.
b) Feeds paper to the tear bar and stops until next
<ESC> “I” command, then reverse feeds and prints.
EXAMPLE
Feed paper length from tear bar: +2.5 mm
LPRINT CHR$(&H1B);“T+25”;CHR$(&H0A);CHR$(&H00);
Summary of Contents for TSP400 Series
Page 1: ...Thermal Printer TSP400 Series TUP400 Programmer s Manual...
Page 2: ......
Page 103: ...100 Page Mode Character type Small size or standard...
Page 104: ...101 Page Mode Character type Boldface...
Page 105: ...102 Page Mode International Character Set...
Page 106: ...103 Line Mode...
Page 107: ...104 Line Mode Character table Normal...
Page 108: ...105 Line Mode Character table katakana...
Page 109: ...106 Line Mode Character table IBM...
Page 110: ...107 Line Mode International Character Set...
Page 135: ......