forked from jcurl/RJCP.DLL.SerialPortStream
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChanges.txt
19 lines (14 loc) · 844 Bytes
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Here is a list of some of the functional changes made in version 2.0.0.0
* General changes: Refactored to make the code much simpler to read and
maintain, as well as to support for other platforms.
* DtrEnable no longer throws an exception on getting if the Handshake is set.
Reading the property returns the value that would be set when handshaking
for DTR/DSR is disabled.
* RtsEnable no longer throws an exception on getting if the Handshake is set.
Reading the property returns the value that would be set when handshaking
for RTS/CTS is disabled.
TODO:
* Clean up what methods check IsDisposed and not in SerialPortStream.
* If there is a problem with SetPortSettings, we should roll back somehow.
* WinNativeSerial doesn't need to set the DriverInQueue/DriverOutQueue as it
can only be called when the port is not opened.