Open biloo-dev opened 1 year ago
Thanks I will look for a device that requires pin to try to implement the option.
Thank you. I appreciate your interaction
Can you do me a favor please ?
can you add a timeout argument to connect function as optional parameter just for avoid timeout
As long as the pin number is not added, please add connect with timeout thanks
String mac = "66:02:BD:06:18:7B"; final bool result = await PrintBluetoothThermal.connect(macPrinterAddress: mac,timeout:35);
That's another good suggestion, to set the waiting time, I had thought about that, thanks.
Thank you @andresperezmelo, I'm looking forward to new features Thanks
i hade this error in my xPrinter Xp-p323B connect with pin code 0000;
When I try to connect to a printer with a pin code, the connection is closed immediately before the pin code is entered
i'm using the example of this package
It would be great if you could add new features
Example: await device.connectWithPin("1234")
https://github.com/pauldemarco/flutter_blue/pull/747