
Revision D 12/09Chapter 4: Programming Commands 57
Select or cancel double-strike
ASCII | ESC G n | |
Hexadecimal | 1B 47 n | |
Decimal | 27 71 n | |
Value of n: | 0 | = Off |
| 1 | = On |
| (When 0 and 1 are the least significant bit, LSB) | |
Default: | 0 | (Off) |
Turns
Exceptions
Only the lowest bit of n is effective. The settings do not apply in page mode. However they can be set or cleared in page mode.
Related information
This command and the select print mode(s) command (1B 21) function identically. They should have the same setting when used together.
In A793 emulation, this command is unrecognized and the parameter byte is put into the print buffer.
Select or cancel italic print
ASCII | ESC I n | |
Hexadecimal | 1B 49 n | |
Decimal | 27 73 n | |
Value of n: | 0 | = Off |
| 1 | = On |
| (When 0 and 1 are the least significant bit, LSB) | |
Default: | 0 | (Off) |
Turns italic print mode on or off. The printer is reset to the standard print mode after a clear printer (0x10) command is received.
Exceptions
Only the lowest bit of n is valid.
Related information
This command is recognized in A799 native mode and A794 emulation.
In A793 and LEGACY emulations, the parameter byte is put into the buffer.