Posix select() on uart
Posted: Thu Nov 30, 2017 6:46 pm
I would like to use a library that makes extensive use of the select.h library in linux. It looks like some of this functionality has been implemented in lwip. Also in parts of newlib, but not for this particular architecture.
Are there any plans to implement this basic library? (basically everything in the man pages for select https://linux.die.net/man/2/select)
Its probably a bit trickier as that would require treating the uart as a basic file descriptor. Still, I figured I'd ask.
Are there any plans to implement this basic library? (basically everything in the man pages for select https://linux.die.net/man/2/select)
Its probably a bit trickier as that would require treating the uart as a basic file descriptor. Still, I figured I'd ask.