jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
631 stars 197 forks source link

ReadAsync/WriteAsync don't appear in ISerialPortStream (but they are in SerialPortStream) #124

Closed Macaddict42 closed 3 years ago

Macaddict42 commented 3 years ago

For some reason I'm not seeing ReadAsync/WriteAsync anymore in the ISerialPortStream interface when using v2.3.1. Was this an accidental change or intentional?

jcurl commented 3 years ago

Does this commit fix your problem?

https://github.com/jcurl/SerialPortStream/commit/1d417a4c532420dc2622f2a523d18b6f6762ee83

jcurl commented 3 years ago

Assuming resolved, closing.