Hello,

I have a Problem with OWNet::write.

I'm trying to set an I/O-Port from a DS2408. I can set it with owhttp and
with 

 ./owwrite -s localhost:3129 /29.D3B805000000/PIO.2 1

and with

OW::init('localhost:3129');
OW::put('/29.D3B805000000/PIO.2', '1'); 

But when I use this Statement 

OWNet::write( 'localhost:3129' , '/29.D3B805000000/PIO.2', '1' ) ;

nothing happened. The returnvalue is undefined and the port is not set.
Reading with OWNet works fine.

Can anyone help me?

Guido

<<attachment: winmail.dat>>

------------------------------------------------------------------------------
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to