Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring baudrate while working with NI-DAQmx

Solved!
Go to solution

Hello all,

I tried every possible option in property nodes of DAQmx to give a configurable baudrate and finally failed to change the baudrate. Is there a possibilty to change it (like in VISA) ???

 

0 Kudos
Message 1 of 3
(3,168 Views)
Solution
Accepted by topic author venky_Sam

DAQmx is a driver for data acquisition devices.  As such it does not have a baud rate associated with it.

 

VISA is the driver to use with communications devices including RS-232 where baud rate is a parameter.

 

So what are you actually trying to do?

 

Lynn

 

Message 2 of 3
(3,166 Views)

Thanks for the reply Lynn.. Actually I wanted to have 5 times baudrate for my UART communication, and now I know where I was making a mistake.

0 Kudos
Message 3 of 3
(3,152 Views)