/serial-monitor

Easy to use serial monitor with fancy features like writing data into charts or tables

Primary LanguageTypeScript

Serial monitor

Easy to use serial monitor with fancy features like writing data into charts or tables
Report Bug · Request Feature · Download


Table of contents

  • Application Preview
  • Tech Stack
  • Usage
  • Limitations
  • Contact
  • Acknowledgments
  • Application Preview

    Tech Stack

    Application is built with electron-react-typescript-tailwindcss stack.

    Usage

    I basic state monitor works as usuall serial monitor but in additian you can add a tabs with different names and types.

    For SPL library of STM

    Contact

    Matěj Křenek - mate23.krenek@gmail.com

    Project Link: https://github.com/matejkrenek/serial-monitor

    Limitations

    Sometimes, when you write several messages in a row to the serial monitor, they may overlap and thus the serial monitor will evaluate them poorly, especially in the case of sending commands. Because of this, it is necessary to pay attention to a sufficient time delay between writing to the serial monitor.

    Acknowledgments

    The idea of the serial monitor with tabs and partially the appearance of the application was stolen from this repo:

    I was struggling with proper implementation of react-electron-typescript stack and publishing the application. This github repo helped a lot in this area:

    (Back to top)