Epson TM-T88 Information Manual page 23

Hide thumbs Also See for TM-T88:
Table of Contents

Advertisement

ESC – n
[Name]
Turn underline mode on/off
[Format]
ASCII
Hex
Decimal
0 ≤ n ≤ 2
[Range]
48 ≤ n ≤ 50
ESC – n turns underline mode on or off. When n=1 or 49, underline mode (one-dot width) is turned
on; when n=2 or 50, underline mode (two-dot width) is turned on; and when n=0 or 48, underline
mode is turned off. This command is effective for all characters (except for HRI characters). When
underline mode is on, 90° clockwise rotated characters and white/black reverse characters cannot be
underlined. The default setting is n=0.
Program Example
PRINT #1, CHR$(&H1B);"-";CHR$(1); ←
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"-";CHR$(0); ←
PRINT #1, "BBBBB"; CHR$(&HA);
ESC E n
[Name]
Turn emphasized mode on/off
[Format]
ASCII
Hex
Decimal
0 ≤ n ≤ 255
[Range]
ESC E n turns emphasized mode on or off. When the LSB (least significant bit) of n is 1, emphasized
mode is turned on; when it is 0, emphasized mode is turned off. The default setting is n=0.
Emphasized and double-strike printing appear the same. This command is effective for all characters
(except for HRI characters).
Program Example
PRINT #1, CHR$(&H1B);"E";CHR$(1); ←
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"E";CHR$(0); ←
PRINT #1, "BBBBB"; CHR$(&HA);
1-14 Command Descriptions
ESC
n
1B
2D
n
27
45
n
Select
Cancel
ESC
E
n
1B
45
n
27
69
n
Select
Cancel
Print Sample
AAAAA ←
Underline (one-dot width) turned on
BBBBB ←
Underline turned off
Print Sample
AAAAA ←
Emphasized
BBBBB ←
Normal
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t88pTm-t85Tm-t85p

Table of Contents