I just noticed I screwed up the syntax for owwrite.

owwrite writes to the owserver and uses the pure path for the 1-wire device:
e.g. owwrite 05.2342342343/PIO 1
or more formally:
owwrite -s localhost:4304 05.2342342343/PIO 1

If using the FUSE filesystem, then your need a valid filesystem path.
e.g.
echo 1 > /tmp/1wire/05.2342342343/PIO
(If owfs is mounted at /tmp/1wire)

Sorry for any confusion.

Paul Alfille


>
> #!/bin/sh
> while :
>   do
>   owwrite 05.2342342343/PIO 1
>   sleep 1
>   owwrite 05.2342342343/PIO 0
>   sleep 1
> done
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to