7197 Series II Owner’s Guide Chapter 6: Commands
August 2011
110
22 = Code Page 864 Arabic
127 = Hungary
128 = Code Page 932
129 = Code Page 936
130 = Code Page 949
131 = Code Page 950
Default:
0 (Code Page 437)
Selects the character set to be used. See Print Specifications for the character sets.
There are two codes for this command. Both codes perform the same function.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H52) & Chr$(n)
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)