Citizen Systems CT-S2000 Printer User Manual


 
- 31 -
2.2.2 Print Control Commands
LF
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 CT-S310
support model
PMU2XXX
[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] After this command is executed, the beginning of the line is taken as the start position for the next
point.
[See Also] ESC 2ESC 3
[Sample Program] [Print Results]
AAA
BBB
CCC
Print and line feed
Print and line feed
Line feed only
Print and line feed
LPRINT "AAA"; CHR$(&HA);
LPRINT "BBB"; CHR$(&HA); CHR$(&HA);
LPRINT "CCC"; CHR$(&HA);