Serial Port Utilities

Python Serial Port Logger

02 Jun 2021, 05:12pm TZ +05:30
Serial Port Utilities
Python, AppDevelopment
Software

Simple Serial Port Logging Utility # Based on pyserial this utility helps to log data from a Serial Port connected to a PC. It also creates a log file with date stamps. Download # Here is the Link to the Source for download. Save it as SerialLogger.py. Run # python SerialLogger.py Details # One needs to change the section under # Port Configuration to customize it for your own system. ...