I would like to write a small windows application, which list all the connected serial ports, gets the status of the pins and can disable and enable the DTR and RTS output lines.
Can someone give me an example how to do it in C++ or C#?
I would like to write a small windows application, which list all the connected serial ports, gets the status of the pins and can disable and enable the DTR and RTS output lines.
Can someone give me an example how to do it in C++ or C#?