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

Adding read setup and first next packet for chipset 24c01, 02, 04 and 08 #6

Closed paolo-caroni closed 5 years ago

paolo-caroni commented 8 years ago

Hi, I start to add read setup and first next packet for chipset 24c01, 02, 04 and 08. When I have time I add the others. This implementation however isn't complete because there is two problem:

1) We have to change manually CH341_EEPROM_24c64_READ_NEXT_CMD and CH341_EEPROM_24c64_READ_SETUP_CMD from the source ch341funcs.c in base at what chipset we want.

2)I've added only the first "next" packet because I don't understand how add the other (in the original source for the 24c64 there is only the first)

Obviously this is just a beginning to correct the problem in reading and writing, cheers, Paolo