{"id":33326765,"url":"https://github.com/arif-rachmat/powershell-wpf-serialmonplot","last_synced_at":"2026-05-09T05:03:49.994Z","repository":{"id":314634650,"uuid":"1056235062","full_name":"Arif-Rachmat/Powershell-WPF-SerialMonPlot","owner":"Arif-Rachmat","description":"A modern, WPF-based Serial Port Monitor and Real-time Data Plotter Powershell script","archived":false,"fork":false,"pushed_at":"2025-11-14T13:30:20.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-14T14:24:00.362Z","etag":null,"topics":["data-visualization","powershell","powershell-script","serial-communication","windows","wpf"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arif-Rachmat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T17:01:48.000Z","updated_at":"2025-11-14T13:30:25.000Z","dependencies_parsed_at":"2025-09-19T17:46:17.435Z","dependency_job_id":null,"html_url":"https://github.com/Arif-Rachmat/Powershell-WPF-SerialMonPlot","commit_stats":null,"previous_names":["arif-rachmat/powershell-wpf-serialmonplot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arif-Rachmat/Powershell-WPF-SerialMonPlot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arif-Rachmat%2FPowershell-WPF-SerialMonPlot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arif-Rachmat%2FPowershell-WPF-SerialMonPlot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arif-Rachmat%2FPowershell-WPF-SerialMonPlot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arif-Rachmat%2FPowershell-WPF-SerialMonPlot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arif-Rachmat","download_url":"https://codeload.github.com/Arif-Rachmat/Powershell-WPF-SerialMonPlot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arif-Rachmat%2FPowershell-WPF-SerialMonPlot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","powershell","powershell-script","serial-communication","windows","wpf"],"created_at":"2025-11-20T11:04:02.845Z","updated_at":"2026-05-09T05:03:49.988Z","avatar_url":"https://github.com/Arif-Rachmat.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPF Serial Monitor \u0026 Plotter\n\nA 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 instantly visualize numerical data on a live, auto-scaling graph.\n\nThe main interface showing the Serial Monitor and Plotter tabs.\n\n## Features\n- **Responsive UI**: Built with WPF to be fast and non-blocking.\n- **Dual-Tab Interface**: Seamlessly switch between a classic serial text monitor and a live data plotter.\n- **Real-Time Plotting**: Automatically graphs numerical data as it's received. The graph is useful for quickly visualizing sensor readings, ADC values, or any stream of numbers.\n- **Dynamic Axes**: The Y-axis (value) and X-axis (elapsed time) auto-scale to fit the incoming data, ensuring the waveform is always clearly visible.\n- **Live Typing Mode**: An interactive mode that sends each character to the device the instant it is typed.\n- **Configurable Sending**: Send messages with selectable line endings (NL, CR, NL \u0026 CR, or none).\n- **Timestamping**: Prepend timestamps (absolute or relative) to each incoming line for easy debugging and logging.\n- **Zero-Installation**: Runs as a single script with no need for installation or external dependencies beyond what's included in modern Windows.\n\n## Requirements\n- **Operating** System: Windows 7 or newer\n- **PowerShell**: Version 5.1 or higher (included by default in Windows 10/11)\n- **.NET Framework**: Version 4.5 or newer (included by default in modern Windows versions)\n\n## Quick Start: Using WebRequest\nNo installation is needed. You can run this application directly from your PowerShell terminal.\n\nOpen PowerShell and run the following command:\n```powershell\nirm bit.ly/SerialMonPlots | iex\n```\nThis will download the script and execute it in memory. The GUI window will appear after a few moments.\n\n## How to Use\n1. **S**elect Port \u0026 Baud Rate**: Choose the correct COM port for your device and the matching baud rate.\n\n2. **Connect**: Click the \"Connect\" button. The application will start listening for data.\n\n3. **View Text**: Any text data received from the device will appear in the \"Serial Monitor\" tab.\n\n4. **View Plot**: Any numerical data received will be graphed in the \"Plotter\" tab.\n    - The plotter expects one number per line. For example, an Arduino sending `Serial.println(analogRead(A0));` will work perfectly\n5. **Send Data**:\n    - **Standard Mode**: Type a message in the text box, select a line ending, and click \"Send\" or press \u003ckbd\u003eEnter\u003c/kbd\u003e.\n    - **Live Typing Mode**: Check the \"Live Typing\" checkbox. Each character you type will be sent instantly.\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farif-rachmat%2Fpowershell-wpf-serialmonplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farif-rachmat%2Fpowershell-wpf-serialmonplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farif-rachmat%2Fpowershell-wpf-serialmonplot/lists"}