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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.