Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/merlin04/amonitor

pretty arduino serial monitor
https://github.com/merlin04/amonitor

arduino arduino-cli serial serial-monitor serial-port

Last synced: about 4 hours ago
JSON representation

pretty arduino serial monitor

Awesome Lists containing this project

README

        

# amonitor - pretty arduino serial monitor

![screenshot of the serial monitor showing what it looks like to use](img.png)

amonitor is a command-line serial monitor that works especially nicely with arduino boards. it looks nice (at least in my opinion!) and has quality-of-life features like input history, timestamps, automatic detection and reconnection, etc.

## installation

amonitor depends on the arduino CLI, so make sure you have that first.

then, run
```shell
git clone --recurse-submodules https://github.com/merlin04/amonitor
cd amonitor
opam install . --deps-only
# then whatever opam tells you to do
dune build
dune install
```