Control Codes
DC3 (Device Control-3 13H)
Switches the printer from
DEL (Delete 7FH)
The delete character causes the character at this location in the current character set to print. In graphics mode, the delete character is treated as data. If it is set to ignore by the panel, then the DEL will be ignored.
ESC (Escape 1BH)
Escape signals the beginning of a special sequence. Characters in a valid escape sequence are not printed.
FF (Form Feed 0CH)
Form Feed is a line terminator. All data received since the last line terminator are printed and the paper is advanced to the next
HT (Horizontal Tab 09H)
An HT causes one of two actions. If a horizontal tab table is present, each HT received is replaced by the number of space characters required to move the current print position to the next tab location. If a horizontal tab table is not present, a space is substituted for the HT character.
LF (Line Feed 0AH)
An LF code causes the line to be printed and the paper is advanced to the next line, and the print position will remain at the same character column.
If the LF code is received in the horizontal graphics mode, paper is advanced one or two dot rows depending on the vertical dot density.
If the LF is received in the vertical graphics format, paper is advanced after the six dot rows are printed.
Vertical graphics spacing is 12 LPI for low vertical density and 24 LPI for high vertical density.
VT (Vertical Tab 0BH)
A VT code causes the line to print and the paper to advance to the next tab stop if a vertical tab is set.
If a tab position is at the current line, the paper advances to the next tab position.
If there are no tab positions between the current line and the end of the form, the paper advances to the next line at the current line spacing.
If the current position is at the bottom margin and a VT is sent, the paper will advance to the next
27