axlrose / QT-CH341A-LINUX-PROGRAMMER

Programmer tools use CH341A EEPROM programmer for 24C01 ... 24C1024 chip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QT-CH341A-LINUX-PROGRAMMER

The Prog24 is a free I2C EEPROM programmer tools. The program use the CH341A programmer device. This program uses QhexEditor (autor: Qingfeng Xia) from https://github.com/qingfengxia/qhexedit and ch341 c-programmer tools (autor: Collin Allen) from https://github.com/command-tab/ch341eeprom

I have modified the GUI in QhexEditor. I added buttons to read from eeprom, save to eeprom and programmer information menu.

CH341A EEPROM programmer

Easy steps to use:

  1. Insert the EEPROM 24Cxx chip in the correct place in the socket of the programmer. See the picture on the PCB of the programmer for information.

  2. Connent your CH341A Programmer device into usb port. CH341A programmer device

  3. Select the EEPROM chip in menu - 24C01, 24C02 ...24C512 (Press button select ).

  4. For reading from a chip select the 'Read from EEPROM' item. (Press button read ).

  5. For saving the dump press the diskette button save and setting the name of file.

  6. For open the existing file press the folder icon load and select the file.

  7. For writing the dump to EEPROM press the 'Wirte to EEPROM' write buttom.

About

Programmer tools use CH341A EEPROM programmer for 24C01 ... 24C1024 chip.


Languages

Language:C++ 69.9%Language:C 28.6%Language:QMake 1.2%Language:Shell 0.3%