Programming Codes
T480
Programmer’s Guide
Page
124
Rev A
100-14362
Micro QRCode
Micro QR Code is a 2D barcode readable by most QR scanners, mobile phones and
smart phones with a camera. The code is similar to QR code although is restricted to 35
characters
Numeric only
Max. 35 characters
Max. 21 characters
Binary (8 bits)
Max. 15 bytes
Max. 9 characters
Note: The number of characters is also affected by the error correction. The above
assumes the default level L is used.
Note: Lower case alpha is processed as binary data. URL information works best in
upper case.
Note: At this time Kanji and Katakana are not supported by the EPIC 3000
Micro QRCode is controlled by the same commands as QR code. Error correction level
H is not available as the number of correction characters would exceed the input length.
Micro QRCode Commands
There are two version of the command, one is null terminated and the other allows a
length to be specified (Note that the length is a two byte field as the symbol may contain
more than 256 characters.
Function
Micro QRCode
ASCII
[ESC] b <37>{information} [NUL]
Hexadecimal
1BH 62H <37>{information} [NUL]
Decimal
<27> <98> <37>{information} [NUL]
Function
Micro QRCode
ASCII
[ESC] b <36><nL><nH><d
1
> … <d
n
>
Hexadecimal
1BH 62H <36><nL><nH><d
1
> … <d
n
>
Decimal
<27> <98> <36><nL><nH><d
1
> … <d
n
>
[ESC] b <36>WWW.TRANSACT-TECH.COM[NUL]
Figure 44 Data Micro QRCode Example
Note:
The normal Select barcode Width and Select Barcode height
commands do not affect Micro QRCode barcodes. The rules governing
how the barcode is printed do not allow variations in the aspect ratios.
The QRCode control commands that will allow some control over how the
barcode is printed.
Содержание Epic 3000
Страница 1: ...Epic 3000 Programmer s Guide PN 100 14362 Rev A Dec 2015...
Страница 2: ...Programming Codes Epic 3000 Programmer s Guide Page 2 Rev A 100 14362...
Страница 266: ......