• Error on closing Tcp connection
    Hello all, I'm using the RealView Realtime Libary V3.10 and the RTX-Kernel. I want to implement an embedded server application based on a MCB2300 Board. So I tried the tcp sockets from the Realtime...
  • 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...
  • 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...
  • Multiple incoming connections with TCPNet
    Hi, There's something I don't understand reading the tcpnet user guide . I want to code an simple FTP server that can manage at least 2 connections. Si it seems I have to create a listening...
  • TCPNet Socket Connection Issue
    Greetings, I am using the LPC2468 and TCPNet. I have created a socket like so: tcp_sock = tcp_get_sockettcp_get_sockettcp_get_socket (TCP_TYPE_CLIENT_SERVER, 0, 120, tcp_callback); if ...