07-15-2015 05:37 AM
How can I use visa (serial port) to write in COM and read from another.
07-15-2015 05:49 AM
What language are you using? C++? C#? LabVIEW? LabWindows/CVI?
Regardless, there should be some really good examples available to you.
07-15-2015 05:59 AM
i'm using labview
07-15-2015 06:39 AM
Then look in the Example Finder (Help->Find Examples) and do a search for Simple Serial Write & Read. It is an ok example of how to perform a write to an instrument and then read data coming back from it. You should be able to easily expand it to write on one port and read on another.