You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
W/BluetoothAdapter(17303): getBluetoothService() called with no BluetoothManagerCallback
D/====> print: (17303): connect: read failed, socket might closed or timeout, read ret: -1 code 42882209
I/flutter (17303): result status connect: false
I/flutter (17303): state conected false
i'm using the example of this package
It would be great if you could add new features
This feature allows the connection to be made without the user having to write the device's PIN, being set programmatically with the connectWithPin() method, being necessary to pass the pin of the device to be connected (Android only).
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);
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
The text was updated successfully, but these errors were encountered: