| β UART Debug Console - Out Now |
|---|
Multilingual (EN / DE)
Designed & Developed by Thorsten Bylicki | BYLICKILABS
-
UART Debug Console Pro is a modern, user-friendly desktop application to monitor and interact with the UART serial interface of your
- Raspberry Pi 5.
-
Built for developers, system integrators, and embedded engineers, this tool is the:
- ideal solution for headless debugging, live diagnostics, and console-level interaction β without the need for HDMI or SSH.
- β Full UART interface access (RX/TX/GND via USB-to-TTL)
- π§ͺ Live console with timestamped output
- π Filter support (Regex & Text)
- β±οΈ Realtime runtime counter + line count
- π Language switcher: DE / EN
- π¨ Dark Mode toggle
- π Live temperature visualization (Matplotlib)
- π Autoreconnect + Keep-alive (Ping)
- π Export logs (TXT)
- π§ Command history and hot-buttons
- βΉοΈ Info panel + GitHub shortcut
- π Configurable via
settings.json
Requirements:
- Python 3.8+
- OS: Windows, macOS, Linux
- Raspberry Pi 5 (target device)
Install dependencies:
pip install pyserial matplotlib
Optional:
pip install -r requirements.txtRun the app:
python app.pyuart_debugger_pro/
βββ app.py # Main application (GUI)
βββ settings.json # Config (language, baudrate, port, etc.)
βββ logs/ # Exported session logs
βββ README.md # This file
Toggle live within the application β no restart required!
- Connect the USB-to-TTL cable (e.g. FTDI FT232) to the Piβs UART header
- Launch the app on your PC
- Select the serial port and baudrate (default:
115200) - View logs, send commands, visualize temperature, and debug in real-time
ποΈ Date: August 10, 2025
π Available in: English & German
π Format: Python source (.py) & .exe (Windows binary, optional)
Β© 2025 Thorsten Bylicki β’ BYLICKILABS
All rights reserved. Redistribution without explicit permission is prohibited.
Follow the development and get the latest updates on
https://github.com/bylickilabs