Wasp Technologies.
36 Copyright 2001 All Rights Reserved.
3). 8-bit byte data: 486 characters 2,953 characters
4). Kanji data: 299 characters 1,817 characters
*If “A” is the first character in the data string, then the following data after “A”
are Alphanumeric data.
*If “N” is the first character in the data string, then the following data after “N”
are 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 are 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.
Example
Manual mode example:
QRCODE 100,10,L,7,M,0,M1,S1,"
A
THE FIRMWARE HAS BEEN
UPDATED"
(Where A: Alphanumeric data)
QRCODE 100,10,M,7,M,0,M1,S2,"
N
123456"
(Where N: Numeric data)
QRCODE 100,10,Q,7,M,0,M1,S3,"
N
123456
!A
THE FIRMWARE HAS
BEEN UPDATED"
(Where N: Numeric data ; !:Transfer char ; A: Alphanumeric data)
QRCODE 100,10,H,7,M,0,M1,S3,"
B0012
Product 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
Содержание WPL305
Страница 1: ...WPL2 PROGRAMMING MANUAL Wasp Technologies BAR CODE PRINTER SERIES...
Страница 5: ...SECOND 105 YEAR 106 MONTH 107 DATE 108 DAY 109 HOUR 110 MINUTE 111 SECOND 112...
Страница 8: ...Wasp Technologies 2 Copyright 2001 All Rights Reserved GAP BLINE...
Страница 60: ...Wasp Technologies 54 Copyright 2001 All Rights Reserved See Also F FILES...
Страница 67: ...Wasp Technologies 61 Copyright 2001 All Rights Reserved See Also DOWNLOAD EOP OPEN READ SEEK...
Страница 100: ...Wasp Technologies 94 Copyright 2001 All Rights Reserved See Also SIZE GAP BLINE...
Страница 119: ...Wasp Technologies 113 Copyright 2001 All Rights Reserved...
Страница 120: ...Last update May 21 2004...