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 software development

Hi, i would like to program USB drivers for certain hardware applications. Ex to communicate with an 8051 system. Is there any software that could make this process easy? What else would you recommend. Any available code is a great help.

Thanks

Parents
  • Note that these are mostly USB Device ("slave") implementations - a USB Host ("master") is significantly more involved...

    I know of no '51 derivative that can work as an USB master.

    Anyhow, if this is not a large production project look at ftdi it will save you a lot of hassle.

    Erik

Reply
  • Note that these are mostly USB Device ("slave") implementations - a USB Host ("master") is significantly more involved...

    I know of no '51 derivative that can work as an USB master.

    Anyhow, if this is not a large production project look at ftdi it will save you a lot of hassle.

    Erik

Children