cancel
Showing results for 
Search instead for 
Did you mean: 

How to send binary bytes via ethernet without using the TCP/IP stack with a STM32F4?

Davide Oresoli
Associate
Posted on March 28, 2018 at 17:48

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?

2 REPLIES 2
Posted on March 28, 2018 at 18:18

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?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on March 29, 2018 at 09:25

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