I'm trying to put together a rather simple read/write between computers utilizing DataSocket and LabWindows. The sample programs and a thousand forum/internet searches have not revealed my issue(s). I put together a very basic set of programs to capure a number (the "minutes" of a GetSystemTime() call) and send it to the second computer, using the IP addresses of the computers as references in the DataSocket transfer. No luck! My goal is to eventually transfer data in both directions, but I can't even get data to flow in one direction. Any ideas as to where the error(s) in my logic are? My simplified programs are attached...