Download Print this page

Citizen CBM-202PC-04 User Manual page 76

Thermal printer mechanical control lsi
Hide thumbs Also See for CBM-202PC-04:

Advertisement

[Function]
Selecting the width of the Bar Code
[Code]
<1D>H <77>H<n>
[Range]
{2 n 4}
[Outline]
Selecting bar code width.
n denotes the number of dots in fine element width.
[Default]
[Sample Program]
LPRINT CHR$ (&H1D) + "h" + CHR$ (30) ;
LPRINT CHR$ (&H1D) + "w" + CHR$ (2) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "h" + CHR$ (50) ;
LPRINT CHR$ (&H1D) + "w" + CHR$ (3) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "h" + CHR$ (80) ;
LPRINT CHR$ (&H1D) + "w" + CHR$ (4) ;
GOSUB BC
END
BC :
LPRINT CHR$ (&H1D) + "k" ;
LPRINT CHR$ (4) ;
LPRINT "12" + CHR$ (0) ;
RETURN
[Print Results]
Data is described in Hex code.
The initial value of this width is "3".
76
CBM-202PC-04 User's Manual
CITIZEN

Advertisement

loading