Hi , I implemented modbus over ethernet on my NUCLEO-H723ZG mcu board. I could poll from modbus poll software. But when I try to poll from modbus poll from different devices at the same time , it is not able to poll.Couldn't connect.
Hello @Ozone I tried to create an array of socket pointers in tcp stack and allowed connection of more than one master according to the size of array.Thus enabling multiple sockets in the pcbListen.