A Windows Port Redirect utility
Just run PortRedirect.exe
- Read data from specified COM port
- Send data to application (identified by Window Title)
- Save settings to JSON file (with indent and title)
- 2026-06-02: Add: Send data to application (identified by Window Title)
- 2026-06-02: Add: Title and indent to JSON data
- 2026-06-01: Test: App Settings save to JSON complete
- 2026-05-30: Add: Implement save and load settings to JSON file using AppSettings class
- 2026-05-30: Add: Read data from COM port (tested)
- 2026-05-30: Project started