This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB CDC host Concerto

I want to connect a modem USB on my Concerto device but I only found an example that utilize Concerto as a USB device class device communication (USB Serial Device example).

I looking for an example that include drivers to connect an USB CDC (modem). The example should put the Concerto as a Host in order to connect an USB class device communication (modem).   

  • Jaume,

    We don't provide a modem example, but the USB Host CDC serial example should be a good starting point.  You'll need to read up on the CDC class spec from the USB-IF and also any information you can get from the modem manufacturer will be helpful.  Then start modifying the example to implement the functionality needed.

    Trey