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 <[email protected]>:
> 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 [email protected]
>
>
>
--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]