• 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...
  • Problem connecting bsd (tcp) socket with ethernet
    Hi, I am actually trying (with a MCBSTM32F400 KEIL) to create a tcp socket and connect it with the ethernet. Here is my code: int socket; SOCKADDR_IN addr; conn_keil->socket = socket(AF_INET...
  • Which socket TCP or BSD
    Hello, I am a bit confused as to which API I should use for communication with PC running Win7. Seems like the TCP api is more event driven whereas the BSD is the classic implementation. Does the...
  • TCP multiple sockets
    I have an embedded application that needs to be able to handle several TCP sockets at the same time. It also needs to listen in on the same port number (similar to the way HTTP does) and spin off separate...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...