gonium / mikrowerk

Automatically exported from code.google.com/p/mikrowerk
6 stars 5 forks source link

USB timeout #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
usb query fails if the temperature measurement is started in parallel.

Investigate this issue. Does the Onewire library do busy waiting?

Possible solution:
  * The commandline client should retry in this case.

Original issue reported on code.google.com by dalhei...@gmail.com on 3 Jan 2009 at 3:34

GoogleCodeExporter commented 9 years ago
resolved in svn - proper error handling introduced, client retries if an error
occurs. Maximum retries is three, incremental sleeping between each attempt.

Original comment by dalhei...@gmail.com on 10 Jan 2009 at 9:18