FBPL Command Reference

Table Of Contents
73
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"
Example
Sample code
Result
Auto mode example
General data string
SIZE 4,2.5
GAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,A,0, "ABCabc123"
QRCODE 160,160,H,4,A,0, "123ABCabc"
QRCODE 310,310,M,4,A,0,M2, "Printer
ABCabc123"
PRINT 1,1
sample
sample
sample