• UDP transmission
    Hello, I'm developing an application for an ARM9 uC, on the evaluation board MCB-STR9. I'd like to use the RTOS (RTX application) and implement in a RTOS task a UDP based transmission protocol. Even...
  • UDP Issues
    Greetings All, I am using the RL_ARM TCP net library in order to establish a connection with the LPC2468. I have the following code to initialize the UDP connection: static U8 retval = 0xFF;...
  • UDP/IP throughput
    What can one expect the throughput from the UDP/IP communication as in bytes/sec or Mbytes/sec? And how do you really measure?
  • LPC1788 - UDP example
    Hi all, i am trying to send and receive UDP packet on my Hardware. I am using LPC1788 with PHY DP83848TSQ. I already test the Hardware with an example code called "easyweb" and it work. And then...
  • Timer Interrupt based UDP
    I am using ARM7 LPC2478 with RL-TCPNET ethernet stack. I want to send a particular data (which I am acquiring from an FPGA) over UDP/IP with timer intervals of let's say 100msec. So I am trying to implement...