UartVide icon indicating copy to clipboard operation
UartVide copied to clipboard

A flat UI UART(RS232) tool

Results 4 UartVide issues
Sort by recently updated
recently updated
newest added

**This is a feature request.** To be able to directly type characters into terminal/output window.

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

**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.

**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...