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
Post a Comment