I need a list of all plugged in USB devices and have the user select one to let the console application receive any data the USB device sends.
I can then start playing a
I simply need a list of all plugged in USB devices and have the user select one to let the console application receive any data the USB device sends.
Getting the list isn't the big problem, it's receiving the data.
I know you don't want to write a driver, but this is what drivers do: receive data from a device.