-
Get COMPort Number by device instance path
-
Application with the need to connect to stored dongles automatically.
- When the dongle is connected via USB, it creates serial port communication, so depending on the computer, it can be connected to any port.
-
With device instance path inseted on the XML file, the application can find the COMPort Number and print on the console
-
This project makes it possible to automatically detect which port a particular dongle is connected to, so that the application can then open the detected port (e.g. COM4).
- Have installer project to insert the depencies on the PC
- .NET Core