FTDI C++ error message with mini module

Thread Starter

odinpowerglove

Joined May 28, 2014
11
Hello All,

I am trying to use the second example code for Visual C++ (http://www.ftdichip.com/Support/SoftwareExamples/MPSSE/FTCSPI.htm) To connect to the FT2232H Mini Module. My code works and indicates no device is connected when none is. However, when i connect the board and then run the code i recieve the attached message (the device is used by another application). I am not sure why i am getting this message. Any input greatly appreciated.

Cheers,

Roy
 

Attachments

Brownout

Joined Jan 10, 2012
2,390
Looks like a system message to me. Try rebooting and run your code with the device attached, without running it before without the device attached.
 

Brownout

Joined Jan 10, 2012
2,390
I'm thinking you might have two drivers installed. One which you installed and another which came natively with you OS. Try uninstalling the driver if you can. Try a different computer with the same OS which hasn't had the drivers installed by anyone. Only by elimination will you be able to find out what's going on. I had to go through some of these exercises when I first tried to program mine.
 

Thread Starter

odinpowerglove

Joined May 28, 2014
11
Not quite sure what happened but since we last talked all I did was sleep. Go to my computer and try again... no error. I am a little confused but pleased it didnt happen :confused::)
 
Top