I'm using Browser Print with a web application I've made, loaded in the JS for Browserprint.
The device is definitely being seen from the browser, as the select dropdown populates with the printer and a config info windows pops up.
However, I'm unable to writeselectedtext or sendimage at all. I don't know how to begin diagnosing this issue, help would be greatly appreciated.
Zebra ZD410 thermal label printer.
3 Replies
Hello Joseph,
You may need to upgrade your Browser Print software to most recent version.
Also, you may find this discussion helpful:
There are some important details mentioned by Steven Si.
Dmitry Prokhorov
Software Engineer, Kutir Mobility
Posted on behalf of Zebra Technologies
Hello Joseph,
Could this topic and examples be able to help you with your problem?
Dmitry Prokhorov
Software Engineer, Kutir Mobility
Posted on behalf of Zebra Technologies
When I click the button to print the status light flashes green for a tiny bit. With inspect element I determined that when clicking the button there is a post called write that contains what should be written (test) to localhost:9100
{"device":{"name":"50j181800484","uid":"50j181800484","connection":"usb","deviceType":"printer","version":2,"provider":"com.zebra.ds.webdriver.desktop.provider.DefaultDeviceProvider","manufacturer":"Zebra Technologies"},"data":"test"}
Is there a local log anywhere that I can try to see what's going wrong?