flutter_serial_communication 0.2.4 copy "flutter_serial_communication: ^0.2.4" to clipboard
flutter_serial_communication: ^0.2.4 copied to clipboard

Library for serial communication. Currently supports Android USB (OTG) to communicate with Arduinos and other USB serial hardware on Android WITHOUT using root access.

0.2.4 #

  • Implementations for setting usb DTR and RTS
  • Connect device after permission is granted
  • Fix for APP crash and force close when serial status connected and cable detached from device #6

Thanks to DominikStarke for the fix!

0.2.3 #

  • Change gradle implementation to api, so updating build gradle wont be needed when installing the library

0.2.2 #

  • Add vendorId to DeviceInfo

0.2.1 #

  • Remove equal operator from DeviceInfo

0.2.0 BREAKING #

  • Change getAvailableDevices to detailed device info version
  • Change connect to require DeviceInfo from getAvailableDevices

0.1.2 #

  • Add getAvailableDevices

0.1.1 #

  • Fix typo in document

0.1.0 #

  • Update to minor version v0.1.0

0.0.3 #

  • Remove uneeded libraries to reduce package size

0.0.2 #

  • Update descriptions
  • Follow flutter lint formats

0.0.1 #

  • Android Add basic functionalities for serial communication: getAvailableDevices, connect, disconnect, write, getSerialMessageListener, getDeviceConnectionListener.
25
likes
0
points
267
downloads

Publisher

verified publisherfarells.id

Weekly Downloads

Library for serial communication. Currently supports Android USB (OTG) to communicate with Arduinos and other USB serial hardware on Android WITHOUT using root access.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_serial_communication