- The C code uses Win32 API to open a connection to a Windows Serial port and controls the logic levels of DTR and RTS pins.
- Controlling the RTS and DTR pins of Serial Port using Win32 API Tutorial
- Complete Windows Serial Port Programming Tutorial using C/C++ for Beginner's
The C files can be compiled using
-
GCC
-
Microsoft Visual Studio Community
-
The Code will Work With Standard RS232 Serial ports or any USB to Serial Converter.
