Skip to main content
michelemancini2
Associate III
June 16, 2014
Question

VCP driver for linux embedded

  • June 16, 2014
  • 2 replies
  • 961 views
Posted on June 16, 2014 at 16:22

Hi, I have STM32L1 work with STM32 VCP library

The VCP work very well in windows, but I need work in the linux embedded with kernel 3.11

I tried but

linux

does not detect the

STM32 VCP

, while the FTDI work very well in linux

How I do?

    This topic has been closed for replies.

    2 replies

    zzdz2
    Associate
    June 16, 2014
    Posted on June 16, 2014 at 20:02

    Do you get any log messages when attaching the VCP?

    Normally it uses cdc_acm driver and the device name is /dev/ttyACMx

    michelemancini2
    Associate III
    June 18, 2014
    Posted on June 18, 2014 at 14:17

    wow , work!! thanks you