Epson U590P Information Manual page 31

Hide thumbs Also See for U590P:
Table of Contents

Advertisement

CONFIDENTIAL
ESC D n1 ... nk NUL sets a horizontal tab to n × character width to have been set columns from the left
margin, 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 font A (9x9).
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
GS L n
n
L
H
[Name]
[Format]
[Range]
GS W n
n
L
H
[Name]
[Format]
[Range]
GS L n
n
sets the left margin to (n
L
H
line. The default setting is n
GS W n
n
sets the printing area width to (n
L
H
settings are n
L
1-24 Command Descriptions
Program Example
Set left margin
ASCII
GS
Hex
1D
Decimal
29
0 ≤ n
≤ 255
L
0 ≤ n
≤ 255
H
Set printing area width
ASCII
GS
Hex
1D
Decimal
29
0 ≤ n
≤ 255
L
0 ≤ n
≤ 255
H
+ n
L
=0, n
=0.
L
H
=32, n
=3 (printable area).
H
0123456789012345678901234567890123456
Default →
L
n
n
L
H
4C
n
n
L
H
76
n
n
L
H
W
n
n
L
H
57
n
n
L
H
87
n
n
L
H
× 256) × horizontal motion unit from the beginning of a
H
× 256) × horizontal motion unit. The default
+ n
L
H
Print Sample
H
H
H
H
H
HH
Tab
Tab
Tab
position
position
position
10
20
30
8
16
24
H
32
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u590

Table of Contents