BD2-2880/2890 User’s Manual
38
ESC G n
Specifying/canceling Double Printing
<1B>H<47>H<n>
{0 =< n =< FF} Data is described in Hex code.
Specifying/canceling the double printing.
•
"n" is valid only for the lowest bit (n0).
•
Control by n is shown as follows.
n0 Type
0 Canceling
double
printing.
1 Specifying
double
printing.
•
This is effective to all characters.
•
The print result of Double printing and highlight character printing is completely same.
ESC E
LPRINT CHR$ (&H1B) + "G" + CHR$ (0);
LPRINT "AAABBB" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + "G" + CHR$ (1);
LPRINT "AAABBB" + CHR$ (&HA);
Highlighting canceled
Highlighting canceled
[Function]
[Code]
[Range]
[Outline]
[Caution]
[See Also]
[Sample Program]
[Print Results]