Now i tell you from start(I have read the Inchworm ICD2
Assembly Instructions).
1. I received the PCB of Inchworm from BlueRoom electronics free.... without components..... only only PCB.
2. I bought all the components from local market(PIC16F877A etc etc)
3. I assembled then and do some soldring..
4. I checked my PCB it is looking ok... then i apply electrical power to it.
5. I test PCB at Test Points, the reading are
5 Volts on TP+5 And
12.8 Volts on TP VPP.
6. For checking Serial Cable(RS232) and MAX232, i use a simple terminal program called "Input Output monitor" comes with PICC compiler. I short
RC7 and RC6 with a jumper on IC socket of PIC16F877A on Inchworm, i send some data from Terminal, terminal receive same data which i was sent a few micro seconds ago. I remove the jumper from socket and send data again and no data received. It means my cable and MAX232 is right and working corectly.
7. I have another programmer (TAIT Serial Programmer) and it is working... I feed a simple program blinking LEDs into PIC16F877A and for checking that Microcontroller is right...... OO yes. LEDs are blinking on my another develpment board.
8. Now i erase my previous program(blinking LED) and feed a new program "ICD2_Bootloader_A.hex" into PIC16F877A. it programmed successfuly.
9. I turn OFF FIFO of both COM1 and COM2.. and restart my computer
10. I push PIC16F877A into Socket and connect it with Serial port cable.
11. Run MPLAB.
12. I selected ICD2 from programmer menu. and run ICD wizard.
13. I press the connect button but it says
Auto-connect not enabled - Not connecting (Try enabling auto-connect on the ICD2 settings pages.)
ICDWarn0034: Please ensure that your system's serial FIFO buffers are disabled.
Connecting to MPLAB ICD 2
ICDWarn0054: MPLAB IDE has lost communications with the MPLAB ICD 2. Would you like to attempt to reconnect?
Connecting to MPLAB ICD 2
ICD0021: Unable to connect with MPLAB ICD 2
MPLAB ICD 2 Ready
Connecting to MPLAB ICD 2
ICD0021: Unable to connect with MPLAB ICD 2
MPLAB ICD 2 Ready
Connecting to MPLAB ICD 2
ICD0021: Unable to connect with MPLAB ICD 2
MPLAB ICD 2 Ready
Connecting to MPLAB ICD 2
ICD0021: Unable to connect with MPLAB ICD 2
MPLAB ICD 2 Ready
Connecting to MPLAB ICD 2
ICD0021: Unable to connect with MPLAB ICD 2
MPLAB ICD 2 Ready
What is worng i have done???