Download Print this page

Citizen CBM-202PC-04 User Manual page 78

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

Advertisement

[Function]
Selecting the Printing Position of HRI Code
[Code]
<1D>H<48>H<n>
[Range]
{0 n 3}
[Outline]
Selecting printing position of HRI codes in printing bar codes.
The HRI code refers to the bar code-turned characters so that you can read them.
[Caution]
The HRI code is printed in the font selected with GS f. Specify before the GS k command.
[Default]
[See Also]
GS f
[Sample Program]
LPRINT CHR$ (&H1B) + "3" + CHR$ (5) ;
LPRINT CHR$ (&H1D) + "h" + CHR$ (50) ;
LPRINT CHR$ (&H1D) + "H" + CHR$ (0) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "H" + CHR$ (1) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "H" + CHR$ (2) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "H" + CHR$ (3) ;
GOSUB BC
END
BC :
LPRINT CHR$ (&H1D) + "k" ;
LPRINT CHR$ (4) ;
LPRINT "12" + CHR$ (0) ;
LPRINT CHR$ (&HA) ;
RETURN
Data is described in Hex code.
"n" means the followings.
n (Hex)
0
1
2
3
The initial value of n is "0".
[Print Results]
Printing Position
No printing
Above the bar code
Below the bar code
Both above and below the bar code
78
CBM-202PC-04 User's Manual
CITIZEN

Advertisement

loading