How to program PIC16F84(A) micro controller using "IC prog" or another program?
Give a circuit diagram to it.
PIC 16F84(A)_IC PROG
Re: PIC 16F84(A)_IC PROG
This serial programmer does not require an external power supply, it extracts power from the PC RS232 connection. The 9-pin female connector (CON1) connects directly to the PC serial output.
Bill of Materials
You can use FREE Microchip's MPLAB IDE / assembler and Lite Version (free) of HI-TECH C compiler for PIC10/12/16 MCU from here. To program the chip use either WinPic800 or IC-Prog Prototype Programmer.
You may also refer PIC16F84 Tutorial.
Bill of Materials
CON1 | DB9 female PCB | 1x |
IC1 | PIC16F84 | 1x |
U1 | 78L05 | 1x |
R1, R2, R3 | 10k? | 3x |
C1 | 100nF | 1x |
C2 | 22µF | 1x |
C3 | 470µF radial | 1x |
D1, D2 | Zener 5.6V | 2x |
D3 | 1N4148 | 1x |
D4 | Zener 12V | 1x |
You may also refer PIC16F84 Tutorial.
Re: PIC 16F84(A)_IC PROG
See Multi PIC programmer that supports many PIC microcontrollers including this one.
Re: PIC 16F84(A)_IC PROG
Thank you all! 
