I have 2 Zebra Printers connected to the same computer via USB. I can only get the printer status on the printer selected as default in Zebra Browser Print. When I try to get the status on the other printer (Not the default one), I always get an empty response. Am I missing anything here?
Command being write to the printer is "~HQES"
Working with ZBP v1.3.1.445 / Windows 10
1 Replies
Have you tried with the BrowserPrint.js-3.0.216/sample/index.html demo that comes with the Browser Print release? There is a Get Status button, which it sends the status query commands ~HS. But you can change it to ~HQES. When you click on this button, you should see the response in the popup. You can select the default printer or non-default printer, and query for the status. This should work for all the printers regardless of default or non-default printer. I got the status in the response from the non-default USB printers.