- 73 -
DC3 n
(Valid in CBM-270-Compatible Mode)
Support model
CT-S280
CT-S300
CT-S2000
CT-S4000
CT-S251
CT-S281
CT-S310
CT-S801/851
CT-S601/651
CT-P29x series
CT-S310 II
[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
Function
black-based paper
red-based paper
0
Canceling red printing.
Canceling black printing.
1
Specifying red printing.
Specifying black printing.
[Caution]
[The specification which is common to the model]
• 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.
• Valid only in standard mode.
[The specification which depend on the model]
CT-S281
When normal thermal paper mode is specified, the command is used, it becomes2-color paper mode.
It executes command <ESC @> or becomes effective until turning off power.
CT-S280
• Depending on the setting of MSW4-7, function set by DC3 command is switched as per the table below.
n0
MSW4-7:DC3 command function
OFF=2 color printing
ON=Black/White reverse
0
2 color printing is invalid
B/W reverse printing is invalid.
1
2 color printing is valid.
B/W reverse printing is valid.
[Default]
n=0
[Sample Program]
LPRINT CHR$(&H13); CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H13); CHR$(0);
LPRINT "AAAAA"; CHR$(&HA);