- 53 -
2.2.2 Print Control Commands
LF
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
[Function] Printing andpaper feed
[Code] <0A>H
[Outline] [The specification which is commontothemodel]
•Prints data inside the print bufferand feeds paper based ontheline feedamount having been set.
[Caution] [The specification which is commontothemodel]
•After this command isexecuted, the beginning of thelineis taken asthe startpositionforthenext point.
[See Also] ESC2, ESC3
[Sample Program] [PrintResults]
LPRINT"AAA"; CHR$(&HA);
LPRINT"BBB";CHR$(&HA); CHR$(&HA);
LPRINT"CCC";CHR$(&HA);
Print and linefeed
Print and linefeed
Line feed only
Print and linefeed
AAA
BBB
CCC