I include that stdio.h file but still not working.
Tell me will you able to run this code in your proteus, Is it working fine ?
Because if it is that then their might be problem with my proteus.
Also I tried different print routine.
Code:
void lcdputs (unsigned char *s)
{
while(*s)
{
DAT(*s++);
}
}
I tried to change unsigned to const and vice versa
And send the value by this code
Actually this is working in actual hardware as I tried before, but not here on proteus