Get Status Of a Zebra Printer

N Nicolas Lesfori 2 years 11 months ago
1007 2 0

Hello!

I would need to know how to get the status of the zebra printer in PHP if possible. Is there any way? or in another programming language? I connect to the printer through the Ip and port and I can print OK, but I need to know the status of it either by sending some command but I do not know how to get the answer.

Thank you!

regards

Nicolas

Please register or login to post a reply

2 Replies

N Nicolas Lesfori

Thanks Robin, and if I want to clear the printer buffer before send a command that prints a QR? Which Command can I use? ~JA ?

Regards!

V Vedsatx Saddvv

Hi Nicolas, You can definitely get status of the printer the same way you send print jobs. You will have to do a little parsing with PHP because we don't have an SDK for it, but it will work. You will need a TCP client and listener.
Send the following:
~HQES
Then use the manual here to parse the response and show readable statuses to your users. 
This will work on any ZPL label printer.
If you are open to other languages, we have SDK's for Java and .NET that have standard GetStatus() commands to show current status of the printer, but under the covers, it's just using this command or a similar one. 

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