Giter VIP home page Giter VIP logo

uartvide's Introduction

UartVide logo


UartVide is a flat-UI and lightweight RS232 serial port communication utility.
Its features including

  • resizable and floatable windows
  • quick send custom commands
  • supported send formats: HEX, ASCII, ASCII(\r \n \t ...), Hex text file, ASCII text file, BIN/HEX file
  • detect the valid serial ports
  • display receive data either in hexadecimal or ASCII format

UartVide runs on Windows and Linux supported by PySide2.

The program icon made by Flat Icons from www.flaticon.com
Clear icon made by Smashicons from www.flaticon.com

(MyTerm was renamed to UartVide from version 2.4)

License

UartVide is licensed under the GNU GPL v3.
For detail see http://www.gnu.org/licenses/

Download

Download UartVide(MyTerm)

Download UartVide(MyTerm) from Softpedia

Screenshot

main window

uartvide's People

Contributors

dependabot[bot] avatar gamesun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

uartvide's Issues

Feature request: Colored text ESC codes

This is a feature request.
Colored text output like PuTTY supports custom escape codes.

Example code for serial device:

#define CUI_COLOR_RESET             "\033[0m"
#define CUI_COLOR_RED               "\033[31m"
#define CUI_COLOR_GREEN             "\033[32m"
#define CUI_COLOR_YELLOW            "\033[33m"
#define CUI_COLOR_BLUE              "\033[34m"
#define CUI_COLOR_MAGENTA           "\033[35m"
#define CUI_COLOR_CYAN              "\033[36m"
#define CUI_COLOR_WHITE             "\033[37m"

strcat(lineFormat, " [" CUI_COLOR_CYAN "Band" CUI_COLOR_RESET "] ");

Feature request: Styling and fullscreen

This is a feature request.
Styling to set background and default text color.
In case of direct character input (terminal) mode: ability to go full screen.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.