• 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;...
  • 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;...
  • 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...
  • 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...
  • 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...