The original example has defined not to use DHCP. It only used ICMP, ARP and TCP. And it set the default IP address.
#define STACK_USE_ICMP 1
#define STACK_USE_ARP 1
#define STACK_USE_TCP 1
...
Hi,
I'm using the tcp/ip stack with example 13b.c
I'm using pic18f4520 to send data from rs232 to to the TCP_client.exe. But i don't know why my board only send data for about 30s then it did not co ...