flutter_libserialport
flutter_libserialport copied to clipboard
SerialPortReader: when is OnDone called?
SerialPortReader: when is OnDone called?
When I am done with reading in OnData, I tried to call reader.close(); but it crash the app. When is OnDone called?
The onDone is called when you call the serialPort close() method
Could you provide more information to reproduce the crash?