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
614 stars 196 forks source link

Get access to the Stream object for a better compatibility #137

Closed LexFerrinson closed 1 year ago

LexFerrinson commented 1 year ago

It would be great to be able to get the Stream object from the serial port since the stream object already implements async methods really useful. Moreover it would be easier to migrate from the MS IO ports to this package.

LexFerrinson commented 1 year ago

Solved, the serialportstream itself is a stream so it can be used as the serialport.baseStream from the official MS library