Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 844 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.1.5] - 2018-05-26

Changed

  • Switch library to netstandard2.0
  • Switch desktop target to net471
  • Fix some minor bugs

0.1.1 - 2018-05-21

Added

  • Basic function to send/receive data using Serial Port or TCP.
  • Can send message automatically using C# script.
  • Add dev app icon for all OSes.
  • Add checkbox to enable / disable RTS/DTS.

Changed

  • Default values of Serial port is based on SerialPort class.