Re: [Owfs-developers] DS2413 problem

2008-04-21 Thread Gregg C Levine
Hello! Paul, Alessio, I am not sure that the DS2413 is configured to allow that to happen. Its GPIO points, actually input only ones, although the company calls them GPIO in their literature, are designed to respond to events on those lines. Suggestions are given on the datasheet for this widget.

Re: [Owfs-developers] DS2413 problem

2008-04-21 Thread Paul Alfille
Are you able to test the fix from the CVS? Paul Alfille On Mon, Apr 21, 2008 at 5:39 PM, Alessio Sangalli <[EMAIL PROTECTED]> wrote: > Hi I am not sure how to properly control the DS2413. I use it to control > two relays (that I drive with transistors 2N). > > I basically have to "open" or "

[Owfs-developers] DS2413 problem

2008-04-21 Thread Alessio Sangalli
Hi I am not sure how to properly control the DS2413. I use it to control two relays (that I drive with transistors 2N). I basically have to "open" or "close" the output pins; I can do it with PIO.BYTE (even though reading it returns a value which is not correct) but not with PIO.A or PIO.B I