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

No subject

I am using LPC2378. i want to interfac LPC2378 with PC using USB port. how can i interface LPC2378 with PC? how will PC detect that i have connected LPC2378. i mean to ask about any DLL of VB6 for interfacing of LPC2378 with USB.

Thanks
Sukhdeep Singh

Parents
  • start by reading and learning the samples at your toolchain folder (choose MCB2300 board). as long as you use HID, MSD, CDC etc. you don't need any special drivers, but some code on the PC side for some applications (HID...). code for that is widely available on the net. start by understanding what you need to do and why you have to do it - no turn key solutions here!

Reply
  • start by reading and learning the samples at your toolchain folder (choose MCB2300 board). as long as you use HID, MSD, CDC etc. you don't need any special drivers, but some code on the PC side for some applications (HID...). code for that is widely available on the net. start by understanding what you need to do and why you have to do it - no turn key solutions here!

Children