Detecting ST-Link V2-1 virtual COM port with C#?
Hello,I want to connect to the VCP of a Nucleoboard by a C# application. I don't want to iterate through all available COM ports on the system, so I'm searching a way to detect if one or more Nucleoboards are connected and connect to the correspondin...