Hi,
I have a an FT260 IC and use the functions of the LibFT260.dll library
When i try to open a communication with it, the relative function return me the STATUS: "Device not Found".
I am using Windows XP 32 bit as O.S.
Obviously, the device is recognized from my O.S.
The parameters of the function are correct. The prototype of the function is followed:
FT260_STATUSFT260_OpenByVidPid(WORD vid, WORD pid, DWORD deviceIndex, FT260_HANDLE* pFt260Handle)
FT260_STATUS is an enum that i defined it as uint8 enum in labview
This is how I configured the CLFN:
uint8_tFT260_OpenByVidPid@16(uint16_t Vid, uint16_t Pid, uint32_t DeviceIndex, uint32_t* SessionID)
Convenction call is: stdcall (WINAPI)
Can someone help me to understand what is the problem?
Thank you very much