• 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 ...
  • KEIL Tcp Socket Client connection
    Hello everybody. First of all i want to say that very good compiler and tools but soo poor documentation and examples. I have a few questions (I have cortex m3 mcu,enc28j60 ethernet controller. I can...
  • 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...
  • http sockets
    Hello, I'm trying to implement a TCP/IP Stack with a running web server. I took code from the http_demo project. The systems runs, I can connect and display the website on my browers. After a few refreshes...
  • SOCKET PROGRAMMING
    i m using 2378 Ethernet module ,tested the easy web code . now i wanted to make it for sockets instead of http i.e socket programming. can u provide source code for that ??? reply if can help ??? ...