did you ever find a fix for the problem. I have the exact same problem with a 16F886
I built a bootloader using "Dan_tinybld 16F882-883-884-886-887_84w_rev4" When I try to download my software using Tiny Multi Bootloader+ (v0.11.2.11)I get this error: Checking device Open COM3 serial port at 19200 Baud Rate Hardware RTS resetting device Device detected: '16F 886/887/876A/877A/876/877(84w)' Source HEX file opened: C:\Users\EK E\Documents\PBP3\EXAMPLES\test886boot.HEX Warning: 2) Config found just writing data Warning: 2) Config found just writing data Uploading flash Uploading program...
I tried and tried with MPLAB X. Sometimes it worked, other times not.I Found this article while researching the problems;http://picprojects.org.uk/projects/mplab/mplabhowto.htmI downloaded MPLAB IDE v8.91 Using Project>Quickbuild was so easy. There will be errors. It won't find spbrgselect.inc in your project folder.To fix it do this. In your template change this line from;#include "../spbrgselect.inc"To;#include "spbrgselect.inc"And it will find the file.I also found syntax errors with the config...