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
58 6822 Series 80-Column Printer User’s Manual
Understanding Control Code Definitions
I/O Buffer
All characters and control codes received by the printer are stored in this
buffer. Characters and controls codes are read from this buffer and acted
upon to form the print buffer. Characters are removed from the I/O
buffer as they are processed.
Print Image Buffer
All characters go through this buffer on their way to the printed page.
This buffer contains the graphic image of the dots to print, from which
characters are rendered. It is cleared when its contents are printed.
Special Notations
The following information defines notations included in the format
definitions of the escape sequences, throughout this section.
Special Notations
Notation Description
(0) Used in the ASCII column of any of the Format definitions, indicates that its
value can only be zero (and not the character “0”). For example: Select Top-
Down Printing ESC US (0).
(1) Used in the ASCII column of any of the Format definitions, indicates that its
value can only be one (and not the character “1”). For example: Select
Bottom-Up Printing ESC US (1).
* When a number (at the end of an escape sequence) is marked with an
asterisk, then either the value corresponding to that number or the value of
the string character can be used for that number. For example, if 1* is
shown, then either the value (1), or the value of the string character
(decimal: 49, hex: 31) can be used.
NUL The NUL character is represented in the Dec column as 0, in the Hex
column as 00, and in the ASCII column as NUL.