Hi There,

Am Samstag, den 05.02.2011, 01:10 +0000 schrieb Mick Sulley:
> My sensors are powered, the temperature sensors are a mix of DS18B20 and
> DS18S20, I just used DS1820 as a generic term.
> 
> Is there a way to use simultaneous conversion with pyowfs?

>>> import pyowfs
>>> c = pyowfs.Connection("--LINK=/dev/ttyUSB0")
>>> c.get ("simultaneous").get ("temperature")
'0' 
>>> c.get ("simultaneous").put ("temperature","1")
True

however:

>>> c.get ("simultaneous").get ("temperature")
'0'

it doenst work with owhttp either ... maybe my LINKUSB cant handle
simultaneous ... i am using 2.8p3

regards,
m.



------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to