lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Modbus TCP client and HTTP server at the same time


From: Trampas Stern
Subject: Re: [lwip-users] Modbus TCP client and HTTP server at the same time
Date: Sat, 21 Dec 2019 08:36:16 -0500

check the maximum number of  simultaneous TCP connections you have configured for LWIP.     

On Sat, Dec 21, 2019 at 5:06 AM MrFord <address@hidden> wrote:
Hi everyone. I have stm32f767zi and the lwip / socket library. I have a task.
The first is to read data from the device via modbus TCP. The second is data
output to a web browser. That is, the tcp client and the tcp server must be
running on the device at the same time. The problem is that when they work
in parallel, only the tcp server works, and the client just does not work.
Also tried to rewrite the code on the lwip / raw and lwip / netconn library.
Has anyone encountered this problem and how to solve it? Thanks in advance!



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]