Controlling DTR and RTS pins of Serial Port using Win32 API and C/C++
In the previous tutorial we learned about communicating with the serial port (reading and writing) using Win 32 API.
In this tutorial,
we will look into another function that will let us control two more pins, RTS and DTR.
Unlike RXD and TXD pins that are used for sending and receiving data,
Serial Port Communication tutorial using Java and Arduino (ATmega328P)
Build your own Data Acquisition and Logging System to CSV file using Python and Arduino

In this tutorial,We will build a low cost multi channel data acquisition and logging system using Python & Arduino UNO board that will log and save data to a CSV (Comma Separated Values) text file on the disk.
Capturing and Handling OS signals like SIGINT (CTRL-C) in Python
We will learn How to capture and handle operating system signals like SIGINT and SIGBREAK on Linux and Windows OS's (Windows 10,11) to control the flow of your python script during execution.
Learn to install GCC (Mingw-w64) compiler tools on Windows 10 using MSYS2

In this tutorial ,We will learn How to install 64 bit (GCC) GNU Compiler Collection (Mingw-w64 port) on a Windows 10 system using MSYS2 installer for C/C++ software development.