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

  • 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!

  • Actually i want to make project of PC communication with LPC2378 using USB port. where i want to make my own hardware for interfacing with USB port. how can pc will recogize that hardware has been attached. is there any DLL for interfacing with USB port using LPC2378.

    Kindly Help Me.
    Thanks
    Sukhdeep Singh

  • you will be the answer on google. a clue: USB uses 4 wires: 2 for the differential signal, ground and supply. device attachment detection (and other functions related to device capabilities) is based on the status of these lines. have you tried to search the net?