EEPROM Burner

Software

Being stubborn, I'd like to create the EEPROM burner myself. Being a Java programmer who doesn't want to get back into C/C++/C# unless I really need to, I want do write the control from Java. Bad news is that Java doesn't have all the low-level port control that other languages do.

However, it does have access to "standard" RS-232 communications. This least to another microcontroller-based solution to the problem. At the time of this writing, I have very basic communications going between the PC and the PIC microcontroller. I'll update this page when I have more time ...