[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
select() and serial drivers
- Date: Fri, 14 Jul 2000 08:52:04 -0400
- From: Gene.Smith at sea.siemens.com (Smith, Gene)
- Subject: select() and serial drivers
> -----Original Message-----
> From: Antti P Miettinen [mailto:antti.p.miettinen at nokia.com]
>
> Can the RTEMS select() be used to wait on file descriptors associated
> with TCP streams and serial ports (having termios compatible driver)?
> I'd like to have all fds in non blocking mode and have fds both in
> read and write masks.
>
> Antti Miettinen
> Nokia Networks
>
According to page 15 of the "RTEMS Network Suppliment": "The select function
only works for file descriptors associated with sockets."
-Gene