The bootlaoder software (on your PC) and the bootloader firmware (in your PIC) must work together. So it's basically a package deal.
If you use the pre-built hex files for MCS bootloader, then you will need to use MCS bootloader software to do the programming. Hyperterminal won't work.
You CAN still use CD Lite to edit and compile your code. Then just use the bootloader to load your program hex file.
FYI - I found that the Tiny PIC Bootloader (freeware) works perfectly with PicBasic Pro. I built the same MAX232 interface as shown on the MCS web site. You may have to edit the firmware .asm file yourself though, depending on what chip, baud rate and oscillator speed you want to use.
-Jim
Bookmarks