ANSI X3.64 Emulation
14
Vertical Tabs
Vertical tab stops are associated with lines, not absolute physical positions. Changing line spacing will
change the physical position of the tab stops.
Vertical Tab VT
Causes the current line to be printed, and then advances the paper to the next vertical tab stop. If no
vertical tab stops are set, then a line feed is done instead. If “Auto CR” is set to “On” in the interface
setup menu, a carriage return will also be performed.
Control code: VT
Hexadecimal: 0B
Set Vertical Tab Stop VTS
(or) ESC J
Sets a vertical tab stop at the current line. The tab stop is associated with the active line, not an
absolute physical position. Changing line spacing will change the physical position of the tab stop.
The tab stop set by this escape sequence will be added to previously set tab stops. If this is not desired,
the old tab stops should first be cleared.
Control code: VTS
Hexadecimal: 8A
Escape Sequence: ESC J
Hexadecimal: 1B 4A
Clear Vertical Tab Stop ESC [ 1 g
Clears the vertical tab stop at the current line. The tab stop to be cleared is associated with the active
line (based upon the current line spacing), not an absolute physical position.
Escape Sequence: ESC [ 1 g
Hexadecimal: 1B 5B 31 67
Clear All Vertical Tab Stops ESC [ 4 g
Clears all currently set vertical tab stops.
Escape Sequence: ESC [ 4 g
Hexadecimal: 1B 5B 34 67
Printer Controls
Bell BEL
Causes the printer's bell to sound.