How do I erase FT230X eeprom?  According to a comment in src/ftdi.c
following chips will be excluded:

This is not supported on FT232R/FT245R according to the MProg manual from FTDI.

But the I see following code snippet:

    if ((ftdi->type == TYPE_R) || (ftdi->type == TYPE_230X))
      {
          ftdi->eeprom->chip = 0;
          return 0;
      }

Should the comment be changed or erasing is still not implemented?

Regards,
Yegor

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to