- SerialPort class with same API as System.IO.Ports.SerialPort
- Nothing
These are the changes to each version that has been released on the official Visual Studio extension gallery.
- PB: CommBase.cs - Change Parity of opened port
- PB: SerialPort.cs - WriteImmediate
- TK: CommBase.cs - Change comm port properties of opened Port
- TK: CommBase.cs - Refaktoring of variable names.
- TK: CommBase.cs - Append got bytes count to error message 005
- TK: CommBase.cs - Append hPort to error message
- TK: CommBase.cs - IgnoreErrorFraming, IgnoreErrorOverrun, IgnoreErrorParity
- TK: SerialPort.cs - Virtual call in constructor removed
- TK: SerialPort.cs - ByteReceived event
- TK: NativeMethods.cs - Initialize port DCB by GetCommState
- TK: CommBase.cs - Fixed inner exception in ThrowException
- TK: CommBase.cs - ThrowException check LastDllError and create inner exception
- TK: CommBase.cs - Worker thread marked as background thread
- TK: ASCII.cs - Added 0xFF char
- TK: ASCII.cs - Added TAB (same as HT)
- TK: ASCII.cs - Added summary
- TK: SerialPort.cs - RtsEnable, DtrEnable (improved compatibility with system SerialPort)
- TK: SerialPort.cs - Added Handshake settings (improved compatibility with system SerialPort)
- TK: PortHelper.cs - Resolved bug NullReferenceException in GetPortNames()
- TK: SerialPort.cs - Added ReplaceBytes dictionary
- TK: Removed unused references
- TK: Version 1.4 (2009-08-05) changes labelled thus.
- JH: Version 1.3 changes labelled thus.
- JH: Version 1.2 changes labelled thus.
- JH: Version 1.1 changes labelled thus.