HOW TO CREATE A STRING? | Microcontroller › 8051 › HOW TO CREATE A STRING? This topic has 3 replies, 2 voices, and was last updated 9 years, 2 months ago by Ashutosh Bhatt. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 4, 2015 at 12:29 pm #3742 Jenish RanaParticipant void trasmitstring(unsigned char *disp){ int x; for(x=0;disp[x]!=0;x++) { trasmitdata(disp[x]); }} July 7, 2015 at 6:24 pm #13051 Ashutosh BhattParticipant what is the problem? July 16, 2015 at 9:12 am #13074 Jenish RanaParticipant string problem July 19, 2015 at 8:47 am #13080 Ashutosh BhattParticipant sorry but u r not getting me and even i m not getting u i asked what is the problem? wht string problem? Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In