01-18-2024 11:16 PM
Hello All,
I am trying to send data from one PC to another using a network stream method.
I took references from a sample network stream example for this implementation.
I mentioned the proper IP address in Host Vi.
I created two executables, one for the host and one for the target, and placed them on their respective PCs.
But when I run them, it gets stuck, and nothing happens next; I have to abort them forcefully.
Is there any firewall setting or any other setting while creating exe?
If anyone has any ideas, it will be helpful to me.
01-19-2024 01:12 AM
Can you ping the other device? My LabVIEW used unintentionally a virtual HyperV network card. LabVIEW chooses network card by the the IP address. Can you turn your firewalls off and check if it works? If yes, add a rule targeting your build .exe for incoming and putgoing connections.