Integrate ZD220T printer with Python script

// Expert user has replied.
R Rafael Nicolay 2 years 11 months ago
1136 2 2

Hello!
I have a tag with some variable elements in ZPL format.
I'm using Windows 10 and a ZD220T connected though USB.
How to I send my ZPL label to the printer?

Please register or login to post a reply

2 Replies

R Rafael Nicolay

Got it working! It's really simple, actually!
Install Zebra package from PyPI and use the script:
from zebra import Zebra
label = ("My label done using Zebra Designer (in ZPL format)")
# This is the name of the printer, in my case, is "ZDesigner ZD220-203dpi ZPL"
z = Zebra('ZDesigner ZD220-203dpi ZPL')
z.output(label)

S Steven Si

You can download and install ZebraDesigner Driver for ZD220T. You can find the driver on the ZD220T support page. The driver supports Windows 10. Then the Python script can send the ZPL through the driver to the printer. Hope this helps.

CONTACT
Can’t find what you’re looking for?