09-20-2004 04:07 AM
09-22-2004
03:59 PM
- last edited on
07-18-2025
05:52 PM
by
Content Cleaner
Hello Andreas,
You may have better luck finding people who have worked with this DLL at the FTDI Home Page. From their support page they have links to web boards specific to USB development.
The following link should be of help in calling external code in LabVIEW.
Using External Code in LabVIEW
Please let me know if you have any questions specific to external code calls in LabVIEW.
12-10-2004 05:56 AM
04-06-2005 01:34 PM
05-03-2005 09:31 AM
10-02-2008 04:44 PM
I have trouble using the VIs made available from FDTI.
I got "Invalid handle" from status of FT_Open_Device_By_index.vi
If, instead, I use only FT_Open_Device_By_index the device is recognized properly.
I attach my VI.
Thanks in advance
10-04-2008 01:59 PM
OK... it works now...device has to be configured in synchronous mode (non asynchronous)....
Only an issue..Once stopped the VI the next run (sometime) I must unplug and plug again the USB...to get a valid handle (different than 0).
Any hint?
Thanks in advance
10-04-2008 03:15 PM
Andreas;
I too, have that chip. I wrote the package at:
https://sourceforge.net/projects/serial-gpibnicl/
I tried to stay with the NI-GPIB library function calls, I also include VIs that go with it. I've tested it with Linux, not with WinXP.
FYI: The NI-GPIB routines such as ibwrt() are included in the basic LV runtime, I had to do a bulk re-name to call my DLL instead of the LV runtime DLL.
...Dan