I start learning microcontroller 2weeks back.
I don't know anything on c programming even
programming.All right now I have little knowlegde on
thank.7«9100%Thanks for those people.
#include< THIS GREAT WEBSITE>;
Edaboard.
Right now i can teach people
HOW TO MADE SIMPLE LEDFLASH.
I PROBLEMS IS THAT
<1> How can i drive 7segment not copy and paste
<2>Can i use PORTA.B.C.D.E at same?
<3>What this means Portb=(010100100b)
step by step.
(no good grammer)
Your other questions, 2 yes you can use most ports as you like, but need to be aware that many pins are multi-functional and for example, PortA is by default set to analogue mode you must set it to digital if you want to run something digital on those pins.
Portb=(010100100b) means that the data 01010010 0 is in 'b' binary form and for a pic16f877a it should only be 8 bits not 9