On Thu, Mar 21, 2013 at 14:45:16 +0100, walter harms wrote: > > > Am 19.03.2013 20:12, schrieb Bryce Harrington: > > + usleep(10000); > > > nitpicking: > posix 2008 says that usleep() is obsolet, perhaps you can use sleep() here ? > How would you convert 10ms to an integer number of seconds? Cheers, Julien