Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.75 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.75 KB

my_t

my_t is a highly configurable serial monitor that reads and writes data to/from serial ports. It also displays graphs for key-value variables, making it an valuable tool for debugging and testing embedded systems.

preview.mp4

Features

  • Serial communication: read and write data to and from serial ports.
  • Data visualization: display charts for key-value data in real-time.
  • Highly configurable: customize settings to suit your specific needs.

Installation Guide

Note: my_t has only been tested on Ubuntu 22.04 LTS or later.

A Windows deployment is planned for the future.

  1. Download the Installer

    • Go to the release page of the repository.
    • Download the installermy_t.run file.
  2. Install my_t

    • Open a terminal and navigate to the directory where the installermy_t.run file was downloaded.

    • Make the installer executable:

      chmod +x installermy_t.run
    • Run the installer:

      ./installermy_t.run
    • Follow the on-screen instructions to complete the installation.

  3. Run my_t from Anywhere

    By default, to run the application, you need to navigate to the installation directory and run my_t.sh or alternatively search for my_t in the application menu.

    However, this can be inconvenient.

    To run my_t from any directory, you can either add the installation directory to your PATH or create a symbolic link:

    Fastest way is to create a symbolic link to my_t.sh in /usr/local/bin:

    sudo ln -s ~/my_t/my_t.sh /usr/local/bin/my_t

    Run my_t from anywhere by typing:

    my_t