Releases: mogoson/MGS.SerialPort
Releases · mogoson/MGS.SerialPort
v2.0.1
v2.0.0
MGS-SerialPort-1.0.0
Release For Unity 5.3 Or Above
New
- Use UnityEngine.JsonUtility.
Modify
- Compile scripts to Dll.
MGS-SerialPort-0.4.0
Release For Compile
Modify
- Compile scripts to dll.
MGS-SerialPort-0.3.0
Release For Optimize
New
- Add LogUtility to output log message.
Modify
- Modify the out error param of SerialPortController public method.
MGS-SerialPort-0.2.0
Release For Singleton Pattern
New
- Generic Singleton as base class to provide a single instance of the specified type.
Modify
- SerialPortController derived from the base class Singleton to provide a single instance.
Fixes
- Thread out of control if reinitialize serialport when it is reading or writing.
MGS-SerialPort-0.1.1
Release for Unity 5.3 or above.
Modify
- Use UnityEngine.JsonUtility.
- Abandon Newtonsoft.Json.JsonConvert.
Delete
- Newtonsoft.Json.dll.