Select Double Strike
This command turns double strike mode on or off and is identical to Emphasized mode command. The printer is reset to the standard print mode after a line has been printed or after a Clear Printer (0x10) command is received.
|
7156 Emulation |
7158 Naitve and 7167 Native Mode |
---|---|---|
ASCII |
ESC G |
ESC G n |
Hexadecimal |
1B 47 |
1B 47 n |
Decimal |
27 71 |
27 71 n |
Value of n |
|
•0—Off •1—On |
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H47) & Chr$(n)
Note: These settings do not apply in Page Mode; however, they can be set or cleared in Page Mode. Double-strike printing cannot be used with bit-images or downloaded bit-images. This command and the Select Print Mode command (1B 21) function identically. They should have the same setting when used together. In 7193 Emulation, this command is unrecognized and the parameter byte is put in to the printer buffer.