10-22-2012 11:12 AM
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) ???
Solved! Go to Solution.
10-22-2012 12:25 PM
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
10-23-2012 02:44 AM
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.