Citizen CBM-270 Printer User Manual


 
CBM-270 User’s Manual
CITIZEN
83
FF (Only When Label Printer is Selected)
[Function] Printing and paper feeding to the top of the label
[Code] <0C>H
[Outline] This command prints the data in the printer buffer and searches for the head of
the next label.
[Caution] This command is valid only when the label printer is selected with DS1-5. It is
ignored when the thermal paper is specified. After sending one label worth of
print data, be sure to send this command or GS FF command. After the user
intentionally moved the label paper, this command cannot search for the head of
the label properly.
[See Also] GS FF, GS <
[Sample Program] [Print Result]
LPRINT "ABC" ; CHR$ (&HA) ;
LPRINT "123" ; CHR$ (&HC) ;
LPRINT "HHHHH" ; CHR$ (&HA) ;
LPRINT "gggg" ; CHR$ (&HC) ;
END
GS FF (Only When Label Printer is Selected)
[Function] Printing and discharging the label(Cutting included)
[Code] <1D>H<0C>H
[Outline] This command prints the data in the printer buffer and cuts and discharges the
label. If this command is executed, the printer will discharge the label to the
cutting position and flicker the PAPER lamp to stop. After cutting the label,
press the FEED switch to search for the head of the next label.
[Caution] This command is valid only when the label printer is selected with DS1-5. It is
ignored when the thermal paper is specified. After sending one label worth of
print data, be sure to send this command or FF command. After the user
intentionally moved the label paper, this command can not search for the head of
the label properly.
[See Also] FF, GS <