CesarBalzer / Cordova-Plugin-BTPrinter

A cordova plugin for bluetooth printer for android platform
Apache License 2.0
81 stars 64 forks source link

Supported Printers #49

Closed VamsiTelagathoti closed 3 years ago

VamsiTelagathoti commented 3 years ago

it will be very Helpful , if all supported printers are mentioned here. Specially I am looking for printers in Zebra company. Can anyone tell me model names of the printer in Zebra Company .

Thanks in Advance. @CesarBalzer @andreszs

VamsiTelagathoti commented 3 years ago

In zebra printer it is showing printing is done but nothing is happening at the printer side, Any one faced this issue? @andreszs @CesarBalzer

andreszs commented 3 years ago

The plugin uses standard EPSON ESC/POS commands, so as long as the printer supports them (properly) this plugin will work correctly.

If your printer does not respond properly to standard commands, refer to its technical manual for the ESC/POS commands for each method and send them from the app with the plugin's printPOSCommand method.

It's not feasible to make a list of supported printers because there are thousands of them.

VamsiTelagathoti commented 3 years ago

Thank You @andreszs for your response , I got the desired output. It's working with the ZQ320 Printer.