Documentation for USB Device Connectivity Option

Chuck Kvasnicka 40 Reputation points
2023-11-15T21:12:00.1233333+00:00

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?

Universal Windows Platform (UWP)
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,782 questions
0 comments No comments
{count} votes

Accepted answer
  1. Junjie Zhu - MSFT 19,641 Reputation points Microsoft Vendor
    2023-11-16T06:21:38.65+00:00

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.