http://www.woosim.com
67
* M16C Version only.
GS Z n
[Name]
Select 2D barcode type
[Format]
ASCII
GS
Z
n
HEX
1D
5A
n
Decimal
27
90
n
[Range]
n=0 : PDF417(default)
n=1 : DATAMATRIX
n=2 : QR-CODE
ESC Z m n k d d1…dn
[Name]
Print 2D barcode
[Format]
ASCII ESC
Z
m n k d d1…dn
HEX
1B
5A
m n k d d1…dn
Decimal 27
90
m n k d d1…dn
[Description]
ྙ
DATAMATRIX Type:
m
specifies height of the symbol. (0:auto size)
n
specifies width of the symbol. (if m=0, don’t care)
k
specifies module size. (1~8)
d
is consist of 2 byte. 1st byte is lower number. And 2nd byte is upper
number.
G
G
ྚ
QR-CODE Type:
m
specifies version of the symbol. (1~40, 0:auto size)
n
specifies ECC level. (L:7%, M:15%,Q:25%,H:30%)
k
specifies module size. (1~8)
d
is consist of 2 byte. 1st byte is lower number. And 2nd byte is upper
number.