2022-12-14 05:19 AM
Hello
To which component should I turn to make a project based on the recovery of RS232 data and to integrate a tcp server there to recover this data
thanks
2022-12-14 06:32 AM
You could try out any nucleo/discovery board with Ethernet capabilities.
Do you need also the RS232 physicall transceiver?
Any stm32 has Serial capabilities, not all of them have Ethernet
this tutorial should work for you
https://www.youtube.com/watch?v=8r8w6mgSn1A
this guy uses a STM32F7508-DK
or, use a non STM solution such as ESP32 with wifi capabilities