Microcontroller › 8051 › microcontroller coin counter with IR sensor › try the code after changing
April 25, 2012 at 1:31 pm
#7544
AJISH ALFRED
Participant
try the code after changing your lcdready() function like the following
void lcdready()
{
// busy = 1;
rs = 0;
rw = 1;
// while (busy == 1)
// {
en = 0;
MSDelay ( 100 );
en = 1;
// }
return;
}