I can read that, but I can also change it using the »ftdi-eeprom« program.
However, the ft245 datasheet mentions a factory programmed, non-alterable chip ID, which can be used to identify each particular device.
This is described in the AN232R-02 application note from FTDI.
I can see some »random« values in the last eight bytes of eeprom, cuold that be it? I've run »eeprom –w« and these last bytes did not change.
Marko Cebokli
From: E.S. Rosenberg [mailto:es.rosenberg+libftdi.i2net@xxxxxxxxx]
Sent: Friday, October 11, 2019 2:02 PM
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: FT245 unique chip ID
You can read the chips' serialnumber, which is 8 characters in base36
ftdi_usb_get_strings(ftdi, dev,
vendor, sizeof(vendor),
name, sizeof(name),
serial, sizeof(serial));
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
=