SerialPortNet is an open source serial port communication library for Microsoft .NET. It's written in c#, implements complete .NET 2.0 specifications, and is designed to allow for multiple OSes and add-on 3rd party Serial to Network adapters.
License
MIT License, Other LicenseFollow .NET SerialPort library
Other Useful Business Software
Find Hidden Risks in Windows Task Scheduler
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks for the nice library! I have been checking the code and trying to make it work with a project in Windows but I seems that read/write timeout is not implemented yet. Are there any updates for this? Has anyone used the library in Linux? Thanks!
-
About a perfect replacement for Microsoft Serial port. I used this component to solve the well known ioexception issue of the microsoft library. The MIT licence allowed to me to make some changes to fit my needs. Thanks!!
-
Fixed some nasty performance issues I was having using the .NET 3.5 SP1 native SerialPort class. Almost a drop-in replacement! Very nice.