Serial Port Datalogging to a CSV file on Linux using Arduino Uno and Python
Rahul.Sreedharan
19 October 2023
In this tutorial we will learn how to build a serial port based data logging program that will log data coming from a Arduino to a CSV file (Comma Separated Variable file) on a Linux system.
Capturing and Handling OS signals like SIGINT (CTRL-C) in Python
Rahul.Sreedharan
18 October 2023
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.