Simple serial port monitor. This is supposed to be an alternative to cutecom.
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.
Check out the releases page.
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
The UI is pretty self-explanatory. What you may be interested in is keyboard shortcuts:
- Enter -> Connect
- Q -> Disconnect
- Ctrl+L -> Clear read buffer
