2018-03-28 08: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?
2018-03-28 09: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?
2018-03-29 02: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