Looking for third party SerialPort solution [closed]
开发者_运维知识库
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm looking for a third party Serial Port solution (commercially or open-source are equally welcome). There are some known bugs in .NET Serial Port class that gives me all sorts of threading errors. Does any know of any good third party solution that works for C# WPF application?
[EDITED] I have encountered similar problems to this
USB or RS-??? (232, 435, etc)?
Just googling a little:
Open source:
- http://sourceforge.net/projects/serialportnet/
Comercial:
- http://www.marshallsoft.com/serial-communication-library.htm
- http://www.zylsoft.com/serialportnet.htm
try http://www.commstudio.com/commstudio
精彩评论