Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/merlin04/amonitor
- Owner: Merlin04
- Created: 2023-10-10T00:13:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T04:36:35.000Z (about 1 year ago)
- Last Synced: 2023-10-16T23:57:51.061Z (about 1 year ago)
- Topics: arduino, arduino-cli, serial, serial-monitor, serial-port
- Language: OCaml
- Homepage:
- Size: 64.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```