AndersBNielsen / Relatively-Universal-ROM-Programmer

Hardware to program W27C512 EEPROM or any 24/28/32 pin ROM requiring from 5V to 27V programming voltage.
https://hackaday.io/project/192273-relatively-universal-rom-programmer
GNU General Public License v3.0
124 stars 10 forks source link

IMSProg collaboration #1

Open AndreiCherniaev opened 6 months ago

AndreiCherniaev commented 6 months ago

Hello. There is IMSProg software for modern programmer device. I suggest you to check is it good idea to adopt this software for your Relatively Universal-ROM-Programmer.

AndersBNielsen commented 6 months ago

As far as I can tell that's only for serial EEPROM CH341 based programmers. Quite a different beast. I don't see any similarity or anything that would be able to handle parallel programming - except for a bit of GUI, it's basically everything from scratch. For now I plan to get programming via serial port working with a python script on the host side and enough "on device" code to handle all features via serial. Certainly wouldn't mind some help wrapping it in a nice GUI eventually - I'm not convinced IMSProg is a good fit.

AndreiCherniaev commented 6 months ago

Thank you for response!