Hello
I've tried the GenericTCPClient exemple: when i push the button on the dev board (Explorer), i can see on the RS232 the microchip's web html code.
Ok,
Now i want add the SNTP function, so
- when i enable the line : #define STACK_USE_SNTP_CLIENT in TCPIPConfig.h
i've a pb, the GenericTCPClient exemple seems to be freezed, on the RS232 only the message :
Connecting using Microchip TCP API...
and nothing more.
I've tried to enable the lines:
#define STACK_USE_TCP
#define STACK_USE_UDP
Same behavior,
How to do to enable SNTP and GenericTCPClient?
Thx,