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