- 68 -
ESC E n
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 PMU series
Supportmodel
CT-S281
CT-S310 CT-S801/851 CT-S601/651 CT-P29x series CT-S310II
[Function] Specifying/cancelingemphasis printing
[Code] <1B>H<45>H<n>
[Range] 0≤n≤255
[Outline] [The specification which is commontothemodel]
•Specifying/canceling the emphasized characters.
•“n”is valid onlyfor the lowest bit (n0).
•Controlby thelowestbit (n0)isshownas follows:
n0 Function
0
Canceling emphasisprinting
1
Specifying emphasisprinting
[Caution] [The specification which is commontothemodel]
•Emphasis printing canalso bespecified/canceledbyESC! but the setting of commandlast
processed isvalid.
•Valid forall character types except HRIcharacters.
[Default] n=0
[See Also] ESC!
[Sample Program] [PrintResults]
LPRINTCHR$(&H1B);"E";CHR$(0);
LPRINT"AAABBB";CHR$(&HA);
LPRINTCHR$(&H1B);"E";CHR$(1);
LPRINT"AAABBB";CHR$(&HA);
AAABBB Emphasiscanceled
AAABBB Emphasisspecified