libftdi Archives

Subject: Re: FT245 unique chip ID

From: "E.S. Rosenberg" <es.rosenberg+libftdi.i2net@xxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 11 Oct 2019 15:01:50 +0300
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));

HTH,
Eli

Op vr 11 okt. 2019 om 08:37 schreef Marko Cebokli <marko.cebokli@xxxxxxx>:
Hello,

Is there a way to read this using libftdi?
Using the "ëeprom"   example program, I can see some random looking bytes at
the end of eeprom, is this it?
I guess it is not the "serial number", because that can be changed?

Marko Cebokli



--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   



libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx


Current Thread