Windows, C++ and interfacing with USB Devices
Essentially, I want to know how to access the raw byte code sent by a USB device at a given port using C++ on windows. Specifically, I am trying to write a program to interface with an IR receiver. (Yes I have tried using other software, EventGhost, IRSS, etc.)
I have Visual Studio Ultimate if that helps with anyth开发者_JS百科ing.
Thanks in advance.
精彩评论