genielabs / serialport-lib-dotnet

Serial Port libray for .Net / Mono
https://www.nuget.org/packages/SerialPortLib/
Apache License 2.0
157 stars 65 forks source link

How to support synchronous communication? #27

Open 12343954 opened 8 months ago

12343954 commented 8 months ago

thank you for your work! this lib is very good support for asynchronous communication. much easier to use than System.IO.Ports.dll.

in most case, i wanna use it for synchronous communication, like real-time write/read, or request/response or ping/pang. many people may need this feature. thank you so much!

the same question: https://github.com/genielabs/serialport-lib-dotnet/issues/23