About This Project

This web-based COM Port Simulator is designed to mimic how serial communication works between a computer and hardware using only HTML, CSS, and JavaScript.

Purpose

The goal is to simulate sending commands (like “LED ON”) and receiving mock responses—just like you’d do using an actual COM port, but fully inside a browser.

Technologies Used

Why Web-Based?

This version is made for the Software Engineering specialization, to allow easy deployment on GitHub and showcase front-end skills. No hardware required!