Bar Code Commands; Gs H N (Selecting Of Printing Position Of Hri Characters) - Citizen CT-S2000 Command Reference Manual

Line thermal printer
Hide thumbs Also See for CT-S2000:
Table of Contents

Advertisement

2.2.11 Bar Code Commands

GS H n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[See Also]
[Sample Program]
Selecting of printing position of HRI characters
<1D>H<48>H<n>
0≤n≤3
48≤n≤51
Selecting printing position of HRI characters in printing bar codes.
"n" means the followings.
n
0, 48
No printing
1, 49
Above the bar code
2, 50
Below the bar code
3, 51
Both above and below the bar code
The HRI characters refer to the bar code-turned characters so that you can read them.
• The HRI characters are printed in the font selected with GS f.
• Specify before the GS k command.
n = 0
GS f, GS k
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
Printing Position
- 72 -

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents