Specifications

Revision C 16/01/96
Chapter 6 " IBM Proprinter XL " - 13
Restore default tab settings
EscR (27)(82) <1Bh><52h>
This command restores the default horizontal tab settings which are at every eight columns,
starting at the ninth column. There are no default vertical tab settings.
LPRINT CHR$(27); CHR$(82); 'Restore default tab stops.
4.3 Using characters
Select character set I
Esc7 (27)(55) <1Bh><37h>
This command selects IBM Character set I for use in subsequent printing operations.
LPRINT CHR$(27); CHR$(55); 'Select character set I
Select character set II
Esc6 (27)(56) <1Bh><36h>
This command selects IBM character set II for use in subsequent printing operations.
LPRINT CHR$(27); CHR$(54); 'Select character set II
Set pitch to 10 cpi
DC2 (18) <12h>
This command sets the printing pitch to 10 characters per inch (cpi).
If condensed character mode has previously been set, it is cancelled.
LPRINT CHR$(18); 'set pitch to 10 CPI
Set pitch to 12 cpi
Esc: (27)(58) <1Bh><3Ah>
This command sets the printing pitch to 12 characters per inch (cpi).
LPRINT CHR$(27); CHR$(58); 'set pitch to 12 CPI