0

Looking for skeleton/source for embedded (non PC) USB Virtual COM implementation?

2 Answers2

3

Depends on your processor.

For instance, ST provides a VCP example for their STM32 line. FreeRTOS also provides examples for AT91 parts.

Yann Ramin
  • 32,895
  • 3
  • 59
  • 82
  • 1
    +1 what processor is key. A USB serial port is a reference design of almost every micro with on-board USB. – kenny Jul 14 '09 at 09:54
0

I never used LibUSB for ARV famyli, it is software USB, requires no special chip on device, but some external hardvare to be placed on PCB. I never used it but it probably will have high support from avr freks site

CrazyChris
  • 106
  • 2
  • 6