Horizontal Tab - Epson TM-U200 Information Manual

Esc/pos
Hide thumbs Also See for TM-U200:
Table of Contents

Advertisement

HT
[Name]

Horizontal tab

[Format]
ASCII
Hex
Decimal
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
[Name]
Set horizontal tab positions
[Format]
ASCII
Hex
Decimal
1 ≤ n ≤ 255
[Range]
0 ≤ k ≤ 32
ESC D n1...nk NUL sets the horizontal tab positions. n specifies the column number (counted from
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 7 × 9 font.
These commands are valid only when the reception buffer capacity is 40 bytes (when DIP switch 1-2
is on).
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
1-20 Command Descriptions
HT
09
10
ESC
D
n1...nk NUL
1B
44
n1...nk 00
27
68
n1...nk 0
Print Sample
0123456789012345678901234567890123456
H
H
H
Tab
Tab
position
position
10
20
Default →
8
16
H
H
H
HH
Tab
position
30
24
32
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u200p

Table of Contents