7 years, 1 month ago.

modbus TCP NUCLEO STM32

Hi

There is an example with modbus TCP for NUCLEO-F103RB

2 Answers

7 years ago.

Hmmm...if you really mean TCP for a non-Ethernet board then the first thing you will need is an Ethernet Shield. These implement Ethernet over SPI but are essentially plug-and-play for Ethernet sockets. Next you of course will need some sort of MODBUS interpreter. There are some grassroots efforts in the mbed user libraries. You might need to look into other sources as well (which are not cheap). Any route you go you are going to need to do a lot of work to tie all the pieces together.

Accepted Answer

Thanks Now I'll study a possibility for the o NUCLEO_F746

posted by Ivan Gomes 28 Feb 2017
7 years, 1 month ago.

+1