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

I found that my serial port could not receive data normally after working for a period of time #100

Closed guaicaiboshi closed 4 years ago

guaicaiboshi commented 4 years ago

I found that my serial port could not receive data normally after working for a period of time. Working for two hours or so is unacceptable.

jcurl commented 4 years ago

This problem doesn't contain any information that can be used for analysis (what does "could not receive data normally actually mean?). I've used it on other projects for a long period of time, receiving data from remote targets and it works as I'd expect.

Closing for a lack of information.

If you can provide a more specific case of what the problem you're seeing (specify the inputs to your application, the outputs), I can investigate it further. For a good bug report, see the Wiki. a good example is #104