
D-F0390 NP-326 Product specifications Ver.0.02
33
31) Select of HRI character print position :<< GS H n >>
Code
: [1D] h + [48] h + n * [00
≤
n
≤
03] h
Description : Selects the print position of HRI characters in printing barcode.
* “n” has the following meaning.
n (Hex)
Print position
00
No
printing
01
Above
barcode
02
Below
barcode
03
Above and below barcode
* HRI characters are the characters selected by “HRI character style select”.
* Default value of “n” is [00] h.
32) Select of HRI character style :<< GS f n>>
Code
: [1D] h + [66] h + n * [00
≤
n
≤
01] h
Description : Selects HRI character style in printing barcode
* “n” has the following meanings:
n (hex)
Style
00 Font
A
01 Font
B
* Default value of “n” is [00] h.
33) Download bit image definition
:<< GS * n1 n2 Dn >>
Code
: [1D] h + [2A] h + n1 + n2 + Dn
* [00
≤
n1
≤
FF] h
* [00
≤
n2
≤
30] h
* [n1 x n2
≤
51F] h
Description : Defines “download bit image” of number of dots specified by n1 and n2.
* Horizontal dot numbers are obtained by n1 x 8 and vertical dot numbers by n2 x 8.
* Dn is bit image data.
* Once “download bit image” is defined, it is valid until it’s redefined, download
character is defined, external characters are specified, software is reset, power is set
off .
* The relationship between bit image data & defined dots is shown below.
n1x8dots
d1 MSB
dn2+1
dn2x2+1
d2
dn2+2
dn2x2+2
n2x8dots
LSB
dn2 dn1xn2x8
dn2x2