Search found 2 matches

by maloicds
Mon Jan 28, 2013 9:31 pm
Forum: 1-Wire Forum
Topic: The problem to read sensed.byte at ds2408 in PHP
Replies: 2
Views: 7898

Re: The problem to read sensed.byte at ds2408 in PHP

in property sensed.byte have data and I can not get it through the code
by maloicds
Mon Jan 28, 2013 8:38 pm
Forum: 1-Wire Forum
Topic: The problem to read sensed.byte at ds2408 in PHP
Replies: 2
Views: 7898

The problem to read sensed.byte at ds2408 in PHP

Hi all. Help to read a property sensed.BYTE at ds2408. I do <?php require "/opt/owfs/share/php/OWNet/ownet.php"; $ow=new OWNet("tcp://localhost:3000"); $data=$ow->read("29.513308000000/sensed.BYTE"); echo ($data); unset($ow); ?> but $data is empty :( Why? Other properti...

Go to advanced search