Can't access USB device in Universal App
问题 I have a USB device that I have successfully set to use the WinUSB driver, and it shows up on the Raspberry Pi 2 startup screen as a connected device. I have added it as a capability to the manifest: <Capabilities> <Capability Name="internetClient" /> <DeviceCapability Name="usb"> <Device Id="vidpid:1234 abcd"> <Function Type="classId:ff * *"/> </Device> </DeviceCapability> </Capabilities> Now I try to access it from my Universal App using the following code I found on MSDN: string aqs =