Re: [Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Paul Alfille
Ok, it will be included in the next release. Paul On Wed, Jun 22, 2011 at 11:35 AM, Roberto Spadim wrote: > you talk about: > i can´t do: ls | grep temperature9 > but i can do: cat temperature9 > > this could work too without problem... > > 2011/6/22 Paul Alfille >> >> Would you accept having t

Re: [Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Roberto Spadim
you talk about: i can´t do: ls | grep temperature9 but i can do: cat temperature9 this could work too without problem... 2011/6/22 Paul Alfille > Would you accept having the files work even if not visible? That would > save lots of future complaints. > > Paul > > On Wed, Jun 22, 2011 at 10:13 A

Re: [Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Paul Alfille
Would you accept having the files work even if not visible? That would save lots of future complaints. Paul On Wed, Jun 22, 2011 at 10:13 AM, Roberto Spadim wrote: > hi guys > could we implement > temperature9,10,11,12 > in ds18s20 > > ok i know that s20 don´t have 9 10 11 12 > but could we call

[Owfs-developers] ds18b20 and ds18s20

2011-06-22 Thread Roberto Spadim
hi guys could we implement temperature9,10,11,12 in ds18s20 ok i know that s20 don´t have 9 10 11 12 but could we call temperature when reading from temperature9,10,11,12 ? it´s easier to change from one device to another just changing the alias file, when i change from b20 to s20 i need to change

Re: [Owfs-developers] DS18B20 and DS18S20

2006-09-19 Thread Alfille, Paul H.,M.D.
Done. 2.5p2 -Original Message- From: [EMAIL PROTECTED] on behalf of Paul Alfille Sent: Mon 9/18/2006 5:46 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] DS18B20 and DS18S20 Sure On 9/18/06, Roberto Spadim <[EMAIL PROTECTED]> wrote: > > can

Re: [Owfs-developers] DS18B20 and DS18S20

2006-09-18 Thread Paul Alfille
SureOn 9/18/06, Roberto Spadim <[EMAIL PROTECTED]> wrote: can we put it on next release ??-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make y

[Owfs-developers] DS18B20 and DS18S20

2006-09-18 Thread Roberto Spadim
can we put it on next release ?? - 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 Serv

Re: [Owfs-developers] DS18B20 and DS18S20

2006-09-18 Thread Paul Alfille
Completely correct.As you saw, the infrastructure for lower resolution was there. I just couldn't believe that anyone would want it.PaulOn 9/18/06, Roberto Spadim <[EMAIL PROTECTED]> wrote: i changedow_1820.cand added:{"temperature.9bits"   ,12,  NULL, ft_temperature, fc_volatile,{f:FS_22t

Re: [Owfs-developers] DS18B20 and DS18S20

2006-09-17 Thread Roberto Spadim
i changed ow_1820.c and added: {"temperature.9bits" ,12, NULL, ft_temperature, fc_volatile, {f:FS_22temp} , {v:NULL} , {i: 9}, } , {"temperature.10bits" ,12, NULL, ft_temperature, fc_volatile, {f:FS_22temp} , {v:NULL} , {i:10}, } , {"temperatu

[Owfs-developers] DS18B20 and DS18S20

2006-09-17 Thread Roberto Spadim
Hello guys i'm using DS18S20 and DS18B20 and i don't need 12bits resolution i can read they on PIC16F877A at 100 miliseconds with 9bits, can i use 100 miliseconds on OWSERVER? today OWSERVER use 750msec to be compatible with datasheet maybe put an virtual configuration on device or some files lik