Microcontroller › 8051 › RFID tag ID display problem *need help* › Hi Jasper, Try increasing the
November 26, 2014 at 6:56 am
#12370
Participant
Hi Jasper,
Try increasing the delay in your code,
void lcd_command(unsigned char comm) //Lcd command funtion
{
lcd_data_pin=comm;
en=1;
rs=0;
rw=0;
delay(1);
en=0;
}
put one more delay after en = 0;