cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F3-Discovery & PC Data Communication using USER USB

njpsanghani
Associate
Posted on October 08, 2014 at 13:16

I am trying to communicate the Discovery Board With PC using user USB.

My purpose is to pass data or messages between PC and Board For various purpose.

I tried to use the CDC class but failed. I am a Newbie

Please help me with how should i do that, Configure and Use of class. The Information in Manual is not enough for beginners like me.

#stm32f3-discovery
1 REPLY 1
esovo1
Associate II
Posted on October 08, 2014 at 18:09

hei sanghani.niraj,

follow the instruction on the link and you will create your UART communication through usb. It is very very easy to handle. The whole code is already written.

http://controlsoft.nmmu.ac.za/STM32F3-Discovery-Board/Example-programs/Virtual-COM-Port-%28VCP%29