Epson TM-U200 Information Manual page 26

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

Advertisement

ESC G n
[Name]
Turn double-strike mode on/off
[Format]
ASCII
Hex
Decimal
0 ≤ n ≤ 255
[Range]
ESC G n turns double-strike mode on or off. When the LSB (least significant bit) of n is 1, double-
strike mode is turned on; when it is 0, double-strike mode is turned off. The default setting is n=0.
Double-strike and emphasized printing appear the same.
Program Example
PRINT #1, CHR$(&H1B);"G";CHR$(1);←
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"G";CHR$(0);←
PRINT #1, "BBBBB"; CHR$(&HA);
ESC { n
[Name]
Turn upside-down printing mode on/off
[Format]
ASCII
Hex
Decimal
0 ≤ n ≤ 255
[Range]
ESC { n turns upside-down printing mode on or off. When the LSB (least significant bit) of n is 1,
upside-down printing mode is turned on; when it is 0, upside-down printing mode is turned off. The
default setting is n=0. When upside-down mode is turned on, the printer prints 180°-rotated
characters from right to left. The line printing order is not reversed; therefore be careful of the order of
the data transmitted. This command is enabled only when input at the beginning of a line.
Program Example
PRINT #1, CHR$(&H1B);"{";CHR$(0);←
GOSUB printing
PRINT #1, CHR$(&H1B);"{";CHR$(1);←
GOSUB printing
END
printing:
PRINT #1, "ABCDE"; CHR$(&HA);
PRINT #1, "BCEDF"; CHR$(&HA);
RETURN
1-16 Command Descriptions
n
ESC
G
1B
47
n
27
71
n
Select
Cancel
ESC
{
n
1B
7B
n
n
27
123
Cancel
Select
Print Sample
AAAAA ←
Double-strike
BBBBB ←
Normal
Print Sample
Normal printing
ABCDE
BCEDF
Upside-down
printing
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u200p

Table of Contents