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
- 62 -
2.2.2 Print Control Commands
LF
[Function]
Printing and paper feed
[Code]
<0A>H
[Outline]
[The specification which is common to the model]
• Prints data inside the print buffer and feeds paper based on the line feed amount having been set.
[Caution]
[The specification which is common to the model]
• After this command is executed, the beginning of the line is taken as the start position for the next point.
[See Also]
[Sample Program]
[Print Results]
LPRINT "AAA"; CHR$(&HA);
LPRINT "BBB"; CHR$(&HA); CHR$(&HA);
LPRINT "CCC"; CHR$(&HA);
Print and line feed
Print and line feed
Line feed only
Print and line feed
AAA
BBB
CCC