REGO Thermal Printer Technical Manual
www.regotek.com
66
{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
type of the input data could be recognized automatically by printer software
or set “manually”. There is a separator (comma) between mode selection
symbols and the actual data.
{data}format
:
<Error Correction Level><Mask No.><Data Input Mode (should be
“A”)>,<Data character String>
Error Correction Level should be one of the following symbols
:
H-Ultra high reliability level(Level H)
Q-High reliability level (Level Q)
M-Standard level(Level M)
L-High density level(Level L)
Mask Number may be omitted or have a value from 0 to 8:
:
None – Automatic selection of the mask by software;
From 0 to 9 – use mask with corresponding number (0 to 9)
<ENDQR>:Terminates QR code.
[Example]
! 0 200 200 500 1
B QR 10 100 M 2 U 10
MA,QR code ABC123
ENDQR