doubt | Microcontroller › 8051 › doubt This topic has 1 reply, 2 voices, and was last updated 13 years, 8 months ago by dagakshay. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 23, 2011 at 9:55 am #556 jeroshiniParticipant ELECTRONIC CODE LOCK WITH USER DEFINED PASSWORD PROJECT in that the code for the project the line ||delay(10); is declared i hav a doubt whether we hav use this line or not. January 24, 2011 at 6:21 am #5358 dagakshayParticipant i hope you aksing for the project http://www.engineersgarage.com/microcontroller/8051projects/electronic-code-lock-with-password-using-at89c51 in that you askin for paricularlly this void lcd_data_string(unsigned char *str) // Function to send data to string { int i=0; while(str!='') { lcd_data(str); i++; //delay(10); } return; } no this delay is not used it is assigned as comment….. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In