EasyManua.ls Logo

Bematech LB-1000 - Page 63

Bematech LB-1000
172 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
*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.
Model QR Code
LB
-
1000
Example
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"
(1) Auto mode example
a. General data string
SIZE 4,2.5
GAP 0.12,0
CLS
QRCODE 10,10,H,4,A,0,"ABCabc123"
QRCODE 160,160,H,4,A,0,"123ABCabc"
QRCODE 310,310,H,4,A,0," ABCabc123"
PRINT 1,1
b. Data string including <Enter> character (0Dh, 0Ah)
SIZE 4,2.5
GAP 0.12,0
CLS
QRCODE 10,10,H,4,A,0,"ABC<Enter>
abc<Enter>

Other manuals for Bematech LB-1000