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
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:
Best regards,
Adam