Question

MuDev

Are there any nice resources for getting started w/ USB?

I want to write a driver which connects my embedded application to my computer via a USB connection. What is the fastest way to do so?

Answers

09/15/08 05:51:32 GMT
PrimeDev
If you want to save time and don't need the full speed of USB, there are chips out there which can give you what you want. You communicate to the chip via Serial or SPI or UART and then you get the information in your computer via USB. The driver makes a "virtual" serial COM port on your computer. I used an old one by Silicon Labs called the CP2101. They have newer versions now: https://www.silabs.com/products/interface/usbtouart/Pages/default.aspx

Give your answer:

Chracters Left:

Question Information

  • Asker: MuDev
  • Date Asked: 09/12/08 23:05:28 GMT
  • Modified: No
  • Tags: Electronic System, Firmware, USB
  • Views: 0

Advertisement

BecJn - © 2008