cancel
Showing results for 
Search instead for 
Did you mean: 

USB virtual com port for stm32f3discovery

vsaaket8
Associate II
Posted on February 15, 2013 at 19:33

Hi,

I plan to transfer the gyroscope value to PC through USB virtual com port. So I downloaded the latest version for the USB full speed device library for stm32(version 4.0). However, the projects, specifically the virtual com port example, are not supported for the f3 discovery(They work for other stm32 eval boards). How do I make these examples work for f3discovery? Can someone give me specific instructions?

Thanks,

SV
5 REPLIES 5
vsaaket8
Associate II
Posted on February 15, 2013 at 19:37

Never mind. I got it. Just got confused with the naming of the folder stm32303C-EVAL.. should be stm32F303C-EVAL.. 

Bill Lewis
Associate III
Posted on March 03, 2013 at 18:30

Did you ever make it actually work?

Windows recognizes the port on mine, but I can't open the serial port.

vsaaket8
Associate II
Posted on March 04, 2013 at 21:45

Yep.. It works.. You have to open the port through a terminal.. I used a program called Free Serial Port Terminal.. Try it. 

Bill Lewis
Associate III
Posted on March 04, 2013 at 23:33

Problem was (is) unlike all other CDC USB firmware I've seen ST's demo doesn't support changing the virtualized baud rate.

Opening the port with 1152000 works.

sen
Associate II
Posted on August 29, 2013 at 18:45

I'm new to usb programing and also stm32f3 discovery kit. Just opened it couple of days ago. Can you help me with some basic program on virtual com port. The usb firmware examples donot run on discovery kit