- 74 -
ESC { 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/cancelingthe invertedcharacters
[Code] <1B>H<7B>H<n>
[Range] 0≤n≤255
[Outline] [The specification which is commontothemodel]
•“n”is valid onlyfor the lowest bit (n0).
•Rotate data intheline by180 degrees andprint it.
•Controlby thelowestbit (n0)isshownas follows:
n0 Function
0
Canceling invertedcharacters.
1
Specifying invertedcharacters.
[Caution] [The specification which is commontothemodel]
•Thiscommandis valid onlywhenitisspecified at the beginningof aline.
•Thiscommanddoes not affect the PAGE MODE.
[Default] n=0
[Sample Program]
LPRINTCHR$(&H1B) ;"{";CHR$(0);
LPRINT"TEN";CHR$(&HA);
LPRINT"ELEVEN";CHR$(&HA);
LPRINTCHR$(&H1B) ;"{";CHR$(1);
LPRINT"TEN";CHR$(&HA);
LPRINT"ELEVEN";CHR$(&HA);
[PrintResults]
Inversion canceled
Inversion specified
Paper feeddirection