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

2019-12-24 Thread MrFord
dwstech! Could you share your code please? -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

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

2019-12-21 Thread MrFord
/** * @file * * lwIP Options Configuration */ /* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: *

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

2019-12-21 Thread Dan Sexton
I use an STM32F407 and LWIP and support a Modbus TCP client and Web Server simultaneously as well as an MQTT server. I suspect you have a configuration issue. Check to see the number of Sockets LWIP is configured to support. In my configuration I am very resource constrained and had to

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

2019-12-21 Thread Trampas Stern
check the maximum number of simultaneous TCP connections you have configured for LWIP. On Sat, Dec 21, 2019 at 5:06 AM MrFord 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 >