7197 Owner’s Guide Chapter 6: Commands
November 2002
107
Cancels the pattern defined for the character code specified by n. After the user-defined
character is canceled, the corresponding pattern from Code Page 437 is printed.
Example:
• MSComm1.Output = Chr$(&H1B) & Chr$(&H3F) & Chr$(n)
Exceptions:
This command is ignored if n is out of range or if the user-defined character is not defined.
Select or Cancel Emphasized Mode
ASCII: ESC E n
Hexadecimal: 1B 45 n
Decimal:
27 69
Value of n:
0 (bit 0), not selected
1 (bit 0), selected
Range of n:
0 - 255
Default:
0 (bit 0)
Starts or stops emphasized printing.
Example:
• MSComm1.Output = Chr$(&H1B) & Chr$(&H45) & Chr$(n)
Exceptions:
Only the lowest bit of n is effective.
Emphasized printing cannot be used with bit-images or downloaded bit-images.
Related Information:
This command and the Select Print Mode(s) command (1B 21) function identically.
Select or Cancel Double Strike
ASCII: ESC G n
Hexadecimal: 1B 47 n
Decimal:
27 71 n
Value of n:
0 = Off
1 = On