[Owfs-developers] How to Use Simultaneous

2008-07-12 Thread Doug Collinge
I'm writing myself a little Python code here and trying to use 'simultaneous' but getting results that are inconsistent with my understanding. I have multiple DS1820 devices on a bus. They are all powered devices. I want to simultaneously convert them all, wait, then read them all. I'm expectin

Re: [Owfs-developers] How to Use Simultaneous

2008-07-12 Thread Paul Alfille
Your second use i the correct one. Write "1" to simultaneous to trigger a conversion. That also clears the cache. A normal read will read immeadiately the already measured temperature ready in the device. Paul Alfille On Sat, Jul 12, 2008 at 8:28 PM, Doug Collinge <[EMAIL PROTECTED]> wrote: > I