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.