andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
351 stars 300 forks source link

Cannot find my bluetooth printer in Android #111

Open aharoldk opened 3 years ago

aharoldk commented 3 years ago

Hello team dev,

i use printer auqoz model AQ-58D Max (china) and use this code to search my printer. _printerManager.scanResults.listen((val) { if (!mounted) return; log("$val"); setState(() => _devices = val); }); _printerManager.stopScan();

but I can't find it.

could you help me?

Aman-yd commented 2 years ago

Same issue. Note able to scan any printer.