Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

53 lines (42 loc) · 1.17 KB

0.4.0

  • Change default read timeout on Windows
  • Add a delay param for serial reading
  • Fix Ping Pong sample

0.3.1:

  • Update SDK to 1.12.1 and dev dependencies
  • Update tools librairies

0.3.0

  • Update dev dependencies
  • Use test package instead of unittest
  • Windows support
  • Basic support for parity and stopbits
  • Provided compiled lib for Linux 64, MacOSX 64 and Windows 64
  • Grinder as dev task tool

0.2.3

  • Fix for SDK 1.9.1
  • Use async/await

0.2.2

  • Rewrite tests with expectAsync and remove mock files from 0.2.1
  • Fix naming typo

0.2.1

  • Use Mockable File for testing
  • Increase test coverage
  • Internals changes
  • Increase require Dart SDK to 1.8

0.2.0

  • MacOSX : retrieve all serial devices (bluetooth include)
  • Remove type on Future returned
  • Add a command line tools in bin directory

0.1.0

  • Fix on types

0.0.4

  • Move build script to bin

0.0.3

  • List devices

0.0.2

  • Internal changes for writing bytes
  • Add getter to check if open

0.0.1

  • Open/close connection
  • Write/Read bytes
  • Write String