Programming6-54
Overscoring
ASCII Hex Decimal
P-Series SFCC _ n SFCC 5F n SFCC 95
n
Serial ESC _ n
1B 5F n
27 95 n
Purpose
Enables or disables automatic overscoring of all characters.
where
n = 0 to disable automatic overscoring (hex 00 or hex 30)
n = 1 to enable automatic overscoring (hex 01 or hex 31)
Comment When
automatic overscore is enabled, all characters, including spaces, will be
overscored
until disabled.
Example The following sample program illustrates automatic overscoring and overĆ
scoring
reset.