Skip to content

A serial port terminal and debugger, inspired by HTerm

License

Notifications You must be signed in to change notification settings

aul12/SerialToolbox

Repository files navigation

SerialToolbox

A serial port terminal and debugger, inspired by HTerm

Prebuild Debian/Ubuntu Package

Download from Github Pages

Development

Compiling SerialToolbox

Dependencies:

  • A C++17 compatible Compiler (e.g. GCC>=8)
  • CMake (>= 3.10)
  • GTest and GMock (downloaded automatically)
  • Address Sanitizer (LibASan)
  • QT5

Nomenclature

  • Callback: one or zero receivers
  • Listener: arbitrary many receivers