CBM-253 User’s Manual
39
CITIZEN
LF
[Name] Printing, and paper line feeding
[Code] <0A>H
[Function] Prints the data in the print buffer, and carries out line feeding based on the set line feeding
amount.
• The next printing start position will be at the head of the line.
[Reference] ESC 2, ESC 3
[Program example] [Printing result]
LPRINT "AAA" + CHR$ (&HA) ;
LPRINT "BBB" + CHR$(&HA) ;
LPRINT CHR$ (&HA) ;
LPRINT "CCC" + CHR$ (&HA) ;
FF
[Name] Printing, and moving to the top of the label
[Code] <0C>H
[Function] Prints the data in the print buffer, and moves to the top of the next label.
[Items requiring caution]
• This command will only be effective when label printings has been selected.
• After sending a one-label portion of printing data, be sure to send an <FF> or <GS FF>
command.