06-14-2013 02:18 AM
Hi,
I use the FTDI devices a lot. If you want to use it as a serial port just configure it as a COM port and use it as a COM port in LabVIEW.
You don't need any of the FTDI VI's to use it as a COM port.
Kees
06-14-2013 10:23 AM
So I just need to consider the communication between Maxim chip and LabVIEW, thinking nothing about FTDI, right?
BTW, do I need FTDI dll file related to LabVIEW? Or if I can detect COM4, it is enough for FTDI?
Thanks!
06-14-2013 05:43 PM
As long as that chip accepts serial communication, you should be fine using NI VISA to communicate with it. I am not sure what is in the FTDI DLL. Typically, those DLLs expose some configuration functionality or there have lower level drivers that the FTDI accesses when it connects to the computer. LabVIEW does not need the DLL but you may need the DLL for the device to function properly.
Best Regards,
-KP
06-14-2013 05:57 PM
06-17-2013 11:46 AM
Thanks,
What do you mean by "set your string control for hex display"? How to set? By MAX or programming in chip?
I am not quite sure about the pins I was connecting. It was a demo board from other company. It has its own software to display the result from the Maxim chip and it works. My task is to try to read the Maxim chip using LabVIEW, not their own software.
If I cannot read in MAX VISA test panel, can I read the data from any VI?
06-17-2013 12:04 PM - edited 06-17-2013 12:05 PM
jennyzzz wrote:What do you mean by "set your string control for hex display"?
It is a LabVIEW string control/indicator setting. Right-click on the string control/indicator and choose Hex Display.