12-19-2022 12:50 AM
I am replace the existing program with a VI that can send UDP message. But notice that the protocols in the frame for the present program has eth:ethertype.ip.udp.data while the VI shows the protocol to be eth:ethertype:ip:icmp:ip:udp:data as shown at UDP protocols in frame.jpg. is there a way to have the same protocols? Both VIs below uses the UDP Open Function and UDP Write Function (which I just copied from the example and from what of the solution in the community. But seems the problem is the protocols. Any suggestion?
12-19-2022 04:11 AM
found the problem already. The Source and Destination port address was reverse. Upon correcting the communication is correct
12-19-2022 07:38 AM - edited 12-19-2022 07:39 AM
@ahleks wrote:
found the problem already. The Source and Destination port address was reverse. Upon correcting the communication is correct
Don't forget to mark your message that I replied to as the solution. It's legit and you deserve the credit. Also, this has a high probability of helping someone else who has this issue in the future.