This is the mail archive of the ecos-discuss@sourceware.org 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: ttydiag read and write to console


On Thu, May 03, 2007 at 10:04:17AM +0530, Venkateswara Rao L. wrote:
> Hi some one please respond.
> 	cyg_io_write() is working fine but cyg_io_read() is blocking, as
> per the reference manual cyg_io_read() echoes but here it is not
> echoing.

ttydiag is a very simple, polled io driver. It is not really designed
for interactive input use. Use the interrupt driver serial device
driver for your platform.

       Andrew

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


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