Print Position - Epson L60IIP - TM B/W Direct Thermal Printer Information Manual

Information guide
Table of Contents

Advertisement

HT
[Name]
Horizontal tab
[Format]
ASCII
Hex
Decimal
ESC D n1...nk NUL
[Name]
Set horizontal tab positions
[Format]
ASCII
Hex
Decimal
[Range]
1
n
255
0
k 32
HT moves the print position to the next horizontal tab position. This command is used to align the
character columns. The command is ignored unless the next horizontal tab position has been set.
ESC D n1...nk NUL sets the horizontal tab positions. n specifies the column number (counted from
the left margin or the beginning of the line) for setting a horizontal tab position. This command
deletes any previously set horizontal tab positions. Up to 32 tab positions can be set. The default tab
positions are at intervals of 8 characters (columns 9, 17, 25, etc.) for the 12
Program Example
PRINT #1, "0123456789012345678901234567890123456";
PRINT #1, CHR$(&HA);
GOSUB ht
PRINT #1, CHR$(&H1B);"D";CHR$(10);CHR$(20);
PRINT #1, CHR$(30);CHR$(0);
GOSUB ht
END
ht:
FOR i=1 TO 4
PRINT #1, CHR$(&H9); "H";
NEXT i
PRINT #1, CHR$(&HA);
RETURN
Rev. A
HT
09
10
ESC
D
n1...nk
1B
44
n1...nk
27
68
n1...nk
TM–L60II/L60IIP Information Manual
NUL
00
0
24 font.
Print Sample
0123456789012345678901234567890123456
H
H
H
H
Tab
Tab
position
position
10
20
8
16
Default
Command Descriptions 1-31
H
H
HH
Tab
position
30
24
32

Advertisement

Table of Contents
loading

This manual is also suitable for:

Esc/pos tm-l60iiEsc/pos tm-l60iip

Table of Contents