Hi, everyone,
I've been working on an embedded Ethernet communication project recently. The host is DSP28335 and we plan to use Labview to receive the data. The UDP function is OK at present. However, Labview seems to be too slow in data processing. One example is that: an Ethernet frame with payload of 402bytes data is sent every 100us(approximately 37Mb/s) for 2000 times, Wireshark is able to capture almost all of the 2000 frames. However, Labview is only able to receive 550 frames. I wonder whether it is my computer hardware issue or my Labview code issue?
I've attached the Labview vi been used. Hopefully someone can give me some advice.
Thank you !!!