|
| Epson FX Emulation |
Escape Sequence: | ESC | 6 |
Hexadecimal: | 1B | 36 |
Disable Printing of High Symbols | ESC 7 |
Disables printing of character values 128 through 159 decimal. These characters will be treated as control codes. Overrides the “Characters” value in the interface setup menu.
Escape Sequence: | ESC | 7 |
Hexadecimal: | 1B | 37 |
Printing of Low Symbols |
| ESC I n |
Enables printing of character values 0 through 31 decimal if they are not used as control codes for n=1, or disables printing for n=0. Overrides the “Characters” value in the interface setup menu.
Example: The following escape sequence will disable printing of character values 0 through 31 decimal.
Escape Sequence: | ESC | I | 0 |
Hexadecimal: | 1B | 49 | 30 |
Line Pitch
Select 8 LPI | ESC 0 |
Sets the line spacing to 1/8 of an inch per line (8 lpi). Overrides the “Lines/Inch” value in the forms menu.
Escape Sequence: | ESC | 0 |
Hexadecimal: | 1B | 30 |
Set Line Spacing to 7/72” |
| ESC 1 |
Sets the line spacing to 7/72 of an inch per line. Since the distance between print head wires is 1/72 of an inch, this is equivalent to setting seven wire spacing. This is not particularly useful for text, but may be useful for graphics if
Escape Sequence: | ESC | 1 |
Hexadecimal: | 1B | 31 |
Select 6 LPI |
| ESC 2 |
Sets the line spacing to 1/6 of an inch per line (6 lpi). This is the normal text line spacing. Overrides the “Lines/Inch” value in the forms menu.
Escape Sequence: | ESC | 2 |
Hexadecimal: | 1B | 32 |
29