Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
2,704 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In VS 2022, under the Workload Universal Windows Platform Development, is an option labeled USB Device Connectivity.
Has anyone ever installed this option?
Is there any documentation/explanation available on how to use it?
Hi @Chuck Kvasnicka , Welcome to Microsoft Q&A!
Here is the document UWP app for a USB device, it explains how to add, connect, send requests, read USB, etc.
Here is an official code sample CustomUsbDeviceAccess for your reference, it shows how to communicate with a USB device by using the Windows.Devices.Usb namespace.
Hope these can help you.
Thank you.