This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem on second serial e7t


On Tue, 2002-05-14 at 15:13, Katerina Malatara wrote:
> 	char line[] = "It is working!!!!\n";
[snip]
> 	printf("The buffer has: %s\n",buffer);
> 	cyg_io_write(handle1,line,&len1);
> 	err3 = cyg_io_write(handle1,buffer,&len);

Look for the missing newline.

Jesper


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]