Re: [Owfs-developers] [owfs - Help] RE: Data error on 1D... when reading DS2423

2007-04-24 Thread Christian Magnusson
I don't have that device myself, so I can't test it... Perhaps Paul know which changes are made in the source which could effect that device. The counter.A file works for me with the LCD-display, so it should be a error to the device-source and probably not to the general owlib. /Christian > -

Re: [Owfs-developers] [owfs - Help] RE: Data error on 1D... when reading DS2423

2007-04-24 Thread Rob Conway
I run a DS2423 on an NSLU2 and it works fine "owfs - 2.6p1-3" # /opt/bin/owread -s 3002 1D.EBEF090034/counters.A 8998369# cheers rob - Original Message - From: "SourceForge.net" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2007 3:16 AM Subject:

Re: [Owfs-developers] attaching microcontrollers to OW

2007-04-24 Thread Paul Alfille
When the DS2408 talks to a microprocessor, it is acting more as a character device than a file, so fits a little awkwardly in OWFS's design. We could send and receive fixed data blocks. Files like up8 for 8 bytes read/written. The bus would hang if an imcomplete response, so there would need to b