7197 Series II Owner’s Guide Chapter 6: Commands
August 2011
114
Select or Cancel Smoothing Mode
ASCII:
GS b n
Hexadecimal:
1D 62 n
Decimal:
29 98 n
This command is ignored.
Example:
MSComm1.Output = Chr$(&H1D) & Chr$(&H62) & Chr$(n)
Select Superscript or Subscript Modes
ASCII:
US ENQ n
Hexadecimal:
1F 05 n
Decimal:
31 05 n
Value of n:
0 = Normal character size
1 = Select subscript size
2 = Select superscript size
Default:
0 (normal size)
Turns superscript or subscript modes on or off. This attribute may be combined with other
characters size settings commands ( 12, 13, 1B 21 n, 1D 21 n, …)
This command is only available on the receipt station in 7194 Native Mode and 7197 Series
II Native Mode.
Example:
MSComm1.Output = Chr$(&H1F) & Chr$(&H05) & Chr$(n)
Exceptions:
This command is ignored if n is out of the specified range.
This is only available in 7194 Native Mode and 7197 Series II Native Mode.
Select or Cancel Unicode(UTF-16) Mode
ASCII:
ESC + n
Hexadecimal:
1B 2B n