Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using lpc1769,so I want to communicate by the UDP,but I don't know how to do it. Now I ask for help to complet the udp_close function!thank you !
Posted
Comments
Sandeep Mewara 11-May-12 5:56am    
And what kind og help you are expecting here? You say you don't know anything, how do you plan to do it?

With udp, you transmit your request, and just let the socket sit for awhile until a reponse is received. Then you close the socket, and process the buffer data returned.

Whether it's TCP or UDP, you open the socket, and then close it.

Are you referring to .net?
 
Share this answer
 
Now I do not network programming that part, is the PC communicate between the lpc1768 board.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900