Page 1 of 1
PIC 16F84(A)_IC PROG
Posted: Sat Mar 27, 2010 4:54 pm
by vchamilka
How to program PIC16F84(A) micro controller using "IC prog" or another program?
Give a circuit diagram to it.
Re: PIC 16F84(A)_IC PROG
Posted: Sun Mar 28, 2010 12:05 am
by Reginald
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
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 |

- pic16f84sch.png (8.63 KiB) Viewed 7825 times
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.
Re: PIC 16F84(A)_IC PROG
Posted: Mon Mar 29, 2010 4:29 pm
by Reginald
See
Multi PIC programmer that supports many PIC microcontrollers including this one.
Re: PIC 16F84(A)_IC PROG
Posted: Tue Mar 30, 2010 1:43 pm
by Neo
Re: PIC 16F84(A)_IC PROG
Posted: Wed Mar 31, 2010 5:45 pm
by vchamilka
Thank you all!
