• TCP packet filled with 'U'
    Hi, I'm trying the RL-ARM TCP/IP stack on a ARM7 LPC2478-STK board from Olimex. int main() { U8 rem_ip[4] = {192,168,1,81}; U8 tcp_soc; uart0_init(); timer_init(); init_TcpNet(); tcp_soc...
  • 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...
  • Intel Hex - Tool to fill unused bytes?
    Is there a way inside or outside of uVision2 to fill my output intel hex file so that unused bytes are set to 0x00? So that when I actually program my chip I am sure that every byte is programmed.
  • 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...