08-04-2010 06:16 AM
Hi everyone. I'm triying to read the UDP packets that a board with a CPU and ethernet module is sending me via ethernet connection. In the board I've just implemented a static IP+UDP packet that only needs to change the data in order to send a temperature that the board measures. The packets are sent well and I can see them with a sniffer software like Wireshark like UDP packets with all the IP's, MACs and that stuff. The problem is that in Labview I'm not capable to read that data, even I can't read anything. I tried the UDP open + UDP read specifiying the destination port (40056 in my case).
Any help please???
Although, I wanted to ask if the destination IP is strictly necessary if you specify the MAC adress.
Thank you
08-04-2010 06:44 AM
@CarlosSp wrote:
Hi everyone. I'm triying to read the UDP packets that a board with a CPU and ethernet module is sending me via ethernet connection. In the board I've just implemented a static IP+UDP packet that only needs to change the data in order to send a temperature that the board measures. The packets are sent well and I can see them with a sniffer software like Wireshark like UDP packets with all the IP's, MACs and that stuff. The problem is that in Labview I'm not capable to read that data, even I can't read anything. I tried the UDP open + UDP read specifiying the destination port (40056 in my case).
Any help please???
Although, I wanted to ask if the destination IP is strictly necessary if you specify the MAC adress.
Thank you
Please post the code you are working with.
A pictue is worth a thousand words in LV.
Ben
08-04-2010 06:56 AM - edited 08-04-2010 06:57 AM
OK, I'll put a picture of the LV code (it's pretty simple, I just want to see the data). And also I'll put a picture of wireshark to see that I receive the UDP packets.
09-01-2010 05:33 AM
09-07-2010 10:16 AM
Hola,
Ya probaste los ejemplos "UDP Receiver" y "UDP Multicast Receiver" ?.
Hace tiempo trabajé con comunicación UDP, tuve un problema similar en donde no recibía datos. Me acuerdo haber modificado uno de esos ejemplos y la comunicación empezó a funcionar perfectamente.
Jorge N.
09-07-2010 12:52 PM