LPC2148 usb controller

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

Parents
  • "I donn't good enough in C programming. How can I do?"

    There's no way out - you're either going to have to learn 'C', or get someone else to do it for you:
    http://www.keil.com/condb/search.asp

    "pleas give code"

    If you don't know 'C', how will you understand it?
    How will that help?

    "How can I develop application software in the host side."

    Again, that's another programming task

    "I need Visual Basic 6"

    Why Visusal Basic?
    Why specifically 6?

    If you're having trouble just learning 'C', why also try to learn another language (VB)?

    You can download free "Express" versions of microsoft VisualStudio:
    msdn2.microsoft.com/.../aa700735.aspx

    Borland have a similar arrangement with their "Turbo Explorer" products:
    www.codegear.com/.../turbo

    Probably easier to go for something like that - rather than try to learn 2 different languages at once!

Reply
  • "I donn't good enough in C programming. How can I do?"

    There's no way out - you're either going to have to learn 'C', or get someone else to do it for you:
    http://www.keil.com/condb/search.asp

    "pleas give code"

    If you don't know 'C', how will you understand it?
    How will that help?

    "How can I develop application software in the host side."

    Again, that's another programming task

    "I need Visual Basic 6"

    Why Visusal Basic?
    Why specifically 6?

    If you're having trouble just learning 'C', why also try to learn another language (VB)?

    You can download free "Express" versions of microsoft VisualStudio:
    msdn2.microsoft.com/.../aa700735.aspx

    Borland have a similar arrangement with their "Turbo Explorer" products:
    www.codegear.com/.../turbo

    Probably easier to go for something like that - rather than try to learn 2 different languages at once!

Children
More questions in this forum