Electronic – USB-to-UART bridge: protocol mapping

microchipuartusb

I was wondering how does the protocol mapping work between the USB side and the UART side when dealing with the Microchip MCP2200?

What sort of USB transfer type is used?

  • bulk?
  • isochronous?
  • interrupt?

Thanks for any clues!

update: I found a bit more info Virtual COM port.

Best Answer

It looks to me like the MCP2200 is also supported as a CDC class device. In that mode bulk and isochronous transfers should also be supported.