Analyzer is shown twice in start dialog

All articles
Joachim 2019-01-16 20:41:39

Windows 64 Bit. When you start the analyzer program the application detects two identical analyzer devices connected with the same COM port as shown here:

Double installed driver

The program works correct after selecting one of the listed items, nevertheless it is a serious hint that something is wrong with your driver installation.

If you did not already removed the according FTDI driver and reinstalled it again, try this first. We recommend to use the FTDI Clean Utility. You will find it on our download page too, just input "FTClean" in the search field.

If the issue remains, it is most probably caused by a parallel installed 32 bit AND 64 bit Windows FTDI driver.

Solution

Remove all FTDI .sys and .dll files in C:windowssystem32 and C:windowssysWOW64. (Running the uninstaller only isn't enough). These are:

  1. C:windowssystem32ftbusui.dll
  2. C:windowssystem32ftcserco.dll
  3. C:windowssystem32ftd2xx.dll
  4. C:windowssystem32FTLang.dll
  5. C:windowssystem32ftserui2.dll
  6. C:windowssystem32driversftdibus.sys
  7. C:windowssystem32driversftser2k.sys
  8. C:windowsSysWOW64ftd2xx.dll

First disconnect all devices which are using a FTDI driver (e.g. the analyzer, one of our USB to serial converter or other devices). Please take care that you only remove the listed files. We recommend you to clear your desktop recycle bin before starting to delete these files and remove them to the recycle bin. This give you the chance to restore the files if something goes wrong. Also note that you need admin rights to do this.

After removing/deleting the files reboot your system and make a clean driver installation again. You will find the newest drivers in the driver section of our download page.

If the issue remains, please start the analyzer application from within a command window with:

  1. Right click the start button or press WIN+X again
  2. Choose 'Command prompt'

Input:

msb_serv --verbose

The --verbose argument forces the application to log the whole analyzer device detection into the file AnalyzerScan.txt on your desktop. Again select one of the double listed analyzer devices in the start dialog to launch the analyzer program. Then send this file to support@iftools.com.

All articles