Open dariocavada opened 3 years ago
Yes, you are absolutely right that there should be better examples. Do you have a suggestion for what the examples could read and write? The typical problem with serial port examples - should one assume dummy echoes, a certain protocol, or something else? :) Anyway, one option could be to adapt/port the dummy examples from libserialport.
This is a Flutter component, so some example with widgets and business logic would be very useful:
A typical read and write from/to Arduino for exampe... And eventually a complete example (in the example folder) that shows how:
@dariocavada You could see this site for more examples. It is same. https://pub.dev/packages/dart_serial_port
First of all thank you for this package.
Would like to know if it's possible to have an example for reading data from a serial port using flutter.
My goal is to use the serial port on an Android Set Top Box (N1 Max) capable of reading data from Arduino.