Results 1 to 4 of 4
Dear all,
using the select-command:
which is the reference for timeout? Systemclock of JIFFIES or something else?...
- 03-22-2011 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 10
select
Dear all,
using the select-command:
which is the reference for timeout? Systemclock of JIFFIES or something else?
- 03-22-2011 #2
would you please be more accurate? which "select-command" for what kind of progrmaming language and purpose?
- 03-22-2011 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 10
I use the select command (see linux.die.net/man/2/select ) to check communication on my UART.
The programming language is C.
- 03-22-2011 #4
timeval is declared in sys/time.h as it is written down in the select man page.


Reply With Quote