>> Possibly putting in a line line:
>> printf( "%g,%g,%g,%g\n", VAD, VDD, T, OWQ_F(owq) ) ;
>>
>> before the return statement
>> File: owfs/module/owlib/src/c/ow_2438.c
>> Subroutine: FS_HUMID_4000
>> Line 372
>>
>>     // temperature compensation
>>     temperature_compensation = 1.0546 - 0.00216 * T ;
>>     OWQ_F(owq) = humidity_uncompensated / temperature_compensation ;
>>
>> +    printf( "%g,%g,%g,%g\n", VAD, VDD, T, OWQ_F(owq) ) ;
>>     return 0;
>> }
>> And running owserver in foreground piped to a file.

I did exactly this and got no output. I did the change in 2.8p9 as
2.8p11 seems to have broken the hobby boards hub (DIR shows nothing in
all the aux and main channels). Any idea of what could be happening? I
am definitely reading values and have just gotten another 85ºC reading
from one of the DS18S20 in one of the Humidity/Temp hobby board
sensors.

Pedro

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to