Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

visa read & write

How can I use visa (serial port) to write in COM and read from another.

0 Kudos
Message 1 of 4
(4,559 Views)

What language are you using?  C++? C#? LabVIEW? LabWindows/CVI?

 

Regardless, there should be some really good examples available to you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(4,557 Views)

i'm using labview

0 Kudos
Message 3 of 4
(4,555 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(4,530 Views)