altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
121 stars 83 forks source link

Feature/Equality and multi connection #36

Closed aziz-marashly closed 3 years ago

aziz-marashly commented 3 years ago

This is some changes i make to the library that make it easier to use: 1.First future is that you can connect to multiple devices at the same time. 2.Second feature that you can compare usb devices "add equitable " so that you can do a for loop to check if device you connect to still attached.

I think examples need to be updated.