ftx-prog icon indicating copy to clipboard operation
ftx-prog copied to clipboard

Option --restore appears to do nothing

Open samuelfmlourenco opened this issue 10 years ago • 1 comments

When using --save, I can generate a file with the contents of the EEPROM, but using --restore on a new command line, with the created file as argument, does nothing. The old contents appear and the EEPROM is not modified at all. It is not possible to write a new FTDI chip using this method.

samuelfmlourenco avatar Dec 15 '15 11:12 samuelfmlourenco

To make --restore work on command line, I added the function ee_write(eeprom, len) at the end of the function restore_eeprom_from_file. This seems to work to write to a FTDI chip with the method. This should be included.

syslogicsm avatar Mar 17 '17 14:03 syslogicsm