• UDP send/receive data
    I'm using LPC2368 to develop UDP send/receive data Function,But in the RTLTCP library,there is not UDP Receive function,How could I receive data ?
  • SENDING DATA THROUGH UDP
    Hi Everyone Its lokesh. Please any one guide me, how to create UDP packet to send to the PC. Please give me any example code of complete UDP packet. thank you. Regards LOKESH lok.chitti...
  • MCB1700 UDP Packet Sending
    Hey all, Working with the MCB1700, with the LPC1768 processor and Keil IDE. I'm attempting to figure out how to send udp packets with the device and currently the board only came with an example...
  • UDP send fails
    Hi, netUDP_Send fails with netSatus=netInvalidParameter. netStatus s = netInitialize (); char packet[] = "M-SEARCH * HTTP/1.1\r\n" "HOST: 239.255.255.250:1900\r\n" "MAN: \"ssdp:discover\...
  • UDP sending data using RL-TCPNET stack
    I am using the RL-TCPNET library and have some issues as follows: I am using a UDP Client on my target device and sending data to the computer. However when I send data say 10000 times over UDP using...