Title: FTDI EEPROM Writing from BIN not with MPROG/FT Prog Post by: Hollywood on February 04, 2015, 05:26:57 PM My problem is that I copied the dump from a cable, I didn't realize that MPROG will only phrase the EEPROM data based on the settings that you provide. I need to directly write the EEPROM of an FTDI FT245R from a bin. The location of the serial number/ID is different that where MPROG wants to put it.
Any help would be appreciated. Title: Re: FTDI EEPROM Writing from BIN not with MPROG/FT Prog Post by: H2Deetoo on February 05, 2015, 08:22:15 AM Hi,
For any programmer here it is pretty easy to write a tool to read whole FTDI eeprom and save to file, and vice versa. Specially if you use the D2XX DLL supplied by FTDI, see their example page. Regards H2Deetoo Title: Re: FTDI EEPROM Writing from BIN not with MPROG/FT Prog Post by: RaraK on February 18, 2015, 08:20:34 PM yea that d2xx example in c# is nice, all methods in there well defined.
Took me all of 20 minutes to get something working in command line just building off of that. pretty nice example.(not car ecu related) just ftdi. |