Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

File metadata and controls

18 lines (12 loc) · 501 Bytes

PySerial Analyzer

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.

Features

  • ✅ Serial port configuration
  • 🚧 Real-time UART data monitoring
  • ✅ Logs received data using Python's logging module
  • ✅ Currently supports Windows only
  • 🚧 Linux/Mac support planned
  • ✅ Open source

Installation

pip install -r requirements.txt