• LPC2129 Port 0 Parrallel data - on no consecutive pins
    Hello Friends, I have to read 16-bit data from Port 0 of LPC2129.But the data is not available on consecutive pins. So I assigned a name to each pin like PDB0. To read all 16 bits into a single...
  • #message
    Hi, Does anyone here ever use #message in other compilers? It is a useful tool for making sure that code with many #ifdef compiles the way you want without adding to the number of warnings. thanks...
  • TCP TIME_WAIT
    Hi, I have a webserver running on an LPC1768 with a maximum of 15 clients at any one time. I am using an application, written in javscript, to do HTTP GET requests which uses one socket per GET...
  • TCP/IP
    Hi, I'm using the TCP/IPnet for the telnet communication. The configuration of MAC and IP address are working well and we get the ping from PC. If the data sent from controller to PC, PC receives...
  • TCP retransmission
    Hi All The processor is LPC2468 running @ 57.6MHz with DP83848I phy in RTX OS and TCPnet stack. RTL.h version is 3.10/2007. Currently we are facing TCP retransmission issue in huge network...