26
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 * < 0
≤
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 or INIT signal is input.
* “Download bit image” cannot be defined at the same time with “download
characters” or “external characters”. If this command is executed, “download
character definition” or “external characters contents” are cleared.
* 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