2020-09-08 05:33 AM
2020-09-08 06:32 AM
Hello @Community member ,
Max available serial (RS232) for STM32 Eval boards is two.
You can use ST-MCU-FINDER to explore the STM32 portfolio and find product that will fit your needs.
For example, you can search products in "Board Selector" with update value in RS-232.
Note that ST-MCU-FINDER feature is included in the STM32CubeIDE and STM32CubeMX tools.
Best Regards,
Imen
2020-09-08 08:01 AM
RS232 is a bit dated, most applications today use MCU to MCU level connectivity at CMOS levels.
I would recommend using a NUCLEO-144 board, finding a handful of UART pairs, and then wire in simple RS232 DB9 w/MAX3232 adapters from eBay/AliExpress or you're local vendor of choice.
https://www.aliexpress.com/i/32786765185.html
2020-09-08 11:12 AM
Or even simpler, wire up few cheap TTL to USB adapters.
-- pa
2020-09-08 11:29 AM
The OP specifically asked for RS232, presumably because he had existing legacy equipment using that mode of connectivity.. ie loggers, control or telemetry equipment
I can see a custom board having multiple RS232 ports, pretty deep into a niche application for it to be on mass-market evaluation board.
Many flight controller boards could also provide multiple UARTs
2020-09-13 11:24 PM
Hello @Imen DAHMEN , @Community member and @Pavel A. ,
Thank you for your suggestions and advise.
Yacob.