• Keil UDP Multicast Send/Receive
    Hi, I am trying to implement UDP Multicast Functionality on Keil MCBSTM32F400 Board. I have defined a mulicast group ip:port as { 224.220.0.1: 1995 } I want to listen on this group...
  • Keil UDP Multicast Send/Receive
    Hi, I am trying to implement UDP Multicast Functionality on Keil MCBSTM32F400 Board. I have defined a mulicast group ip:port as { 224.220.0.1: 1995 } I want to listen on this group...
  • 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 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\...
  • 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...