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
Other License, MIT LicenseFollow .NET SerialPort library
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.