Skip to content

Merlin04/amonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amonitor - pretty arduino serial monitor

screenshot of the serial monitor showing what it looks like to use

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

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

Releases

No releases published

Packages

No packages published

Languages