--- Quote Start ---
originally posted by smcnutt@Nov 17 2005, 11:36 AM
hi ramesh_8051,
> can anyone plz tell what is wrong in my prog
you're writing through an uninitialized pointer (ch). <div class='quotetop'>quote
--- quote end ---
--- quote start ---
int main ()
{
int i,j,k=0;
- char *ch;
+ char cbuf[1];
+ char *ch = cbuf;
--- Quote End ---
Regards,
--Scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11036)</div>
[/b]
--- Quote End ---
hi mr. SCOTT...
i have tried as u told but the same result keep coming..
is there a need to chk any UARTregs of interrrupts...
plz help