Well, I've been working with Marc Lavallée who is on a Debian system.

He has DS2408's behind DS2409 switches, and can't get either the latches, or the
key presses to  be recognized.

What is interesting is that the live-cd does work.

I finally sent him the owfs version from that live cd and still no success.

There was problems with stale owlib and such, I think resolved.

Some things have changed:
libusb -- a little
fuse -- a lot
owfs -- moderately

The test script was:
#!/bin/sh

OW=$HOME/1wire/1F.*/main/29.*

for x in $OW ; do
  echo $x
  echo "1" > $x/strobe
  echo "0" > $x/PIO.BYTE
done

while : ; do
  for x in $OW ; do
    echo "`basename $x': `cat $x/PIO.BYTE`"
  done
  sleep 1
done

Can you see key presses (or pin changes) with this script?

Paul


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Jan Kandziora
Sent: Thu 3/23/2006 9:21 AM
To: owfs-developers@lists.sourceforge.net
Subject: Re: [Owfs-developers] DS2408
 
Am Donnerstag, 23. März 2006 14:40 schrieb Paul Alfille:
> PIO switching, sensing and latches.
>
With the latest snapshot, I guess? 

Do you expect any specific difficulties, with e.g fuse or tcl interface, or is 
it just the chip the matters? Which kind of log do you expect from my testing 
efforts?

Kind regards

        Jan

<<winmail.dat>>

Reply via email to