cancel
Showing results for 
Search instead for 
Did you mean: 

VCP example

anoop
Associate II
Posted on June 01, 2012 at 12:17

Can anyone post a link to a working Virtual COM port example for the STM32F4 discovery board.

-gandalf

#vcp-download-drivers
14 REPLIES 14
jlchoobs
Associate II
Posted on June 02, 2012 at 19:09

Gandalf,

See my project :

New Project Download - Virtual Com with Cmd Shell and ADC Reading

Page - see Virtual Com Project for Descriptrion and Download :

[[this link/image has been flagged as malicious by our security scan software and has been deleted]]

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https%3a//my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/New%20Project%20Download%20-%20Virtual%20Com%20with%20Cmd%20Shell%20and%20ADC%20Reading&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000...

anoop
Associate II
Posted on June 04, 2012 at 11:34

Thanks for the quick reply jlc.jlsilicon. I code is running fine. Could you please provide me with a link to the serial.inf driver, i am using windows xp SP3. If would really appreciate it if you could give me a link from where i can download the driver.

-Gandalf

anoop
Associate II
Posted on June 04, 2012 at 20:26

jlsilicon,

           Ive installed the VCP driver that STmicro provides in its website. With the code running on the board when connected to the PC, XP asks me to install a driver for the USB device. Which driver do i install ? I little help would be appreciated.

-gandalf

jlchoobs
Associate II
Posted on June 05, 2012 at 10:40

Okay Gandalf,

Let me see if I can find it, or modify the code with an alternate.

kelnerrr
Associate
Posted on July 24, 2012 at 21:14

Hello,

I also have a problem with finding working virtual COM port drivers for this project. Anyone could provide a link, please? I am running Windows 7 64-bit.

Thanks,

Kelnerrr

Posted on July 24, 2012 at 21:42

Page - see Virtual Com Project for Descriptrion and Download :

 

Wikisend links are broken.

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/New Project Download - Virtual Com with Cmd Shell and ADC Reading&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=318

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
kelnerrr
Associate
Posted on July 24, 2012 at 22:08

Hi Clive,

I've searched the project page for any info where to grab the working driver for vcp. No luck. Would you mind sending it to kelnerrr at gmail.com?

Thanks,

Kelnerrr

Posted on July 25, 2012 at 00:48

I've emailed you, but for general consumption these are the most recent VCP drivers I'm aware of.

http://dekar.wc3edit.net/st website/VCP_Setup.zip

http://www.st.com/stonline/stappl/resourceSelector/app?page=resourceSelector&doctype=SW_DRIVER&ClassID=1734

http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/SW_DRIVER/stm32_vcp.zip

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/New Project Download - Virtual Com with Cmd Shell and ADC Reading&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=318

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on July 25, 2012 at 23:33

Going to confirm from my own testing that the last link, which contains the v1.3.1 drivers for x64 works in Win 7 against a VCP/CDC example built from the USB FW library which I have ported.

STM32_USB-Host-Device_Lib_V2.1.0\Project\USB_Device_Examples\VCP

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/New Project Download - Virtual Com with Cmd Shell and ADC Reading&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=318

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..