Skip to content

BYEDUCK/serial-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created as an alternative to Arduino IDE serial monitor/plotter for terminal enjoyers.

Usage

go build .
./serial-monitor --baud 115200 --mode PLOT
go run main.go --baud 115200

Help

./serial-monitor --help
go run main.go --help

Controls

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

Footnotes

  1. Only in TEXT gui mode 2 3 4 5 6 7