User's Manual Part 2
Table Of Contents
- Connecting to the Printer
- Understanding the Font Modules
- Using the Windows 95 or Windows 98 Printer Configuration Utility
- Using the Windows 2000 or Windows XP Printer Configuration Utility
- Understanding Control Code Definitions
- Using Printer Control Codes
- Backspace
- Beeper
- Cancel Line
- Carriage Return
- Delete
- Form Feed
- Select Half-Speed Printing
- Cancel Half-Speed Printing
- Set Inactivity Time for Sleep Mode
- Line Feed
- Perform Master Reset
- Set Print Position (absolute)
- Set Print Position (relative)
- Page Formatting Functions
- Character Style and Text Mode Functions
- Defining Intercharacter Space
- Tabs and Tab Setting Functions
- Using Character Sets and User-Defined Functions
- Single-Byte Character Sets
- Double-Byte Character Sets
- Multi-Byte Character Sets
- Select National Character Set
- Hebrew Character Fonts
- User Defined Characters
- Copy ROM to RAM
- Define User-Defined Characters
- Select User-Defined Character Set
- Select Default Character Set
- Enable Printing of Codes 128-159
- Disable Printing of Codes 128-159
- Expand Printable Code Area
- Enable Printing of Character Graphics
- Disable Printing of Character Graphics
- Printing Character Graphics
- Graphics Functions
Chapter 5 — Control Code Definitions
78 6822 Series 80-Column Printer User’s Manual
• If a vertical tab, and the next tab stop is outside the printable page
area, a form feed is executed placing the printhead at the next Top of
Form.
• Previous tab stops are cleared when new tab stops are set.
• Are not affected by subsequent changes in line spacing.
Perform Horizontal Tab
Moves the print position to the next horizontal tab stop. The tab
positions, set by ESC “D”, the Set Horizontal Tabs function, are not
affected by any changes in character pitch.
The factory default tab settings are at intervals of eight characters, in the
currently selected pitch. For the default tabs, the actual distance to each
tab position is affected by changes in character pitch.
Set Horizontal Tabs
Resets the current horizontal tabs, and new horizontal tabs are set up,
based on the current character width (pitch).
n1 is the first tab (range for tab stops: 1-160), n2 is the second tab (all
tabs in ascending order), ... are subsequent tabs (maximum tabs: 32), nk
is the last tab to set (any value less than the previous tab value acts as a
terminating character), NUL is the terminating character.
Format
Decimal Hex ASCII
909HT
Format
Decimal Hex ASCII
27 68 n1 n2 ..nk 0 1B 44 n1 n2 .. nk 00 ESC “D” n1 n2 .. nk NUL