Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

failure of serial communication

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

 

 

0 Kudos
Message 11 of 16
(1,312 Views)

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!

0 Kudos
Message 12 of 16
(1,300 Views)

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

Kurt P
Automated Test Software R&D
0 Kudos
Message 13 of 16
(1,284 Views)
That's correct. As long as the cable shows as a com port, VISA is all that you need. The dll is not required at all.

Please explain what pins you are connecting. Also attach your code. You need to set your string control for hex display.
0 Kudos
Message 14 of 16
(1,279 Views)

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?

0 Kudos
Message 15 of 16
(1,258 Views)

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.



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 16 of 16
(1,255 Views)