
Thermal Printer Technical Manual
65
{data}:Barcode data
[Example]
! 0 200 200 210 1
BARCODE 128 1 1 50 150 10 HORIZ.
TEXT 24 0 210 65 HORIZ.
PRINT
2D Barcode
PDF417
[Format] {command} {type} {x} {y} {XD n} {YD n} {C n} {S n}
{data}
<ENDPDF>
[Example] {command}
:
BARCODE(or B)
{type}
:
PDF-417
{x}
:
Horizontal starting position
{y}
:
Vertical starting position
{XD n}
:
Width of the narrowest element. Range is 1 to 32, default is 2.
{YD n}
:
Height of the narrowest element. Range is 1 to 32, default is 6.
{C n}
:
Character numbers of each line. Range is 1 to 30, default is 3.
{S n}
:
Security level indicates maximum amount of errors to be detected and/or
corrected. Range is 0 to 8; default is 1.
{data}
:
Barcode data
<ENDPDF>
:
Terminates PDF-417
[Example]
! 0 200 200 210 1
B PDF-417 10 20 XD 3 YD 12 C 3 S 2
PDF Data
ABCDE12345
ENDPDF
T 24 11 10 100 PDF Data
T 24 11 10 150 ABCDE12345
PRINT
QR Code
[Format] {command} {type} {x} {y} [M n] [U n]
{data}
<ENDQR>
[Description] {command}
:
BARCODE(or B)
{type}
:
QR
{x}
:
Horizontal starting position
{y}
:
Vertical starting position
[M n]
:
QR code model number Range is 1 or 2. Default is 2
[U n]
:
Width/Height of the module. Range is 1 to 6, default is 6.
{data}
:
QR barcode data
,
See the following examples
,
{data} includes some
mode selection symbols in addition to actual input data character string. The