Is there anyone out there who still uses serial ports? Well, even in this age of USB, there is a need for devices connected to a serial port. I discovered, that to make this easier, there a programming language for Windows designed to make it very easy to interact with a serial port. mybloggingplanet.com

Any Serial Port provides a nice easy method to access a serial port, and, while built on the .NET 3.5 Framework, is independant of any programming languages, and provides its own IDE.

That being said, it is easy to integrate drivers written with Any Serial Port into any .NET application by referencing the compiled DLL output.

Share