Programmers Guide
TH320/420
36
Turn smoothing mode on/off
ASCII
GS b n
Hexadecimal
1D 62 n
Decimal
29 98 n
Range
0<=n<=255
Default
n = 0
Description
Turns smoothing mode on or off.
When the LSB of n is 0, smoothing mode is turned off.
When the LSB of n is 1, smoothing mode is turned on.
Notes
The smoothing mode is effective for all quadruple- size or larger characters (except for
HRI characters).
This command is effective until ESC @ is executed, the printer is reset, or the power
is turned off.
Program Example
PRINT #1, CHR$(&H1D) ; “!” ; CHR$(68) ;
// Select font size
PRINT #1, CHR$(&H1D) ; “b” ; CHR$(1) ;
// Select smoothing
PRINT #1, “AAAAA” ; CHR$ (&HA) ;
Print Sample
AAAAA
Text characteristics commands
These commands control what the printed information looks like, selection of character sets, definition
of custom-defined characters, and setting of margins. The commands are described in order of their
hexadecimal codes.
Select double-wide characters
ASCII
DC2
Hexadecimal
12
Decimal
18
Prints double-wide characters. The printer is reset to single-wide mode after a line has been printed or
the clear printer (0x10) command is received. Double-wide characters may be used in the same line
with single-wide characters.
Select single-wide characters
ASCII
DC3 13
Hexadecimal 19
Decimal
Prints single-wide characters. Single-wide characters may be used in the same line with double-wide
characters.
Содержание TH320
Страница 1: ...TH320 TH420 Two Color Thermal Impact Hybrid Printer Programmers Guide ...
Страница 75: ...TH320 TH420 Programmers Guide 67 ...
Страница 121: ...TH320 TH420 Programmers Guide 113 Character Sets Character code 437 USA Standard Europe ...
Страница 122: ...Programmers Guide TH320 420 114 Codepage 737 Greek ...
Страница 123: ...TH320 TH420 Programmers Guide 115 Codepage 850 Multilingual ...
Страница 124: ...Programmers Guide TH320 420 116 Codepage 852 Slavic ...
Страница 125: ...TH320 TH420 Programmers Guide 117 Codepage 857 Turkish ...
Страница 126: ...Programmers Guide TH320 420 118 Codepage 858 with Euro symbol ...
Страница 127: ...TH320 TH420 Programmers Guide 119 Codepage 860 Portuguese ...
Страница 128: ...Programmers Guide TH320 420 120 Codepage 862 Hebrew ...
Страница 129: ...TH320 TH420 Programmers Guide 121 Codepage 863 French Canadian ...
Страница 130: ...Programmers Guide TH320 420 122 Codepage 865 Nordic ...
Страница 131: ...TH320 TH420 Programmers Guide 123 Codepage 866 Cyrillic ...
Страница 132: ...Programmers Guide TH320 420 124 Codepage 1252 Windows Latin 1 ...
Страница 134: ...Programmers Guide TH320 420 126 Codepage 1255 Hebrew ...
Страница 142: ...Programmers Guide TH320 420 134 TH420 Additional Features ...
Страница 156: ......
Страница 157: ...TH320 TH420 Programmers Guide Wincor Nixdorf International GmbH D 33094 Paderborn ...