• 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/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/IP
    Hi all, I would like to write a program where I would like to use the RJ45 port to receive a data from a remote PC conncected in the same network and do some operation in phycore LPC2292 according...
  • tcp broadcast
    I am using RL-TCPnet for TCP/IP communication. Everything works fine, but there is one problem at this time. The controller is working as a server, so I am sending messages to whoever connects to me...