UxDIL Software Collection

Example: RawHID

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...

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.