16F877A

Thread Starter

summeranson

Joined Feb 12, 2009
28
hi i am new in pic programming..
i am facing problem to program my pic to connect to port a port b n so on..
by the way how does #fuse n so on helps in my programming..
i have read through the manual but i just couldnt understand what it is teaching..
i will also need to connect rs232 to a max 232 chip then my port c port d will connect to 1 unit of 7 segments wit each port.

any expert here to help??
 

mik3

Joined Feb 4, 2008
4,843
What language are you using for programming and which compiler?

First, try to make a simple program like a few leds flashing to become familiar with a microcontroller and then make the hard things.
 

Thread Starter

summeranson

Joined Feb 12, 2009
28
hi mik3 can you show me an example of how to set those trisa trisb and then how to read and write to port a port b with interface with rs232 to pc? say i type x and if it is x then counter + 1.
 
Top