SimplySerial icon indicating copy to clipboard operation
SimplySerial copied to clipboard

A windows console application for serial communications.

Results 21 SimplySerial issues
Sort by recently updated
recently updated
newest added

Window 8.1, dot net 4.8. Wemos Mini D1 with latest micropython 1.19 Unhandled Exception: System.Management.ManagementException: This method is not implemented in any class at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObject.GetMethodParameters(String methodName, ManagementBaseObject&...

Hello, Thanks for a wonderful app. My use case is to run this from Windows Terminal to connect to a proprietary hardware device over RS232 using a USB to Serial...

Hi, I really like your work. I use it for Pi serial monitor, but have issue with auto connecting to my LTE modem that I have in my thinkpad. Could...

enhancement

It would be useful to allow modifying the default startup parameters. Possibly using the config XML system built into .net (rather than registry stuff). Would require two new command-line arguments,...

enhancement

I almost always have multiple CircuitPython devices connected, which means I almost always have to run `ss.exe` with the `-c` command-line option to specify which device to connect to. If...

enhancement

With multiple COM ports available, auto-detection correctly connects to the first available serial port when starting/running the first instance of SimplySerial. Running a second instance should automatically connect to the...

enhancement

I have no idea what the feasibility of this is, but having an actual VSCode plugin that exposes SimplySerial as its own window/panel/terminal type/whatever without hijacking the standard terminal window...

enhancement

Since scoop is getting more and more popular on windows platform, I think we can leverage it so make it easier for people to install your excelent tool. Please consider...

Is there a reason for the system .msi installer to block on Windows Server 2022? The .exe from the stand-alone .zip releases executes just fine. ![image](https://github.com/fasteddy516/SimplySerial/assets/5166927/927fbb3b-0fab-4fc7-ae89-6cb3a7f47f76)

enhancement

It would be useful to apply our own label to the shell tab instead of the com port info. Just a simple command line input with string. When multiple terminals...