9 years, 11 months ago.

EthernetInterface accept function for K64F

I cannot get thru the client.accept function in the attached program. I get an IP address, bind, and am listening. When I query the connection, my browser appears to be connecting, but the accept function never returns. Is all the functionality of the EthernetInterface library for the K64F ready for use?

/media/uploads/drpotter813/main.cpp

Question relating to:

The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64, K63, and K24 MCUs.

Hello,

can you please use mbed-src instead of mbed library ? Add latest mbed-src, test and let us know if it works or not. Thanks

posted by Martin Kojtal 25 May 2014

Did a Compile All and tested and the accept function now returns after I changed the set blocking function to the socket server rather than the socket client.

posted by Donald Potter 26 May 2014
Be the first to answer this question.