device - Windows drivers - communicate with user process -


i have written application in qt , best way communicate custom usb device (does not belong class - need write custom drivers it) under windows. in linux share data user space /dev or /sys filesystems. equivalent alternative in windows ?

there couple of user-space usb libraries windows. while microsoft provide winusb directly, i'd recommend using either libusbx or libusb , installing driver device zadig.

using libusbx rather microsoft driver directly has advantage of being easier port other operating systems, might consideration you using qt.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -