Reputation: 89
I am developing render utility in C#.Net for printing labels in my Kiosk application. I have used RawPrinter class to send ZPL commands. If i print 5 labels how can i get response that printer actually print 5 or less. I also need to read detail printer current status if its out of paper, paper low or if any problem is found.
I have saw SGD Commands ! U1 getvar "device.host_status", but not get any response.
I want to know does ZPL commands are right choice or is there any free sdk available.
Upvotes: 1
Views: 366
Reputation: 1278
According to the manual (ZPLII ZBI Manual) device.host_status is only available on the ZT200 series printer. If you are using the Zebra Kiosk printer see this article Get Status on Zebra Kiosk Printer.
I don't know if they have an SDK for the reciept printer, but if they do it will be here Zebra Link SDK
Upvotes: 1