Re: [Owfs-developers] DS2430A: application register in the uncached branch

2015-05-21 Thread Martin Rapavy
Hello, I'm attaching a patch for the problem described in previous emails. Do you think it could be taken into the next release of OWFS? Index: owfs-3.0p2/module/owlib/src/c/ow_2430.c === --- owfs-3.0p2.orig/module/owlib/src/c/ow_24

[Owfs-developers] DS2430A: application register in the uncached branch

2015-04-21 Thread Martin Rapavy
Hello, I discovered an issue with the DS2430A (family code == 0x14) when reading an 'application' file from 'uncached' branch of the OWFS filesystem. When reading from 'non-uncached', the file contains contents of device application register. However when reading from 'uncached' branch, the app

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-23 Thread Martin Rapavy
On Feb 23, 2015 10:46 AM, "Martin Rapavy" mailto:martin.rap...@kistler.com>> wrote: Hello Paul, so far I came to following conclusions about the parts of owlib which need to be extended in order to support new bus master type: • Write new module (.c file) which

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-23 Thread Martin Rapavy
number of channels, or announces the number of channels, that would be best. Otherwise a command line option would work.Perhaps: --rapavybus=0xf000:6 The syntax i fairly arbitrary, but it should be relatively intuitive or consistent. Paul On Fri, Feb 20, 2015 at 7:47 AM, Martin Rapavy

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-20 Thread Martin Rapavy
consistent. Paul On Fri, Feb 20, 2015 at 7:47 AM, Martin Rapavy mailto:martin.rap...@kistler.com>> wrote: Yes, 6 registers in consecutive memory locations (offests 0 .. 5). I suppose we need to pass the base address as command line / configuration file parameter. How does owfs treat ch

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-20 Thread Martin Rapavy
command line option? On Feb 19, 2015 12:16 PM, "Jan Kandziora" mailto:j...@gmx.de>> wrote: Am 19.02.2015 um 08:59 schrieb Martin Rapavy: > Hi Paul, > > thanks for briefing me on the architecture of OWFS. My master chip > has almost exactly the same register inter

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-19 Thread Martin Rapavy
describe your bus master to me, I can easily write a rough draft that you can test and perfect. (Or send me a sample). Paul Alfille On Feb 18, 2015 3:59 PM, "Martin Rapavy" mailto:martin.rap...@kistler.com>> wrote: > Am 18.02.2015 um 21:19 schrieb Martin Rapavy: > > I was

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-18 Thread Martin Rapavy
> Am 18.02.2015 um 21:19 schrieb Martin Rapavy: > > I was exactly in favor of avoiding w1 because of bus polling. It is > > important for me not to use the bus frequently (the wire is also > > shared for reading out data from sensors). Do you think that the w1 > > pollin

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-18 Thread Martin Rapavy
> Am 18.02.2015 um 15:34 schrieb Martin Rapavy: > > To add some technical details to my query: the bus master chip in > > question si very similiar to DS1WM (which is something like > > DS2482-800 but with memory-mapped registers, instead of I2C access). > > After br

Re: [Owfs-developers] Add support for additional hardware bus master

2015-02-18 Thread Martin Rapavy
oint me to relevant documents). I like what owfs offers very much and would like to use it the project I'm working on. However I'm bound to that custom onewire master chip which is obviously not yet supported by owfs. Thank you very much in advance. Best re

[Owfs-developers] Add support for additional hardware bus master

2015-02-18 Thread Martin Rapavy
evant documents). I like what owfs offers very much and would like to use it the project I'm working on. However I'm bound to that custom onewire master chip which is obviously not yet supported by owfs. Thank you very much in advance. Best regards