I want to print QR code on RFID tag using Zebra RFID ZT410 printer. I am using the following code but its not helping me. Anybody can help me? I want my QR Code to look like this
I am using this code
^XA^MMT^PW406^LL0406^LS0^FT126,277^BQN,2,3^FH\^FDMA,http://www.example.com^FS^RS8,F32,1,,,,2^RFW,H^FD000000000000000000322442^FS^PQ1,0,1,Y^XZ
1 Replies
Your ZPL code works. The "http://www.example.com" is encoded in the QR code properly. The following QR code is generated from your ZPL.
If you want to have text along the QR code, you would need to add the test separately. See the highlighted line below as an example.
^XA
^MMT
^PW406
^LL0406
^LS0
^FT126,77^BQN,2,3
^FH\^FDMA,http://www.example.com^FS
^RS8,F32,1,,,,2
^RFW,H^FD000000000000000000322442^FS
^FO90,90^FD1234567^FS
^PQ1,0,1,Y^XZ