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 #8 from Ken <kenkyee@excite.com> 2012-11-19 16:04:43 GMT ---
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

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


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