ANSI X3.64 Emulation
Printer Controls
Bell |
| BEL |
Causes the printer's bell to sound. |
| |
Control code: | BEL |
|
Hexadecimal: | 07 |
|
Select Automatic Carriage Return | ESC [ 20 h |
Selects automatic carriage return mode. This causes the printer to automatically perform a carriage return (CR) for each line feed (LF), vertical tab (VT), or form feed
(FF)that it receives. Overrides the "Auto CR:" value in the "Setup: INTERFACE" menu.
Escape Sequence: | ESC | [ | 2 | 0 | h |
Hexadecimal: | 1B | 5B | 32 | 30 | 68 |
Cancel Automatic Carriage Return |
|
| ESC [ 20 l |
Cancels automatic carriage return mode. Overrides the "Auto CR:" value in the "Setup: INTERFACE" menu.
Escape Sequence: | ESC | [ | 2 | 0 | l |
Hexadecimal: | 1B | 5B | 32 | 30 | 6C |
Reset |
|
|
|
| ESC c |
Deletes all data on the current line and initializes the printer to the default settings for the current form.
Restores the default horizontal tab stops. Default tab stops are set at every eighth column, i.e. column 9, 17, 25, 33, 41, etc.
Resets top of form to the current position, so it is wise to be at top of form before performing this reset. Issuing a form feed will guarantee this.
See the appendix on Printer Reset Conditions for more information.
Escape Sequence: | ESC | c |
Hexadecimal: | 1B | 63 |
Page