Skip to content

A Tiny ≈100 loc serial monitor for tty devices like the Arduino family of boards

Notifications You must be signed in to change notification settings

jackwthake/Tiny-Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny-Serial

A small ≈100 loc serial monitor, Green text signifies incoming data from the serial port the program has latched onto, any data the user inputs is in white text. Type a lower case q to exit the program.

Screenshot

Compiling

I've only tested this on linux and mac, it doesnt require any dependencies besides the c standard library and linux headers.

make
make install

Running

The program requires a a path to the tty device as well as optionally a baudrate (it defaults to 9600)

tiny-serial [path to tty device] [optional baudrate]

Uninstalling

make uninstall

About

A Tiny ≈100 loc serial monitor for tty devices like the Arduino family of boards

Topics

Resources

Stars

Watchers

Forks