Microcontroller › 8051 › error in program › Hello Alok, I am
February 10, 2012 at 1:38 pm
#7142
Syed Aameer
Participant
Hello Alok,
I am confused what you have written..i think you are a begineer…
But if you want to repeat the Program then just used While(1){ } or you can use for(;
dont call main function
After
void main(void)
{
int i,j,k;
While(1)
{
for(i=0;commands!=”;i++) //Sending string to LCD
}
}