2016-12-09 12:35 AM
Hi
I'm using a STM32F4
07 discoveryand
used vcp (Virtual COM port)
i want to receive data from pc(sending through the terminal )How to do it?and If you can attach an example?
(sending data to pc is not a problem is the easy part )
Thank you very much
2016-12-09 12:56 AM
Dear
biton.pini
,Look at the
CDC_Standalone
example in your STM32CubeF4:STM32Cube_FW_F4_V1.0\Projects\STM324xG_EVAL\Applications\USB_Device\CDC_Standalone
The hardware components are managed by a lower layer interface( usbd_cdc_interface.c) and can be modified depending on yourapplication needs.
I recommend you to check the 'STM32Cube USB device library' User manual
.Hope this helps you.Best Regards
Imen