Hi all!!

I am doing a project with PIC16F874. I have the .asm code, and I have create a project with MPLAB. Then, I have built it successfully and i have generated the .hex file!!

So, now, I need to load this .hex file in the PIC. I want to do it using the hyperterminal because i haven't any bootloader.

I have configure hyperterminal with 9600bps, 8 - N - 1. then I connect the pic to the pc with a RS232 wire and then i turn on the pic. So, the hyperterminal shows the last program loaded and that the pic has jumped to the code.

In order to load my file, i try to transfer the file, but it doesnt go!

Can you help me, please??