I’m looking at WinUsb, and I have a feeling it’s not what I need. Could you please point me in the right direction?
I just need to detect device and send/receive raw data. I used to use libusb, but some of it’s characteristic force me to switch to a native API. The only problem is I don’t know it’s name.
I’ve got some answers here:
https://sourceforge.net/mailarchive/forum.php?thread_name=HKEDKEEGPPEOHLHHEPEDKEOADBAA.michael.plante%40gmail.com&forum_name=libusb-win32-devel
In a few words – WPD for Windows Vista/7 and ReadFile/WriteFile for XP.