How to print QR code using EPL commands from Zebra GC420t printer

2.6k views Asked by At

I am using EPL commands to print barcodes(Zebra GC420t). Now i need to print QR code using EPL commands(Zebra GC420t). Please help to find out the solution.

1

There are 1 answers

0
nikitastrike On

Suggested: EPL Programming Guide

As seen on the docs, QR codes can be printed with the b (barcode) command:

Format: b(x-position),(y-position),Q,(model),"(qr code data)"

So, if you wanted to print a QR code with a "hello" value it would be something like this

b264,130,Q,m2,"hello"