User's Manual Part 2

Table Of Contents
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