Esc g n, Esc g – Citizen Systems BD2-2220 User Manual
Page 47
- 47 -
ESC G n
CT-S280
CT-S300
CT-S2000
CT-S4000
BD2-2220
CT-S310
support model
PMU2XXX
[Function]
Specifying/canceling double strike printing
[Code]
<
1B>H<47>H
[Range]
0≦n≦255
[Outline]
[The specification which is common to the model]
Specifying /canceling the double strike printing.
• “n” is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows:
n0 Function
0
Canceling double strike printing
1
Specifying double strike printing
[Caution]
• With this printer, double-strike printing and emphasis printing provide completely the same
results.
• Valid for all character types except HRI characters.
[Default] n=0
[See Also]
[Sample Program]
[Print Results]
LPRINT CHR$(&H1B);"G"; CHR$(0);
AAABBB
Double strike printing canceled
AAABBB
Double strike printing specified
LPRINT "AAABBB"; CHR$(&HA);
LPRINT CHR$(&H1B);"G"; CHR$(1);
LPRINT "AAABBB"; CHR$(&HA);