Genicom GEK 00031B User Manual

Page 88

Advertising
background image

Chapter 4. Printronix P Series Emulation

GEK-00029B

88

Extended Character Extended Character Set Cancel: Cancels the extended character set

Set Cancel

as selected by SO, SFCC SO, SFCC n, SFCC 4, and selects the

primary Character Set.

Used in 7-bit systems as if data bit 8 was set to 1. For example,
sending code 20 hex accesses the symbol at code point 0A0H hex. If a
printable symbol is not available at the code point, a space is printed.

Format

<SI> or <SFCC> <parameter>

<SI>
<SFCC> <SI>
<SFCC> o
<SFCC> 5

Decimal:

15

<SFCC> 15
<SFCC> 111
<SFCC> 5

Hex:

0FH
<SFCC> 0FH
<SFCC> 6FH

<SFCC> 35H

BASIC:

CHR$(15);
CHR$(<SFCC>);CHR$(15);
CHR$(<SFCC>);CHR$(111);
CHR$(<SFCC>);CHR$(5);

Advertising