CrossGeeks / BluetoothPrintSample

Sample that shows how to do bluetooth printing in Xamarin Forms using Shiny
MIT License
46 stars 34 forks source link

I cannot get it to work with a Zebra iMZ320 printer and Android 9.0. The printer is not listed when I scan for devices. Has anyone achieved it yet? #1

Open mpapadis opened 4 years ago

Char0394 commented 4 years ago

For Zebra printers you should use Zebra SDK, this just works for thermal bluetooth printers compatible with esc/pos standard.

On Tue, Apr 21, 2020, 6:59 AM Michail Papadakis notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CrossGeeks/BluetoothPrintSample/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKWUVRDBKYZEF32JOWR7P3RNV37TANCNFSM4MNGQDXA .

mpapadis commented 4 years ago

For Zebra printers you should use Zebra SDK, this just works for thermal bluetooth printers compatible with esc/pos standard. On Tue, Apr 21, 2020, 6:59 AM Michail Papadakis @.***> wrote: — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKWUVRDBKYZEF32JOWR7P3RNV37TANCNFSM4MNGQDXA .

I have already implemented it with Zebra SDK but a universal printing service for all bluetooth printers would be great!