11-13-2009 09:53 AM - edited 11-13-2009 09:54 AM
Hello,
I have two machines on the same network. On one machine I have labview and on the other I have Java code. I want to establish TCP/IP connection between the two and exchange data. I was browsing through other forums, I do not intend to use JNI.
Is this possible, or how can I achieve it.
Thank you.
-H
11-13-2009 11:18 AM
There is a set of TCP functions available in LabVIEW.
Also search the examples for TCP to see how to use them.
Felix
11-13-2009 12:12 PM
11-13-2009 12:16 PM
Yes, you can. TCP has nothing to do with the programming language you use (even independent of the OS), otherwise we would not communicate now (the internet is based on TCP).
Felix