Printek Emulation
Line Pitch
Set Line Spacing to n/288” | ESC LF n |
Sets the line spacing to n/288 of an inch per line. 0 ≥n≥255. Overrides the “Lines/Inch” value in the forms menu.
Example: The following escape sequence will set line spacing to 1/6 of an inch per line (6 lpi).
Escape Sequence: | ESC | LF | 48 |
Hexadecimal: | 1B | 0A | 30 |
Horizontal Position
Carriage Return | CR |
Causes the current line to be printed, and then sets the current print position to the left margin. If “Auto LF” is set to “On” in the interface setup menu, a line feed will also be performed.
Control code: | CR |
Hexadecimal: | 0D |
Backspace | BS |
Causes the current line to be printed, and then moves the current print position one space to the left. The actual distance moved depends on the current character spacing. Backspacing can be done up to, but not beyond, the left margin.
Control code: | BS |
Hexadecimal: | 08 |
Vertical Position
Line Feed | LF |
Causes the current line to be printed, and then advances the paper one line at the current line spacing. If “Auto CR” is set to “On” in the interface setup menu, a carriage return will also be performed.
Control code: | LF |
Hexadecimal: | 0A |
Reverse Line Feed | ESC ^ |
Causes the current line to be printed, and then retracts the paper one line at the current line spacing. If “Auto CR” is set to “On” in the interface setup menu, a carriage return will also be performed.
97