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
624 stars 197 forks source link

Switching Baud Rate while Connection remains open. #97

Open rafaribe opened 4 years ago

rafaribe commented 4 years ago

https://github.com/jcurl/SerialPortStream/blob/d25bbf9f9d2f4f32e9f324b23771257d7e4b97d6/dll/serialunix/libnserial/baudrate.c#L181

Are there plans to implement this?

My temporary fix is to Close the connection and then Open it again, but it's not a solution that I like personally. @jcurl What are your thoughts on this?

jcurl commented 4 years ago

At this point in time I have no plans to implement.