This project is inspired by Serial Port Monitor from Arduino IDE (https://github.com/arduino). Allows to debug Arduino serial port communication.
- Read Arduino serial output
- Send command to Arduino serial
- Output highlighting
- HTTP API for controlling application from scripts (e.g. CLion build steps)
Api allows to control application from external tools like scripts. To use API start application and open http://localhost:4255/ in web browser.