UWP app cannot find/connect to USB device
问题 I am trying to make a UWP app which connects to a USB device and then executes a series of commands, like retrieving data from the internal sensor (think of an accelerometer). I started of with following these guidelines: https://msdn.microsoft.com/en-us/library/windows/hardware/dn303343(v=vs.85).aspx So, I also tried making a blank app, and adjusted the manifest accordingly: <Capabilities> <DeviceCapability Name="usb"> <Device Id="vidpid:1CBE 0003"> <Function Type="classId:ff 00 00" /> <