Support
model
- 89 -
DC3 n (Valid in CBM1000-Compatible Mode)
[Function] Specifies/cancels printing in red (black-based paper)
[Code] <13>H<n>
[Range] 0≤n≤255
[Outline] [The specification which is common to the model]
• Specifies or cancels printing in red.
• Red printing is valid on black-based thermal paper. Specifies or cancels printing in black on red-based
thermal paper.
• “n” is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows:
n0
Specifying black printing.
Canceling black printing.
[Caution] [The specification which is common to the model]
• Valid when 2-color paper is specified by the GS ( E command.
• Valid only at the top of a line.
• This command must not be used for normal thermal paper.
• At the time of setting, conducting pulse amount is increased to change the coloring.
• In case of MSW3-7=OFF, this command is invalid.
[Default] n=0
[Sample Program]
LPRINT CHR$(&H13); CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H13); CHR$(0);
LPRINT "AAAAA"; CHR$(&HA);
[Print Results]
* When dedicated thermal paper (Black-based paper) is used.
AAAAA
AAAAA
Black printing
Red printing