• Unable to send TCP sockets!
    I have used rl-net successfully before version 7.0 ,now doing the simple job seems to be impossible! I can not send sockets here is my code,do you have any Idea what's going on wrong? netInitialize...
  • regd: tcp send
    Hi, I am using cortex-m3 device and keil RL-ARM libraries.If i want to send a file which is stored in sdcard,using TCP call(send) ,how to send it?what is the procedure.By defining array and giving number...
  • Data lose while sending through TCP/IP
    Hi to all, I am working on RL-ARM RL-TCPnet. I make my lpc2388 as TCP active open and sending 16 bytes hex value to my PC for 40 times(627 bytes string). For testing i am trying with 32 bytes string...
  • Send PING from RL-TCP
    Hello all, I’m creating some service functions for a product that use the Keil RL-TCP network stack. So I implement a function that dumps the arp table to a VT100 terminal and so on. Now...
  • TCP Send failing from server application.
    Hello all, I'm having some issues getting my server application to work with TCPnet. I've gotten a few of the examples working with TCP and BSD sockets, but I must be missing something moving forward...