Data characters per symbol (for maximum symbol size):
Model 1 (Version 14-L) Model 2 (Version 40-L)
1). Numeric data: 1,167 characters 7,089 characters
2). Alphanumeric data: 707 characters 4,296 characters
3). 8-bit byte data: 486 characters 2,953 characters
4). Kanji data: 299 characters 1,817 characters
Manual mode
* If “A” is the first character in the data string, then the following data
after “A” is alphanumeric data.
* If “N” is the first character in the data string, then the following data
after “N” is numeric data.
*If “B” is the first character in the data string, then the following 4 digits
after “B” is used to specify numbers of data. After the 4 digits is the
number of bytes of binary data to be encoded.
*If “K” is the first character in the data string, then the following data
after “K” is Kanji data.
*If “!” is in the data string and follows by “N”, “A”, “B”, “K” then it will be
switched to specified encodable character set.
Manual mode example:
QRCODE 100,10,L,7,M,0,M1,S1,"ATHE FIRMWARE HAS BEEN UPDATED"
(Where A: Alphanumeric data)
QRCODE 100,10,M,7,M,0,M1,S2,"N123456"
(Where N: Numeric data)
QRCODE 100,10,Q,7,M,0,M1,S3,"N123456!ATHE FIRMWARE HAS BEEN
UPDATED"
(Where N: Numeric data ; !:Transfer char ; A: Alphanumeric data)
QRCODE 100,10,H,7,M,0,M1,S3,"B0012Product name"
(where B: Binary data ; 0012: 12 bytes )
QRCODE 100,10,M,7,M,0,M1,S3,"K"
(Where K: Kanji data)
Auto mode example:
QRCODE 100,10,M,7,A,0,"THE FIRMWARE HAS BEEN UPDATED"