Yes -- thanks!

I missed your forum message. Thanks for the report.

Updated the CVS -- will make a new release this evening.

Paul Alfille

On 6/23/06, George M. Zouganelis <[EMAIL PROTECTED]> wrote:

shouldn't line 406 read
     temp[0] = (FLOAT) ((int16_t)((data[1]<<8)|(data[0]&mask))) * .0625 ;
instead of
     temp[0] = (FLOAT) ((int16_t)((data[1]<<8)|data[0]|mask)) * .0625 ;
??
('AND' the mask, not 'OR')


btw, this fixed the problem i mentioned in the forums post (help area) !

Q1: shouldn't delays in Resolutions[] be 200,400,800,1000 , instead of 110,200,400,1000 ?
     Is this secure for low resolutions?
Q2: Can't figure why the BYTE data[8] are changed to BYTE data[9]



Paul Alfille wrote on 22/6/2006 22:05:
> Thorsten Godau found an error in our handling of "fasttemp" -- 9 bit
> temperature  on the DS18B20 and DS1822. Fixed in the CVS.


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 Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers




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 Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to