runner.ps1: The main script that sets up the GUI using WPF, loads the necessary modules, and defines the event handlers for the GUI elements. modules/util.ps1: Contains the Show-AliveProgress function ...
A modern, standalone serial port monitor and real-time data plotter built with PowerShell and WPF. This tool provides a user-friendly GUI to monitor text from serial devices (like Arduino, ESP32) and ...
A lot of people think that PowerShell is simply a command line language. They believe that the only thing PowerShell can do is output text to a boring console screen. Au contraire, my friend! Since ...
There are some amazing Graphical User Interfaces (GUIs) that exist out in in the community that do a wide variety of things. The problem with these that beginners run into are the complexity that is ...