Re: [Owfs-developers] id vs address

2006-04-21 Thread Paul Alfille
Oops. I'll fix. Paul --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache G

Re: [Owfs-developers] id vs address

2006-04-21 Thread Darryl
Paul:from http://owfs.sourceforge.net/DS18S20.3.html : Standard Properties address read-only, ascii The 48-bit middle portion of the unique ID number. Does not include the family code or CRC. Given as upper case hexidecimal digits (0-9A-F).I'm guessing the manual pages?-darrylOn 4/21/06, Paul Alf

Re: [Owfs-developers] id vs address

2006-04-21 Thread Paul Alfille
address = family.ID.crc8 which documentation should I fix? On Friday 21 April 2006 03:47 pm, Darryl VanDorp wrote: > I have a question about id vs address in ow. > > When using python like so: > >>> import ow > >>> ow.init('/dev/ttyS0') > >>> ds = ow.Sensor("/1F.78500200/main/10.2E27E4000800"

[Owfs-developers] id vs address

2006-04-21 Thread Darryl VanDorp
I have a question about id vs address in ow.When using python like so:>>> import ow>>> ow.init('/dev/ttyS0')>>> ds = ow.Sensor("/1F.78500200/main/10.2E27E4000800") >>> ds.id, ds.address('2E27E4000800', '102E27E4000800C6')>>>You can see that id does not include the family code or the last 2 digi