Hello Oliver,
thank you very much for this amount of information!!
Now I am very sure that ACube did not use a bootloader at all.
The minimig firmware is apparently directly written in the PICs memory starting at $000000.
Problem is how to erase the flash memory and reprogram it with tiny bootloader. My trials until now did not work. I build an adaptive board for the PIC to use minimigs serial connection via MAX232 and the oscillator to make the PIC operating.
Its a kind of WLoader (
http://www.voti.nl/wloader/index_1.html) clone of course with adapted pins to 18LF252. Only clock, rx, tx, Vss, Vpp and Vcc is connected.
I connected +5V at MCLR/Vpp and Vcc to make the flash memory writeable. Must Vpp also connected to any serial pin to be clocked/pulsed instead of permanent +5V?
The PIC is responding to tiny bootloaders terminal output but could not be found with "Check PIC" or "Write Flash", it only appears a timeout.
What software can I use to erase the PIC? Maybe tiny bootloader then is able to rewrite it.
Again many questions... It also annoys me to ask and have to make all this steps at all.
Kind regards