Skip to content

dead-tech/sesamo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Sesamo

Simple serial port monitor. This is supposed to be an alternative to cutecom.

sesamo_overview

Disclaimer: If builds are failing that is probably because the CI has not the correct version of the standard library to compile the project. We are using some of the latest features therefore you might not be able to compile the project yourself.

Download

Check out the releases page.

Build

Currently the only way to use this tool is to build it yourself.

$ git clone https://github.com/dead-tech/sesamo.git
$ cd sesamo
$ mkdir build
$ cmake -S . -B build
$ cmake --build build

Usage

The UI is pretty self-explanatory. What you may be interested in is keyboard shortcuts:

  • Enter -> Connect
  • Q -> Disconnect
  • Ctrl+L -> Clear read buffer

About

Simple serial port monitor

Topics

Resources

License

Stars

Watchers

Forks