TSC AUTO ID Technology Co., Ltd. 66 Copyright 2013 All Rights Reserved.
Data string including double quote (“) character, please use \["]
instead of
SIZE 4,2.5
CAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,A,0,"ABC\["]abc\["]123"
QRCODE 160,160,H,4,A,0,"123\["]ABC\["]abc"
QRCODE 310,310,H,4,A,0,"\["]印表機\["]ABCabc123"
PRINT 1,1
General data string
SIZE 4,2.5
CAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,M,0,"AABC!B0003abc!N123"
QRCODE 160,160,H,4,M,0,"N123!AABC!B0003abc"
QRCODE 310,310,H,4,M,0,"K 印表機!AABC!B0006abc123"
PRINT 1,1
Data string including <Enter> character, <Enter> is an 8-bit byte
data
SIZE 4,2.5
CAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,M,0,"AABC!B0007<Enter>
abc<Enter>
!N123"
QRCODE 160,160,H,4,M,0,"N123!B0002<Enter>
!AABC!B0005<Enter>
abc"
QRCODE 310,310,H,4,M,0,"K 印表機!B0002<Enter>
!AABC!B0010<Enter>
abc<Enter>
123"
PRINT 1,1
Data string concatenation (Must be used with DOWNLOAD ... EOP
command)
DOWNLOAD “A.BAS”
SIZE 4,2.5
CAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,M,0,"AABC!B0006abc123!N"+STR$(1234)
QRCODE 160,160,H,4,M,0,"N123!AABC!B0007abc"+"1234"
QRCODE 310,310,H,4,M,0,"K 印表
機!AABC!B0014abc123"+"1234"+"abcd"
PRINT 1,1
EOP
A