BD2-2880/2890 User’s Manual
26
LF
Printing and Paper Feed Command
<0A>H
Prints data inside the input buffer and feeds lines based on the line feed amount having been set.
•
The head of the line becomes the next print starting position.
ESC 2, ESC 3
[Print Results]
LPRINT "AAA" + CHR$ (&HA);
LPRINT "BBB" + CHR$ (&HA);
LPRINT CHR$ (&HA);
LPRINT "CCC" + CHR$ (&HA);
Print and line feed
Print and line feed
Line feed only
Print and line feed
[Function]
[Code]
[Outline]
[See Also]
[Sample Program]