fasteddy516 / SimplySerial

A windows console application for serial communications.
MIT License
208 stars 24 forks source link

Windows terminal integration #41

Open ak-lune opened 1 month ago

ak-lune commented 1 month ago

Hi,

I've been looking for a serial console app that integrates well with Windows Terminal since MS released it. I think you did an excellent job with this one.

One small issue I found: when adding this to the json file as described in the readme, it didn't start at all. I had to modify the command line to the following:

            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe /k \"ss -com:10 -baud:115200 -noclear\"",
                "name": "COM10"
            }

Best regards, Adam