hello,
how can I send ZPL commands to the ZD410 printer via http request with curl option to print labels?
are there other ways to send ZPL commands to the printer?
thanks
Musti
ZPL sending with iOS// Expert user has replied.hello, are there other ways to send ZPL commands to the printer? thanks Musti |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
2 Replies
There is a mini web server on each Zebra printer. The endpoint is http://printsIPAddress/pstprnt. If your printer's IP address is 192.168.1.2, the Curl to send the ZPL of the Hello World would look like below. Sending the following Curl will print a Hello World! label.
Thank you very much. It worked.