How to send binary bytes via ethernet without using the TCP/IP stack with a STM32F4?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-28 8:48 AM
I'd like to send binary Bytes in a peer to peer ethernet connection with a STM32F4 module.I would avoid to use the TCP/IP stack, just the bytes i need to transfer. Are there someone that have experience in this and can help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-28 9:18 AM
You'd want to use the Ethernet peripheral at the Frame interface, that way you can send 802.3 packets across the network to reachable nodes via MAC addresses, or broadcast
https://community.st.com/0D50X00009Xke6bSAB
>> Are there someone that have experience in this and can help me?
Free help, or consultation?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-29 2:25 AM
Thanks for the reply, if it makes a difference it is a direct connection between the STM32F4 module and a PC, there is not a network to be connected.
I'm looking for free help...
Many Thanks
