STM32H7 MODBUS TCP
I have created a web server using the STM32H723VET6 processor and can communicate with my own circuit through the web server. I can send and receive data to and from the processor over the web server (using LWIP).
I am sending data every second through the UART. I also want to send this data using the MODBUS TCP protocol. Since I have never worked with the MODBUS TCP protocol before, I'm not exactly sure what I need to do. Is there a suitable library and example for my processor to do this?
