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
6822 Series 80-Column Printer User’s Manual 91
• When the default SBCS code page is selected, the FX-86e IBM
character graphics symbol set is printed.
• When other SBCS code pages are selected, currently selected single
byte code page character graphics are printed.
For character values from 32 to 126 (20h-7Eh):
• When the default SBCS code page is selected, the selected
international character set is printed.
• When other SBCS code pages are selected, the character from the
currently selected code page are printed.
For the character value 127 (7Fh):
• When the default SBCS code page is selected, a space is printed
• When other SBCS code pages are selected, the character graphics
symbol is printed.
For character values from 128 to 255 (80h-FFh):
• When the default SBCS code page is selected, the FX-86e Epson
Character Graphics set is printed.
• When other SBCS code pages are selected, the corresponding
character is printed.
Graphics Functions
Eight-Pin Graphics Modes
All 8-pin graphics functions require parameters, n1 and n2, which
represent the length of the graphics string that follows the Select
Graphics Mode command, and are calculated as follows (assuming a
temporary variable n):
• n = total number of graphics dots needed for the graphic string
• n2 = integer of (n divided by 256)
• n1 = remainder of the n2 calculation
The simplest calculation, is to divide n (total number of dots needed for
the graphics string) by 256. Then n2 is the quotient (the whole number)
and n1 is the remainder. If you require less than 256 dots (columns), then
n1 indicates the number of dots and n2 is set to zero.