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: Re: select doesn't work on stdin?


Gary Thomas wrote:
> Not exactly true - you can use the serial driver (interrupt driven, etc)
> alongside the polled diag driver, at least for output. I've done it
> on many occasions and it works just fine.

We're actually doing that...diag goes to same port via polled driver.  We also have stdout going to the same port using the interrupt based driver.

We're trying to use it for input (aka, the command console I spoke of) and that's where I finally hit issues :-P

--
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]