• TCP packet filled with 'U' 1392 bytes long
    Hi, I'm trying the RL-ARM tcp/ip stack on a arm7 LPC2368 from ETT (futurlec). I succeed setting up a TCP listen socket with the EasyWeb API. But when I try to use the TCP stack from RL-ARM 4.12...
  • sneding TCp packets
    i stop work on my serial porject and now must do TCP so do some one have some code for it?
  • TCP packets experience lots of retries
    Hello all, I'm using the RL TCP/IP stack in a standalone manner (without a RTOS) on an ARM 9 chip (Atmel's SAM9g20). The PHY transceiver I use is an Micrel KSZ8031RNL chip which is configured for...
  • Raw IP packets - TCP Keep Alive
    Hi everyone, I'm working on TCP server using MDK ARM with Real Time Library 4.12. I'm communicating with up to 4 TCP clients. I have set number of TCP sockets to 4 and Default Connect Timeout to...
  • TCP call back function and packet sequence numbering
    In the RL library TCP callback function, the parameters we have are: soc - Socket number evt - Event (enums defined in Keil's rtl.h) *ptr - Received data frame par - Received data frame length ...