I use usb controller in Lpc2148. I get example code from keil website in HID class. I need adapt InReport up to 64 byte( InReport[0],InReport[1]....,InReport[64]) for send more data but I donn't good enough in C programming. How can I do? pleas give code. How can I develop application software in the host side. I need Visual Basic 6 thanks you
Tsuneo the problem is on the win application. To fix that wouldnt In the case I need to write a driver, does anybody have code for an application written in C++ that compiles with Builder C++? It woold save me a lot of time plus I dont know how to write a driver... Thanks for all the help Doug
This HID component is written in Delphi, but also compatible to BCB (Borland C++ Builder).
"Human Interface Device controller suite" by Robert Marquardt www.soft-gems.net/index.php - Compatible with Delphi 4 to 6 and BCB (tested with BCB 6 Trial).
Tsuneo
Tsuneo, you wouldn't have another source for an HID driver for windows would you? Cause I've downloaded the source from where you mentioned but had no luck on putting it to work... the website doesn't provide any support, just a forum where Mike Lischke(the owner) posted a how to make it work but that wasn't of any help Regards, Doug
It's not for BCB but VC6, On "The HID Page" by J.Axelson, http://www.lvr.com/hidpage.htm "Usbhidio_vc6" www.lvr.com/.../usbhidio_vc6.zip
As written in the page, you need HID header files (hid.h, hidsdi.h and hid.lib) for above example. It is included in WinDDK.
"DDK - Windows Driver Development Kit" from MS WHDC www.microsoft.com/.../default.mspx Find "Download the Windows Server 2003 SP1 DDK [236 MB ISO file]" link
You'll also find the HID header files from Win2k DDK in this site for the book, "USB Design by Example, 2nd Edition" (Intel press) www.intel.com/.../FromDDK.htm