We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I m using lpc1788 controller and application is ethernet communication. i have done one part that data can send on server .but i cant receive data from server. how it will work and any example code
If you are using MDK5.x and if you install the Keil::LPC1700_DFP pack you get some examples how to use our TCP/IP stack. There is a BSD Client and BSD Server example when you select a LPC178x controller. You can find the documentation here: http://www.keil.com/pack/doc/mw/Network/html/_b_s_d__examples.html Our manual also contains code fragments which show how to use TCP or UDP sockets to implement a server or client. Please see: www.keil.com/.../using_network_sockets_tcp.html