1-16
Command Descriptions
Rev. A
ESC G
n
[Name]
Turn double-strike mode on/off
[Format]
ASCII
ESC
G
n
Hex
1B
47
n
Decimal
27
71
n
[Range]
0
≤
n
≤
255
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.
ESC {
n
[Name]
Turn upside-down printing mode on/off
[Format]
ASCII
ESC
{
n
Hex
1B
7B
n
Decimal
27
123
n
[Range]
0
≤
n
≤
255
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 Sample
PRINT #1, CHR$(&H1B);"G";CHR$(1);
←
Select
AAAAA
←
Double-strike
PRINT #1, "AAAAA"; CHR$(&HA);
BBBBB
←
Normal
PRINT #1, CHR$(&H1B);"G";CHR$(0);
←
Cancel
PRINT #1, "BBBBB"; CHR$(&HA);
Program Example
Print Sample
PRINT #1, CHR$(&H1B);"{";CHR$(0);
←
Cancel
GOSUB printing
PRINT #1, CHR$(&H1B);"{";CHR$(1);
←
Select
GOSUB printing
END
printing:
PRINT #1, "ABCDE"; CHR$(&HA);
PRINT #1, "BCEDF"; CHR$(&HA);
RETURN
Normal printing
ABCDE
BCEDF
BCEDF
ABCDE
Upside-down
printing
Содержание TM-U200P
Страница 2: ...EPSON Guide to TM U200 U200P SEIKO EPSON CORPORATION 400549800 ...
Страница 3: ......
Страница 5: ...SEIKO EPSON CORPORATION SYSTEM DEVICE DIVISION 2070 Kotobuki Koaka Matsumoto shi Nagano ken 399 Japan ...
Страница 6: ......
Страница 10: ...iv Rev A TM U200D U200PD TM U200B U200PB ...
Страница 50: ...1 40 Command Descriptions Rev A Page 4 PC863 Canadian French Page 5 PC865 Nordic ...