• tcp_send function acting weird
    Hello, I use TCPNet for my ethernet connection. I have a buffer wich I pass through via the function tcp_send, when I change the values of this buffer right after I called the function, then I receive...
  • Bug about tcp_send function .......?
    every time my application runs to tcp_send function, it will run into sys_error() with the error_code: ERR_MEM_FREE(means release non existing memory block) and i don't know why?? any...
  • tcp_send failes to second time
    as said - second call to tcp_send fails. Other side is pretty standard MFC app, so I don't expect problem to be there.... init_TcpNet (); _tcp_soc = tcp_get_socket (TCP_TYPE_SERVER, 0, 30, tcp_callback...
  • TCP Server
    Hello, I have tried LEDClient example from keil on my MCB1700 evaluation Board. When i test with LEDClient.exe that connected via Ethernet, the program running normally and LEDs on appropriate. ...
  • lpc1857 tcp server
    I am trying to establish a tcp server on an lpc1857 board using keil mdk 6.5.0. After the listen call, I am getting a connection request from the client, ie, the callback function is triggered by a tcpeventconnect...