cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 MODBUS TCP

KAnahar
Associate III

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?

 
 
 
 
 
2 REPLIES 2
SofLit
ST Employee

Hello,

Some third-parties offer some MODBUS- TCP running on STM32 product. Check out this link

See also threads:

https://community.st.com/t5/stm32-mcus-embedded-software/modbus-tcp-ip-interface-with-stm32-stm32f779bi/td-p/159804

https://community.st.com/t5/stm32-mcus-products/help-with-modbus-tcp-ip/td-p/617864

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
KAnahar
Associate III

+++

Can someone advice library which compatible with STM32 & LWIP?