This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB Connection - LPC2368

Hello guys,

First time here and hopefully you'll be able to help me.

I'm working with LPC2368 and trying to develop an USB application that allows sending and receiving data from the PC. As a starter point I downloaded the example from Keil which configures the LPC (didn't even touched the code) as a HID device and it worked just fine.

Since my intentions were to stabilish a communication using a Labview based software, I had to change the usb class of the device (from HID - 0x03 - to 0x00) so the Windows wouldn't automatically install the HID generic drive.

After I installed the proper driver, Labview was able to connect to the LPC, but couldn't send or receive any data.

Well, summing up, I guess that small change began to disable some important definitions used during communication. Is that possible? What should I do in order to make it work, or there's another descriptor for a generic USB class that i can use?

Already thank you in advance for any help.

Regards,
Edson M Menegatti