Epson U375P - TM B/W Dot-matrix Printer Information Manual page 34

Esc/pos
Hide thumbs Also See for U375P - TM B/W Dot-matrix Printer:
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
k
0
32
HT moves the print start position to the next horizontal tab. This command is ignored unless the next
horizontal tab position has been set.
ESC D n1 ... nk NUL sets a horizontal tab to the left margin or n columns from the beginning of a line,
with k indicating the total number of horizontal tab positions to be set. A maximum of 32 tab
positions can be set. This command cancels any previous horizontal tab settings. The default tab
positions are every eight characters for the 7 9 font.
Program Example
PRINT #1, "0123456789012345678901234567890123456";
PRINT #1, CHR$(&HA);
GOSUB ht
PRINT #1, CHR$(&H1B);"D";CHR$(10);CHR$(20);
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
9
ESC
D
n1 ... nk
1B
44
n1 ... nk
27
68
n1 ... nk
TM–U375/U375P Information Manual
NUL
00
0
Print Sample
0123456789012345678901234567890123456
H
H
H
H
Tab
Tab
position
position
10
20
8
16
Default
Command Descriptions 1-27
H
H
HH
Tab
position
30
24
32

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u375

Table of Contents