Created as an alternative to Arduino IDE serial monitor/plotter for terminal enjoyers.
go build .
./serial-monitor --baud 115200 --mode PLOTgo run main.go --baud 115200./serial-monitor --helpgo run main.go --help| key | action |
|---|---|
| i | enter input mode |
| ESC | exit program/input mode |
| p | pause/unpause (close/open serial connection) |
| m | change gui mode TEXT<-->PLOT |
| z | zoom in/out (enter/exit full screen) |
| c | clear message buffer |
| j | scroll half page down1 |
| k | scroll half page up1 |
| b | scroll to bottom1 |
| t | scroll to top1 |
| f | enter/exit follow mode1 |
| s | show/hide timestamps1 |
| h | enter/exit hex mode1 |