How to get USB C++ SetupApi.h on a computer for a .NET application Installation to use
The story: have a .NET8 WPF app that requires connections to various USB serial devices. Installed in Windows only. Wanted to get the Device Descriptors of the USB devices for further info when connecting. Similar to USB Tree View, which was based on USBView to get these descriptors I ended up creating a C++ project […]