Usb hid test tool windows

broken image
broken image

Scott’s software is based on the USBSharp Class. The start point for the “driver” was an article I found in the Microsoft developer network: „Is That You? Writing Better Software for Cool USB Hardware” written by Scott Hanselman. The HID-Class is a generic device class which means that all devices in this class are supported by Microsoft Windows and there are already existing DLLs with functions that we can use. This is the reason why I had to develop my own “driver”.Īfter a day of reading and googling I decided that the best an easiest way is to use the Human Interface Device Class (HID).

broken image

The MAX3420E comes without any drivers or libraries you can use to “speak” with it. The USB controller of our choice was the Maxim MAX3420E that is connected to the microcontroller through a Serial Peripheral Interface (SPI). We wanted to find a new solution to connect our Hardware to the PC via USB because the experience we made with FTDI Chips was not satisfying at all. – How to Integrate the Library into a Visual Studio Project

broken image