?STM32F4 RECEIVE DATA FROM PC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-12-09 12:35 AM
Posted on December 09, 2016 at 09:35
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
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-12-09 12:56 AM
Posted on December 09, 2016 at 09:56
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
When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Thanks
Imen
