USB module DLP-USB245 programming problem
It looks like this module works fine when I call functions like CreateFile() GetCommState() EscapeCommFunction() etc.
but when I try to use FTD interface and call
ftStatus=FT_ListDevices(&dwNumDevices,NULL,FT_LIST_NUMBER_ONLY);
it returns FT_OK and dwNumDevices set to 0
What could be wrong?
but when I try to use FTD interface and call
ftStatus=FT_ListDevices(&dwNumDevices,NULL,FT_LIST_NUMBER_ONLY);
it returns FT_OK and dwNumDevices set to 0
What could be wrong?