Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 77

Line thermal printer
Inhaltsverzeichnis

Werbung

GS
f
n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[See Also]
[Sample Program]
[Print Results]
Selecting the font of HRI code
<1D>H<66>H<n>
n = 0, 1
Selecting the font of HRI code in printing bar code.
The type of font can be printed by selecting n is as follows.
n
0
1
The HRI code refers to the bar code-turned characters so that you can read them.
The HRI code is printed at the position specified with GS h on page 74.
The initial value of n is "0".
GS H
LPRINT CHR$ (&H1D) + "h" + CHR$ (50) ;
LPRINT CHR$ (&H1D) + "H" + CHR$ (2) ;
LPRINT CHR$ (&H1D) + "f" + CHR$ (0) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "f" + CHR$ (1) ;
GOSUB BC
END
BC :
LPRINT CHR$ (&H1D) + "k" ;
LPRINT CHR$ (4) ;
LPRINT "123" + CHR$ (0) ;
LPRINT CHR$ (&HA) ;
RETURN
Font
Font A
Font B
76
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis