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.
- Switch library to netstandard2.0
- Switch desktop target to net471
- Fix some minor bugs
0.1.1 - 2018-05-21
- 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.
- Default values of Serial port is based on
SerialPort
class.