A lightweight Python library to communicate over serial (UART) using pyserial. It includes a real-time serial monitor/analyzer, logging support, and a user-friendly Python interface.
- ✅ Serial port configuration
- 🚧 Real-time UART data monitoring
- ✅ Logs received data using Python's
loggingmodule - ✅ Currently supports Windows only
- 🚧 Linux/Mac support planned
- ✅ Open source
pip install -r requirements.txt