Unit 4: Standard Command Codes
SATO GL4xxe SBPL Programming Reference Page 4-43
QR CODE
FUNCTION
Specifies QR Code of 2D code.
FORMAT
<ESC>BQ (Manual setting)
<ESC>BQ (Auto setting)
a = Error correction level
1: 7% high density
2: 15% standard
3: 30% high reliability
4: 25%
b = Concentration mode
0: Normal mode
1: Concentration mode
c = Cell size (01 to 32)
d = Number of partitions by concentration mode (01 to 16)
e = Sequential number partitioned by concentration mode (01 to 16)
f = Concentration mode parity data (00 to ff)
g = Character mode
1: Number mode
2: Alphanumeric mode
3: Binary mode
h = Data number (0001 to 7366)
n=Data
Place anywhere after <ESC>V but before <ESC>Q.
EXAMPLE
<ESC>A
<ESC>H0100<ESC>V0100<ESC>BQ3010,112345
<ESC>Q1
<ESC>Z
OUTPUT
(4-31)
NOTES
Carry out XOR logic operation of all the partitioned print data of the QR code and
then, specify this operation data in hexadecimal character. This is referred to as
“Parity Data”.
When the character mode is set to other than binary mode, it is not necessary to set
the data number parameter.