Skip to main content
Explorer
July 31, 2024
Question

STM Virtual Com port win11 driver needed

  • July 31, 2024
  • 4 replies
  • 37654 views

hello, where can i download win11 STM virtual com port?  i install both VCP_V1.5.0_Setup_w7_x64_64bits and W8_x86_32bit all not working ! i din see

STM Virtual Com port at device manager! only STM STLink visual com port appear ... 

    This topic has been closed for replies.

    4 replies

    StanJermAuthor
    Explorer
    July 31, 2024

    i m implementing my own USB VCP on a USB port (STM32 USB Virtual COM Port (VCP) )

    https://medium.com/@pasindusandima/stm32-usb-virtual-com-port-vcp-bc7cb1bd5f5

    StanJermAuthor
    Explorer
    July 31, 2024

    i m using H734 Nucleo...

    Super User
    July 31, 2024

    Hi,

    the VCP driver :

    https://www.st.com/en/development-tools/stsw-stm32102.html

    should not be needed, as win10 + 11  have driver in system included - so maybe your enumeration going wrong...

    or try thr driver - if you want.

     

    StanJermAuthor
    Explorer
    July 31, 2024

    hello... anyone can help ???

     

    Super User
    July 31, 2024

    Look for CDC device example in the Cube example projects for STM32H7, adapt it for your board.

     

    Graduate II
    July 31, 2024

    You don't need a VCP driver for late windows 8 forward. It just shows up as a COM port.

    If your device isn't showing up, I'd suggest that there is something incorrect with your program running on the H7. You do have a program running on the H7, don't you? You have to provide a program that implements the device side of the VCP, it's not built into the H7.

    StanJermAuthor
    Explorer
    August 1, 2024

    yes.. i hav a program but seems its not working,,,

    Visitor II
    March 27, 2025

     I am facing similar issue , STM Virtual Com port not appearing at device manager when I  plug usb cable . Were you able to resolve this?