• 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...
  • 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...
  • Shall the tcp_send function be used on the TCP server?
    Now I'm using RL-TCPnet on an embedded controller which acts as the TCP server. The server returns back different messages according to different messages sent by different clients. To return back the...
  • Shall the tcp_send function be used on the TCP server?
    Now I'm using RL-TCPnet on an embedded controller which acts as the TCP server. The server returns back different messages according to different messages sent by different clients. To return back the...
  • 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...