Home / serial-gpibnicl / FTDI_usb_gpib-0.1
Name Modified Size InfoDownloads / Week
Parent folder
FTDI_usb_gpib.tar.gz 2008-07-11 112.6 kB
Totals: 1 Item   112.6 kB 0
Author: Danny Holstein
email: dgholstein@gmail.com

FTDI_usb_gpib: These VIs provide C-based DLL access to the Prologix GPIB controllers, both the USB and Ethernet versions. The VIs and development files are included in this package.

This package hasn't yet been deployed on Windows, that will be done sometime within a year

Prerequisites:
	LabView 7.1+
	
Notes:
	Version 0.6
		Fixed many bugs
		Tested with USB version and reworked until could download full, 1601 complex data points from VNA using both ASCII and binary IEEE modes.
		NOTE: For a 1601 point complex S parameter, the data took 500 and 4000 ms for binary and ASCII transfer, respectively
		
	Version 0.1 -> 5
		Didn't track changes, sorry

Make (Linux):
	The one big thing to concern yourself with is the macro flag, USB_GPIB_RENAME. In attempting to keep this as a compatibility layer I kept the NI function names (ibrd, ibwrt, ibclr, etcetera). Turns out all those functions are builtin to LabView whether or not you're using a NI adapter, the USB_GPIB_RENAME flag appends "_USB" to all the names and the VIs all reference the renamed functions. It is safe/safer to keep these renamed, though if you were to incorporate the library within C code it would make sense to keep the names per NI.
Source: README, updated 2018-10-05