- This topic has 3 replies, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › HOW TO CREATE A STRING?
void trasmitstring(unsigned char *disp)
{
int x;
for(x=0;disp[x]!=0;x++)
{
trasmitdata(disp[x]);
}
}
what is the problem?
string problem
sorry but u r not getting me
and even i m not getting u
i asked what is the problem? wht string problem?