Epson U590P Information Manual page 23

Hide thumbs Also See for U590P:
Table of Contents

Advertisement

CONFIDENTIAL
ESC – n
[Name]
[Format]
[Range]
ESC – n turns underline mode on or off. When n=1 or 49, underline mode is turned on, and when n=0
or 48, underline mode is turned off. The default setting is n=0.
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]
[Format]
[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.
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-16 Command Descriptions
Turn underline mode on/off
ASCII
ESC
Hex
1B
Decimal
27
n=0, 1, 48, 49
Program Example
Select
Cancel
Turn emphasized mode on/off
ASCII
ESC
Hex
1B
Decimal
27
0 ≤ n ≤ 255
Program Example
Select
Cancel
n
2D
n
45
n
AAAAA ←
Underline turned on
BBBBB ←
Underline turned off
E
n
45
n
69
n
AAAAA ←
Emphasized
BBBBB ←
Normal
Print Sample
Print Sample
Rev. A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-u590

Table of Contents