• Closed the connection to a remote host in TCP
    Hi, I have not found a function to close the connection to a remote host to TCP server, but I will not stop the server, only the connection. My problem is when you unplug the cable, I have to...
  • TCP closing problem
    Hi I'm using AT91sam7x512 with DP83848 for Ethernet connection and in my project device is set as host, and every thing is OK except TCP closed detection. I've used tcp_get_state() to determine...
  • TCPNet: closing connection
    I have allocated server-type TCP socket and put it into listen state: tcp_soc = tcp_get_socket(TCP_TYPE_SERVER, 0, 60, fun_TcpCallBack); if (tcp_soc != 0) { tcp_listen (tcp_soc,PORT); } ...
  • Client BSD exemple connection close problem in uv5
    Hi all, I'm using UV5 to communicate by TCP/sockets with a remote PC. I use the BSD_Client exemple and change a few things (GPIO, IP, PORTs) to communicate with my PC program. It work but only...
  • Having tcp connection with rtx
    Hello to all, I want to run TCP/IP connection with having Keil RTX. Is there any sample code that implement TCP connection with RTX for LPC1768 microcontroller? thanks in advance.