dart_serial_port 0.1.0-nullsafety.0 copy "dart_serial_port: ^0.1.0-nullsafety.0" to clipboard
dart_serial_port: ^0.1.0-nullsafety.0 copied to clipboard

discontinuedreplaced by: libserialport
outdated

Serial Port for Dart (FFI bindings to libserialport, a minimal C-library created by the sigrok).

[0.1.0-nullsafety.0] - 2021-01-01 #

  • Migrated to null safety
  • Happy New Year!

[0.0.7] - 2021-01-01 #

  • Fixed product & vendor ID etc. to return null instead of random values when the respective libserialport query fails underneath.

[0.0.6] - 2021-01-01 #

  • Fixed dynamic library lookup caching

[0.0.5] - 2020-12-17 #

  • Fixed a null pointer dereference in SerialPort.availablePorts
    • Thanks @Coimbra1984!

[0.0.4+1] - 2020-10-02 #

  • Fixed the example snippet in the README

[0.0.4] - 2020-10-02 #

  • Added a note about flutter_serial_port "sibling" package

[0.0.3] - 2020-09-27 #

  • Made SerialPortReader report stream errors
  • Added SerialPortReader.port getter
  • Added SerialPort.isOpen getter
  • Fixed SerialPortReader respect stream pause & resume
  • Replaced SerialPort.lastErrorXxx with SerialPort.lastError
  • Fixed handling of the LIBSERIALPORT_PATH environment variable
  • Fixed error handling for errno=0 type of failures

[0.0.2] - 2020-09-06 #

  • Fixed a null pointer dereference

[0.0.1+2] - 2020-09-02 #

  • Example: added missing dispose() call to avoid leaks

[0.0.1+1] - 2020-09-01 #

  • Address pub.dev score

[0.0.1] - 2020-09-01 #

  • Initial release
18
likes
0
pub points
54%
popularity

Publisher

unverified uploader

Serial Port for Dart (FFI bindings to libserialport, a minimal C-library created by the sigrok).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi

More

Packages that depend on dart_serial_port