pic c programming menu

Thread Starter

summeranson

Joined Feb 12, 2009
28
hi everyone..
i am a uni undergrad, i am currently doing my final year project.
but i am having problem in programing a c programming for my pic..
my pic will be 16F877A from microchip.
the problem is i don't really know what are the library i will be needing and also any setting i need as i need to connect it to RS232 and connect it to my pc and use it with kerboard control.

any expert help will be much appreaciate..

thanks everyone..
 

mik3

Joined Feb 4, 2008
4,843
I am happy this helps but note that not all the functions in the manual are valid for all PIC's. It depends on the PIC which functions are valid.
 

AlexR

Joined Jan 16, 2008
732
Also be aware that those library functions only apply to the CCS compiler, if you are using any other brand of C compiler then it will have its own (different) set of PIC library functions.

The bottom line is read the manual that comes with your compiler.
 

Thread Starter

summeranson

Joined Feb 12, 2009
28
thanks every1 i m using ccs c compiler but the problem is there is too much pages haha..
but well better than nothing..
so i shall just read all of it..

thx again..
 
Top