BT-T080 Programming Manual
- 47 -
[Format]
ASCII
GS
f
n
Hex
1D
66
n
Decimal 29
102 n
[Value range]
n = 0, 1, 48, 49
[Notes]
Use n to selects a font:
n
Font
0,48
Standard ASCII character (12 × 24)
1,49
Compressed ASCII character (9 × 17)
• HRI is the character used for making notes of barcode.
• HRI characters are printed at the position specified by
GS H
.
[Default]
n = 0
[Relative]
GS H, GS k
GS h n Select barcode height
[Function]
Select barcode height.
[Format]
ASCII
GS
h
n
Hex
1D
68
n
Decimal 29
104 n
[Value range]
1 ≤ n ≤ 255
[Notes]
The height of barcode is n dots.
[Default]
n = 162
[Relative]
GS k
GS o n Set QRCODE barcode parameters
[Function]
Set QRCODE barcode parameters.
[Format]
ASCII
GS
o
m nA nB nC
Hex
1D
6F
m nA nB nC
Decimal 29
111
m nA nB nC
[Value range] m = 0
1≤ nA ≤255 , 0≤nB≤1, 1≤nC ≤2
The meaning of n is defined as follows:
Parameters
Meaning of parameters
nA
Width of basic cells of barcode
nB
Language mode 0: Chinese 1: Japanese
nC
Symbol type 1: Original type 2: Enhanced type (recommended)
[Notes]
This command is invalid when the parameter exceeds the valid range.
[Default ]
nA = 3
,
nB=0
,
nC=2