7197 Series II Owner’s Guide Chapter 6: Commands
August 2011
111
Select Print Color
ASCII: ESC r n
Hexadecimal: 1B 72 n
Decimal:
27 114 n
Value of n:
0 = Monochrome
1 = 2
nd
Color
Default:
0 (Monochrome)
Selects color printing. Color printing is valid for character, graphics, logo and barcode.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H72) & Chr$(n)
Select or Cancel Upside Down Printing Mode
ASCII: ESC { n
Hexadecimal: 1B 7B n
Decimal:
27 123 n
Value of n:
0 = Cancel
1 = Set
Default:
0 (Cancel)
Prints upside-down characters. The character order is inverted in the buffer so text is
readable. The command remains in effect until the Rotated Print (1B 12) command is
received. Only bit 0 is used. Bits 1-7 are not used. See Summary of Rotated Printing in this
document for more information.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H7B) & Chr$(n)
Exceptions:
The command is valid only at the beginning of a line.
The Rotated Print command (1B 12) cancels this command.
Select Character Size
ASCII: GS ! n