Support
model
- 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] ESC 2, ESC 3
[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
BBB
CCC