A794 Owner’s Guide | Chapter 6: Programming Information |
Select or Cancel Italic Print
Turns Italic print mode on or off. The printer is reset to the standard print mode after a Clear Printer (10) command is received.
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) |
Exceptions
Only the lowest bit of n is valid.
Select Character Code Table
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.
ASCII: | ESC R nESC t n |
| |
Hexadecimal: | 1B 52 n | 1B 74 n | |
Decimal: | 27 82 n | 27 116 n | |
Value of n | 0 = Code Page 437 | ||
| 1 | = Code Page 850 | |
| 2 | = Code Page 852 | |
| 3 | = Code Page 860 | |
| 4 | = Code Page 863 | |
| 5 | = Code Page 865 | |
| 6 | = Code Page 858 | |
| 7 | = Code Page 866 | |
Default | 0 (Code Page 437) |
Related Information
This command may also be known as Select International Character Set.
March 1999 | 75 |