easy way, use VB and keep the Bootloader circuit on your target board.
With VB you can enable/disable the DSR or DTR line(i'm too lazy to check wich one now). The trick is quite simple.
In VB, enable the DXX line, that will RESET your PIC, disable the line, and send your commands to read the PIC EEPROM.
In your PIC CODE, use a HSERIN with a timeout label. If after a X delay you don't receive the PC command, continue to the main program else, do your EEPROM upload/download stuff.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks