• 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...
  • 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...
  • BSD SOCKET WITH ERROR "ERR_MEM_FREE"
    Hello, I am using the BSD Socket Interface from the Real-Time Library to implement TCP/IP communications under uVision 4 and this application is running on TI EKK-LM3S9B92. Since I need to send and receive...
  • BSD SOCKET WITH ERROR "ERR_MEM_FREE"
    Hello, I am using the BSD Socket Interface from the Real-Time Library to implement TCP/IP communications under uVision 4 and this application is running on TI EKK-LM3S9B92. Since I need to send and receive...
  • Can I use both TCP native sockets and BSD sockets?
    First of all, I'm using RL-NET V4 Legacy, MDK 5.25. And the uC I am using is the ARM7 LPC2468. The system I'm programming uses "a lot" of sockets. It has: - Default TCPNET HTTP server up to 3 sessions;...