Citizen Systems CBM-253 Printer User Manual


 
CBM-253 User’s Manual
58
CITIZEN
[Program example] [Printing result]
LPRINT CHR$ (&H1B) + "G" + CHR$ (0) ;
LPRINT "AAABBB" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "G" + CHR$ (1) ;
LPRINT "AAABBB" + CHR$(&HA) ;
ESC J n
[Name] Printing, and paper feeding in minimum pitch units
[Code] <1B>H <4A>H <n>
[Defined range] 0 n 255
[Function]
Prints the data in the printer buffer, and then carries out paper feeding of n/203 inch. The
set paper feeding value will not remain after this function has been carried out.
The next printing start position will be the head of the line. When label printing has been
selected, if the specified paper feeding amount exceeds the label length. the line feeding
will be carried out up to a position at the top of the following label. Because the printing
will be accompanied by line feeding, even if printing is carried out when a smaller value
than the line feeding amount of 1 line has been set, line feeding of more than the set
amount may be carried out due to the printing operation.
[Initial value] Not defined.
[Program example] [Printing result]
Refer to the program example and the printing result for ESC 2 on page 51.