[Owfs-developers] Ds2405 DS2406 Ds2408

2006-05-28 Thread Wizard
Hey guys here is a quick question. I was givin a 16 channel opto isolated relay board to play with. The Problem. The relays are trigggerd when 5 volts is supplied to the control line. The pio of the listed chips.. is a ground. is it not ? How can i flip the pio to = + 5 volts with out addin

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Paul Alfille
Fixed. On 5/28/06, Daniel Höper <[EMAIL PROTECTED]> wrote: Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille: > > 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire > > busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So > > a 1-wire device connected to th

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Daniel Höper
Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille: > > 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire > > busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So > > a 1-wire device connected to the second bus of the adapter is shown twice > > in the owfs > >

Re: [Owfs-developers] segfault in /alarm

2006-05-28 Thread Paul Alfille
Fixed, after your diagnostics. PaulOn 5/27/06, Christian Magnusson <[EMAIL PROTECTED]> wrote:   ls –l /tmp/1wire/alarm segfaults when listing alarm directory.   Haven't found any fix for it yet..   /Christian  

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Paul Alfille
On 5/28/06, Daniel Höper <[EMAIL PROTECTED]> wrote: There are some problems with this adapter:1. We get an infinite loop in ow_connect.c:NewIn() while creating the eight1-wire busses in ow_ds2482.c:CreateChannels(). I solved this by settingnow->next to NULL in NewIn() if the new connection is a cop

[Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Daniel Höper
There are some problems with this adapter: 1. We get an infinite loop in ow_connect.c:NewIn() while creating the eight 1-wire busses in ow_ds2482.c:CreateChannels(). I solved this by setting now->next to NULL in NewIn() if the new connection is a copy of an existing one. 2. After fixing this p