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
90 6822 Series 80-Column Printer User’s Manual
• When the default SBCS code page is selected, the selected
international character set is printed.
• When other SBCS code pages are selected, the international
character set selection is not in effect.
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 associated
with the code page is printed.
For character values from 128 to 255 (80h-FFh), the FX-86e Epson
Character Graphics set is printed.
Disable Printing of Character Graphics
Disables the printing of character graphics. Factory default disables this
function.
Printing Character Graphics
This function allows printing of character graphics from the currently
selected SBCS code page, by sending a graphics string to the printer. The
values of the graphics data bytes can range between 0-255.
n is the length of the character graphic string and d1 ... dn are the
character graphics data stream.
The number of data bytes must be equal to the value of the variable n.
The range of values (for the characters in each graphics data byte):
0-255.
For character values from 0 to 31 (00h-1Fh):
Format
Decimal Hex ASCII
27 116 0 1B 74 00 ESC “t” (0)
Format
Decimal Hex ASCII
27 43 n d1 ... dn 1B 2B n d1 ... dn ESC “+” n d1 ... dn