Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 8 months ago.
TCP server for wifi
hi,
I am looking for a TCP server example using SpwfSAInterface. if run as follows, Error occurs in bind(). TCPServer server; server.open(&wifi); server.bind(SERVER_PORT);
my hardware is NUCLEO_F401RE+X-NUCLEO-IDW01M1
please help me.