Support
model
CT-S280
CT-S300
CT-S2000
CT-S4000
CT-S251
CT-D150/E351
CT-S281
CT-S310
CT-S801/851
CT-S601/651
CT-P29x series
CT-S310II
CT-D151/E651
- 85 -
ESC ˜ J n
(Valid in CBM-270-Compatible Mode)
[Function]
Specifies/cancels printing in red (black-based paper)
[Code]
<1B>H<7E>H<4A>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 when 2-color paper is specified by the GS ( E command.
• 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$(&H1B);"
˜
";"J"; CHR$(1);
LPRINT "AAAAA"; CHR$(&HA);
LPRINT CHR$(&H1B);"
˜
";"J"; CHR$(0);
LPRINT "AAAAA"; CHR$(&HA);
[Print Results]
* When dedicated thermal paper (black-based paper) is used.
AAAAA
AAAAA
Red printing
Black printing