Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-29 Thread Ben Griffith
There are two Maxim designs floating around. The one in the DS2408 data sheet: http://datasheets.maxim-ic.com/en/ds/DS2408.pdf is a 4bit design. This one: http://www.maxim-ic.com/images/appnotes/3286/3286Fig01.pdf is an 8bit design. I assume the 8bit design isn't supported. I put together the

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-29 Thread Chris
Paul Alfille wrote: > That design has never been tested. Only the HobbyBoards design and the > Swart > design. AGG was just off their code and datasheet. > > If you don't mind doing a bit of testing, I'm sure we can get it to work. I took a look at the Hobbyboards-Design, it's not that differen

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-29 Thread Chris
Paul Alfille wrote: > That design has never been tested. Only the HobbyBoards design and the > Swart > design. AGG was just off their code and datasheet. > > If you don't mind doing a bit of testing, I'm sure we can get it to work. > No Problem. I'm curious... does the Maxim-Design work? I also b

Re: [Owfs-developers] owfs 2.6p1

2007-01-29 Thread Paul Alfille
On 1/29/07, Lapointe, Claude <[EMAIL PROTECTED]> wrote: Hi, I try the new version 2.6p1. We tested the owftpd client with owserver with two sensors, TAI8570 pressure and TAI8540 humidity. I started the owserver with the command: ./owserver -d /dev/ttyS0 -p 3000 I started the owftpd with th

Re: [Owfs-developers] owfs 2.6p1

2007-01-29 Thread Paul Alfille
On 1/29/07, Lapointe, Claude <[EMAIL PROTECTED]> wrote: Hi, I try the new version 2.6p1. We try to compile owfs version 2.6p1 with gcc version 2.95.3. The projet don't compile. They are error in the file ow_server.c at line 220 into the function ServerWrite. The variable sg was declared in

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-29 Thread Paul Alfille
On 1/29/07, Chris <[EMAIL PROTECTED]> wrote: Hi, I experimented with 1-wire and your software a bit, recently I soldered a LCD-controller geared to the AAGelectronica-design, using the ds2408, connecting the LCD in 4bit-mode etc. pretty much the same thing. That design has never been tested.

[Owfs-developers] LCD / AAGelectronica design

2007-01-29 Thread Chris
Hi, I experimented with 1-wire and your software a bit, recently I soldered a LCD-controller geared to the AAGelectronica-design, using the ds2408, connecting the LCD in 4bit-mode etc. pretty much the same thing. I tried it with your software but it doesn't work, something happened when i write to

[Owfs-developers] owfs 2.6p1

2007-01-29 Thread Lapointe, Claude
Hi, I try the new version 2.6p1. We try to compile owfs version 2.6p1 with gcc version 2.95.3. The projet don't compile. They are error in the file ow_server.c at line 220 into the function ServerWrite. The variable sg was declared into the core of the function, not at the beginning of the

[Owfs-developers] owfs 2.6p1

2007-01-29 Thread Lapointe, Claude
Hi, I try the new version 2.6p1. We try to compile owfs version 2.6p1 with gcc version 2.95.3. The projet don't compile. They are error in the file ow_server.c at line 220 into the function ServerWrite. The variable sg was declared into the core of the function, not at the beginning of the