• DNS Client && DHCP client
    Hai, im facing a problem in lpc1768 when i'm enabling the DNS client by calling the function of get_host_by_name , dhcp client is getting disturbed. But ip is resolving from dns server When im dubugging...
  • Achieve DHCP client in LPC23xx
    Hi, I'm using LPC2368 but I can't achieve the DHCP client Function. Please help me, thanks!
  • RL-TCP DHCP Timeout
    Dear all I have made a simple project,but the DHCP seems to not working,Here is my code, void TcpTickTask(void const *argument) { /* System tick timer task */ os_itv_set (100); while (1) { timer_tick...
  • DNS client fails on first attempt when DHCP is disabled
    Hello, I am using RL-ARM's TCPnet and am having an issue with the DNS client in TCPnet when I disabled DHCP at run time. What happens is the first domain name that I attempt to resolve into an IP...
  • PPP using TCP client socket
    Hello, I'm having trouble using TCP client socket on a PPP link. I'm using Keil RTX 4.74.0 and MDK-Pro 5.0.4 PPP is established using a GPRS modem (I have updated the Modem_Standard.c to...