Skip to main content
Visitor II
March 28, 2024
Question

STM32H7 MODBUS TCP

  • March 28, 2024
  • 2 replies
  • 1967 views

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?

 
 
 
 
 
    This topic has been closed for replies.

    2 replies

    Technical Moderator
    March 28, 2024
    KAnaharAuthor
    Visitor II
    April 1, 2024

    +++

    Can someone advice library which compatible with STM32 & LWIP?