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
Easily Host LLMs and Web Apps on Cloud Run
Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
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.