eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

eeprom: Fall back to device version of type not set in eeprom #386

Closed sjoerdsimons closed 2 days ago

sjoerdsimons commented 2 weeks ago

When the type isn't set in the eeprom determine it from the device version instead.

This fixes programming some ftdi 232R chips that don't have the type set in the eeprom (Fixes: #309

eblot commented 2 days ago

Rebased and merged as #393. Thanks