command-tab / ch341eeprom

A libusb based programming tool for 24Cxx serial EEPROMs using the WinChipHead CH341A IC
GNU General Public License v3.0
149 stars 58 forks source link

Support "verify" command #11

Closed Leo-PL closed 4 years ago

Leo-PL commented 4 years ago

When working with a SOIC clip (or other fragile connection) it is useful to verify the chip contents right after reading, which is easier than reading it again and diffing them manually.

command-tab commented 4 years ago

This is awesome! Thank you!

Leo-PL commented 4 years ago

Late greetings from 36C3, where I cobbled up this patch. Up next I'll add detection of EEPROM presence based on ACK bit, once I have some spare time :)