On Mon, 2008-01-21 at 11:42 +0000, Julian Gardner [RSD] wrote: > Sorry if I have not explained better > > What i have is a unit which needs to talk to a master unit on a fixed > port, I open the port as per my code and have a task running which loops > around looking at the read flags until i have some data, once this is > received i process the data and then send back a status block, using > lwip_write! > > I have posted my code which currently runs on port 5000, the reason for > the task and code is i may need to monitor a block of ports, 5000-5004
Probably easiest just to have 5 sockets then, one on each port. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
