Citizen Systems CBM-253 Printer User Manual


 
CBM-253 User’s Manual
74
CITIZEN
The number of the dots can be specified is as follows.
447 dot (Thermal paper)
423 dot (Thermal label paper)
[Items requiring caution]
Specifications that exceed the end of the line will be disregarded.
When underlining has been specified. the underlining will not be applied to the moved
portion.
[Initial value] Not defined
[Reference] ESC ¥
[Program example] [Printing result]
LPRINT CHR$ (&H1B) + "$" ;
LPRINT CHR$ (0) + CHR$ (0) + "A" ;
LPRINT CHR$ (&H1B) + "$" ;
LPRINT CHR$ (50) + CHR$ (0) + "B" ;
LPRINT CHR$ (&H1B) + "$" ;
LPRINT CHR$(0) + CHR$(1) + "C";
LPRINT CHR$ (&HA) ;
LPRINT CHR$(&H1B) + "$";
LPRINT CHR$ (100) + CHR$(0) + "A" ;
LPRINT CHR$ (&H1B) + "¥" ;
LPRINT CHR$ (&HC2) + CHR$ (&HFF) + "B" ;
LPRINT CHR$ (&HA) ;