6-39Programming
Extended Character Set
ASCII Hex Decimal
P-Series SO
(Shift Out)
0E 14
SFCC SO SFCC 0E SFCC 14
SFCC n SFCC 6E SFCC 110
SFCC 4 SFCC 34 SFCC 52
Serial ESC 4
1B 34
27 52
Purpose Accesses
the extended character set in the range A0 to FF hex using codes 20
to
7F hex.
Comment Used
in 7-bit systems as if data bit 8 was set to
1. F
or example, sending code
20 hex accesses the symbol at code point A0 hex. If a printable symbol is not
available
at the code point, a space is printed.
SFCC 4 is not cancelled by the next paper motion command; all other comĆ
mands
are cancelled by paper motion.
R
efer to the character set charts in Appendix B.
Example
The following sample program illustrates Extended Character Set.