From e1016f6b7e1c5fa57ca67296a6e809e9ba325273 Mon Sep 17 00:00:00 2001 From: Mikhail Medvedev Date: Mon, 12 Feb 2024 13:31:26 +0300 Subject: [PATCH] Added information about components of program --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c6cf1be..5844717 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ This is a GUI program used widget QhexEditor. For setting the SPI chip parameter The chip database format is clone with EZP2019, EZP2020, EZP2023, Minpro I, XP866+ programmers. You can edit the database use the [EZP Chip data Editor](https://github.com/bigbigmdm/EZP2019-EZP2025_chip_data_editor) +IMSProg consists of three executable modules: + + 1. IMSProg - the chip programmer (it's the main part). + + 2. IMSProg_editor - chip database editor. + + 3. IMSProg_database_update - online chip database update from the external web-server. + ![CH341A EEPROM programmer](img/IMSProg_1.png) ![CH341A EEPROM programmer](img/IMSProg.png)