Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA + Serial Communication -help Help Needed !!!!

i have sensor temperature i can read the temperature with my ni mydaq no problem with that but in need to send this temperature to anther user with uartft232 any idea how i can do it
 

 

0 Kudos
Message 1 of 5
(2,447 Views)

Hey,
One question. Do you have the NI-Serial driver already installed? This will be necessary for achieving serial communication. With this driver's functions you will be able to write and read data using serial communication.image.png

 

 

You can download NI-Serial in the foll

0 Kudos
Message 2 of 5
(2,412 Views)

@adrianplant wrote:

One question. Do you have the NI-Serial driver already installed? This will be necessary for achieving serial communication.


The NI Serial driver is only necessary if you are using a serial port from an NI device.  But VISA is the right API for communicating over a serial port.


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 3 of 5
(2,389 Views)

yes i install every thing

0 Kudos
Message 4 of 5
(2,381 Views)

Maybe this example program will give you insight on how to do serial communication with your device. You can find more related examples in LabVIEW ---> Help ---> Find Examples.

0 Kudos
Message 5 of 5
(2,372 Views)