Hi, As far as I see in your code.
In line 240 udp_recv(my_pcb, udp_echo_recv, NULL); change it to: udp_recv(my_pcb, udp_echo_recv, my_pcb); This is what I am doing in my code. Hope that helped. BR, Noam. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of ajinkya Sent: ה 18 אפריל 2013 15:41 To: [email protected] Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Thanks Noam, We did the changes ...... Without trying to send a IR signal (as a separate function/task)..... siply I am able to read the payload do some processing and send some reply..... Tested rigorously for around 500 transmitted UDP packets. But Still I have some problem after including my code (Transmitting IR code). Here is the file I have attached. Because it sends the code(IR) ..... it replies back UDP packet......and it goes off......doesn't even reply ping...... can you please guide on this........What care should be taken.......... BasicWEB.c <http://lwip.100.n7.nabble.com/file/n21325/BasicWEB.c> Thanks........ Ajinkya -- View this message in context: http://lwip.100.n7.nabble.com/STR912-lwIP-Freertos-demo-tp21277p21325.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users ************************************************************************************ This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. ************************************************************************************ ************************************************************************************ This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. ************************************************************************************ _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
