Hi folks
Is there any further documentation on the DLL included in sllc288 for the TI USB interface Adapter?
I can open and use the included GUI's just fine with the device and system, but the DLL appears to have zero documentation.
IIRC I can import it into Visual Studio to build against, but I have no idea what any of the functions that relate to HID management in the interface are for, what they do, when or how one should use them, why there are some with the same or similar names, etc, etc.
The README in the sllc288 zip says that:
"At this point, there is not any further documentation on this library."
However, I'm guessing that this was written in 2006 when the device was first issued - surely there must be more information on using this by now?
EDIT:
For example I see there are UsbEventHandler and UsbHid classes - I'm guessing these might help if there are multiple devices in use?
In the USB_Adapter class there are functions that are not explained by the PDF from sllc288, such as unregister() or targetAttached()...
What is the StatsBlock for? or what is the correct way to use it?
Many thanks, T