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"