PDA

View Full Version : ic prog installation



sakthi
- 11th October 2006, 07:20
Hi all,

I need the procedure how to install the ic prog in XP for PIC 16F877A.I tried a lot but i didnt get the output the program was not burn in to IC.Plz help me
-Sakthi

amindzo
- 11th October 2006, 08:14
Hi,
after installing the icprog ,open the software and then goto setting,option,MISC and then enable the NT/2000/XP driver and then restart the windows.
now it is ready

sakthi
- 9th November 2006, 05:41
hi,

i m doing a project using PIC,now i m trying to transmit a charater from one PIC and to receive that character in another PIC via SPI.I tried a lot using EMBC code.Please help me.if u can give the code,i m using PIc16f877A.
sakthi

sakthi
- 15th November 2006, 08:40
Hi

thanks for your above reply.i installed the ig prog in a successfull manner.now i need the baud rate calculation formula for the 20khz (oscillator frequency)pic16f877a controller,totransmit the data via USART.hope u will reply me.
-Sakthi

mister_e
- 15th November 2006, 14:01
Or you use the calculation in the datasheet OR you use something like...
http://www.picbasic.co.uk/forum/showthread.php?t=4994

OR you may prefer PBP do the math for you.
DEFINE HSER_BAUD 2400

This said, if you use PBP HSER_BAUD, you'll never know if the maths choose the best err % for you... one reason why i did that calc.

Unfortunately i doubt it will work at 20KHz... but 20MHZ yes...

I'm sure it's a typo mistake... just kidding you a bit ;)