UxDIL Software Collection
This folder contains the example files for a raw (user defined) Human Interface Device (HID).
The Windows software (Borland C++ Builder 6) is using the Atmel DLL “AtUsbHid.dll” as an interface to the device. The sources are demonstrating, how to...
open the USB communication
define and get the data block size
transfer a data block to the device
get data from the device as response
close the USB communication
The demonstration simply transfers a set of ASCII characters to the device. The device is reversing the order of the characters and is responding the result string to the host.