This is the mail archive of the ecos-bugs@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]

[Bug 21968] select does not work on stdin


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=21968

--- Comment #9 from Bernd Edlinger <bernd.edlinger@hotmail.de> 2012-11-19 16:40:51 GMT ---
(In reply to comment #8)
> Forgot to mention that I did get it to be nonblocking by using this call:
>           ioctl(STDIN_FILENO, FIONBIO, &opt);
> but the diag port appears to eat characters.  I need to press a key 17-18 times
> before it will register and my application can see it, so it's not useful even
> if it is non-blocking :-P

Ken,

as far as I know this API is only implemented for sockets in eCos.

Regards
Bernd.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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