tigard-tools / tigard

An FTDI FT2232H-based multi-protocol tool for hardware hacking
Other
592 stars 72 forks source link

FT Prog cannot detect Tigard #70

Closed rtborg closed 6 months ago

rtborg commented 6 months ago

FT Prog cannot detect Tigard on Windows 11 using VCP and WinUSB drivers; Device Manager shows 1 x COM port and Tigard V1.1 under "Universal Serial Bus Devices".

securelyfitz commented 6 months ago

The VCP drivers are bare bones UART drivers. You need to install and make sure you're using FTDI's full FT2xxx drivers for FTPROG to work. On my windows 10 test system, it shows up as "USB Composite Device" -> "USB Serial Converter A" -> "USB Serial Port (COM4)" in device manager, where the first one is a MS driver and the last two are FTDI drivers.

Let us know if you're still having issues.