Chapter 6: Commands 7197 Owner’s Guide
February 2002
110
Related Information:
This command may also be known as Select Character Code Table.
Select Character Code Table
See the previous command, Select International Character Set.
Select or Cancel 90 Degrees Clockwise Rotated Print
ASCII: ESC V n
Hexadecimal: 1B 56 n
Decimal:
27 86 n
Value of n:
0 = Cancel
1 = Set
Default:
0 (Cancel)
Rotates characters 90 degrees clockwise. The command remains in effect until the printer is
reset or the Clear Printer (0x10) command is received. See Summary of Rotated Printing in
this chapter.
Example:
• MSComm1.Output = Chr$(&H1B) & Chr$(&H56) & Chr$(n)
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)