Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 433 Bytes

flow.md

File metadata and controls

10 lines (10 loc) · 433 Bytes

serial_monitor_project/ ├── app.py # Flask application ├── static/ │ ├── style.css # Frontend CSS │ └── script.js # Frontend JS ├── templates/ │ └── index.html # HTML page for serial monitor ├── requirements.txt # Required libraries └── utils/ └── serial_manager.py # Helper functions to manage serial ports