1. Load the PIC with the HEX file with the same file number using conventional programming techniques.
eg. For PIC16F877A use p16f877a.hex
2. Start mikroBootloader by double clicking on bootloader.exe
3. Click on "Setup Port" and select the COM port that will be used.
Make sure the BAUD is set to 9600KBPs
4. Click on "Open file" and select the HEX file you would like to upload.
5. Since the bootcode in the PIC only gives the computer 4-5 sec to connect, you
should RESET the PIC and then click on the "Connect" button within 4-5 sec.
6. The last line in the history window should now read "Connected"
7. To start the upload, just click on the "Start Bootloader" button.
8. If the bootloader finishes successfuly reset your PIC to start the program.
Version History
v 1.0.0 24 February 2005
First release
v 2.0.0 26 June 2007
Corrected problems with HEX files greater than 64K
Info: http://www.mikroe.com
http://www.mikroe.com/forum
Credits: Anton Rieckert < anton.rieckert@gmail.com >