Scott,
It is a serial connection.
Right now my Vi is doing this:

Computer A:
Open VISA serial port.
loops to
Read response ( if no response to read) then it
Sends request.
Then loops back to read a response
Close port.


Computer B:
Open VISA serial port.
loops to
Read request ( if no request to read) then it
Sends a dummy response.
Then loops back to read a request
Close port.

Do I need to change one to write first because I had no problems
before and it was set up this way??

Also how do I go about doing this??:
"Wait until computer B has the program running and has opened its VISA
port (there is no programmatic way to do this, you will need to
synchronize this by hand)."

Reply via email to