12-21-2009 07:29 AM
Hello,
is there an example to work with an FT2232HQmini in LabVIEW?
The bus is an I2C-bus.
Thanks,
regards, patrick
Solved! Go to Solution.
12-21-2009 08:48 AM
Patrick,
Believe it or not, I've had this same module sitting on my desk for a few weeks just begging for a free moment.
FTDI is kind enough to release decent example code for their various chips, although it takes a bit of digging. The LabVIEW code is located here: http://ftdichip.com/Projects/CodeExamples/LabVIEW.htm
I've never used an FTDI chip in a serial bus mode (I'm quite fond of Fifo mode, and the SyncFifo in the 2232H), but it's likely that they're just providing wrapper VIs that call their D2XX dlls.
I hope that helps!
memoryleak