kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

Pairing requested and fails every time I send a connect command #167

Closed YahalomsGuy closed 1 year ago

YahalomsGuy commented 1 year ago

I've been working with this great package for a while now, I have recently changed the printer I am working with (from xPrinter XP-365B to xPrinter XP-DT325B) I am initializing the service with the Name and the MAC ADDRESS of the printer (just like I used to do with the old printer.

With the new printer, whenever I try to connect to the printer I get a pairing request (although in Android settings is it paired), after I fill in the pairing password I get a popup (from the OS itself , not from my app) saying "Couldn't pair with XP-DT325B. Make sure that it's ready to pair"

I have tried to print to the printer from another app, through Bluetooth, and it is working, connecting and printing. Please help.

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.