Epson FX Emulation
Master Print Mode Select | ESC ! n |
Selects any valid combination of modes from the following table. The value of n is determined by adding together the values of the desired modes from the table.
nAttribute
010 cpi
112 cpi
4 | Condensed |
8 | Emphasized |
16 | |
32 |
64Italic
128Underline
Example: The following escape sequence will select 12 cpi condensed, resulting in 20 cpi character spacing.
Escape Sequence: | ESC | ! | 5 |
Hexadecimal: | 1B | 21 | 05 |
Example: The following escape sequence will select emphasized,
Escape Sequence: | ESC | ! | 168 |
Hexadecimal: | 1B | 21 | A8 |
Character Sets
Select Draft or Letter QualityESC x n
Selects draft for n =0 or letter quality for n =1. Same as ESC k 0 or ESC k 1. Overrides the “Font” value in the forms menu.
Example: The following escape sequence will select draft print.
Escape Sequence: | ESC | x | 0 |
Hexadecimal: | 1B | 78 | 30 |
26