Re: [Owfs-developers] thermocouple device

2007-01-31 Thread Lorenz Drack
Hi Paul - here's a screenshot of what I see on owfshttp OWFS on 3002 Bus listing OWFS homepage Dallas/Maxim by Paul H Alfille 30.EB160A11 _

Re: [Owfs-developers] DS2480B based adapter

2007-01-31 Thread Jan Kandziora
Am Donnerstag, 1. Februar 2007 00:39 schrieb George M. Zouganelis: > Simon Natterer wrote on 1/2/2007 01:16: > > George M. Zouganelis wrote: > >> Today I built a DS2480 serial adapter (schematic attached) after > >> failing to work with > >> a orginal Elektor schematic (wich had no RS232 level Driv

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-31 Thread Ben Griffith
On 1/31/07, Chris <[EMAIL PROTECTED]> wrote: Ben Griffith wrote: > I put together the hobby-boards design and that one does work, but it's > limited to just the first line of the display. At least that was the case > the last time I did an "svn update". Same here, I altered my construction to

Re: [Owfs-developers] Creating owlua...

2007-01-31 Thread Matthew Percival
G'Day, > If by path you mean something like "/10.23AD234523/temperature" the > answer is simple: > You use "get" for the root path ("/" or actually just "") and build > from there. I had actually tried that before, curious to what would happen rather than expecting it to be the answer to

[Owfs-developers] ownet/java [update]

2007-01-31 Thread George M. Zouganelis
Due to backward compatibility of JDKs, and programming simplicity, I have changed the return type of OWNet.Dir and OWNet.DirAll methods from Vector to String[]. I know, changing the API in that way, is not a wise. I hope not to cause troubles to those who have already started using it) Checked

Re: [Owfs-developers] DS2480B based adapter

2007-01-31 Thread George M. Zouganelis
Simon Natterer wrote on 1/2/2007 01:16: George M. Zouganelis wrote: Today I built a DS2480 serial adapter (schematic attached) after failing to work with a orginal Elektor schematic (wich had no RS232 level Driver)(Issue Apr/2004 By Luc Lemmens) I have almost the same schematic, but with a MA

Re: [Owfs-developers] DS2480B based adapter

2007-01-31 Thread Simon Natterer
George M. Zouganelis wrote: > Today I built a DS2480 serial adapter (schematic attached) after > failing to work with > a orginal Elektor schematic (wich had no RS232 level Driver)(Issue > Apr/2004 By Luc Lemmens) I have almost the same schematic, but with a MAX232 and there I have to tie the POL

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-31 Thread Eric Vickery
Here is the Hobby Boards LCD Driver schematic http://www.hobby-boards.com/catalog/links/lcd2-r1/LCD%20Driver%20v2.0%20Schematic.pdf Eric www.hobby-boards.com Gregg C Levine wrote: > Hello! > Paul, everyone, can all of you describe, or better yet, point me to the > schematic for the Hobby Boards

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-31 Thread Gregg C Levine
Hello! Paul, everyone, can all of you describe, or better yet, point me to the schematic for the Hobby Boards design? While I believe it can be done using the DS2408, which is what both firms have chosen, however I believe it can be redone in a better style using the DS2406, specifically the two s

[Owfs-developers] DS2480B based adapter

2007-01-31 Thread George M. Zouganelis
Today I built a DS2480 serial adapter (schematic attached) after failing to work with a orginal Elektor schematic (wich had no RS232 level Driver)(Issue Apr/2004 By Luc Lemmens) Still, I can't see it :( [EMAIL PROTECTED] bin]# ./owserver -d /dev/ttyS1 -p 4305 --foreground --error_level 9 C

Re: [Owfs-developers] LCD / AAGelectronica design

2007-01-31 Thread Chris
Ben Griffith wrote: > I put together the hobby-boards design and that one does work, but it's > limited to just the first line of the display. At least that was the case > the last time I did an "svn update". Same here, I altered my construction to the hobbyboards-design, I have a 2x24characters-

Re: [Owfs-developers] thermocouple device

2007-01-31 Thread Paul Alfille
There have been reports and testing of the DS2760 thrmocouples: http://article.gmane.org/gmane.comp.file-systems.owfs.devel/2180 http://article.gmane.org/gmane.comp.file-systems.owfs.devel/93 The datasheet for the AAG thermocouple at http://www.aagelectronica.com/pdf%20docs/Thermocouple(TAI8560).

[Owfs-developers] owserver process on fedora

2007-01-31 Thread George M. Zouganelis
Is anyone familiar with this ? On Fedora Core5, owserver is started as sudo -u owfs owserver -d /dev/ttyS0 -p 4304 through a rc script at boot time... The process list then, states /usr/local/owfs/bin/.libs/lt-owserver -d /dev/ttyS0 -p 4304 (/opt/owfs is coppied to /usr/local/owfs via c

[Owfs-developers] thermocouple device

2007-01-31 Thread Lorenz Drack
Has anyone had any experience with the DS2760 based 1-wire AAG thermocouple device? I have 4 of them and can get none to work with owfs - ie. they all give "Error: Invalid argument" errors on all outputs yet they all work with ddeview. The rest of my network works well with owfs. thanks Lorenz --

Re: [Owfs-developers] Creating owlua...

2007-01-31 Thread Paul Alfille
If by path you mean something like "/10.23AD234523/temperature" the answer is simple: You use "get" for the root path ("/" or actually just "") and build from there. The explanations for what devices support what properties, their format, function, measurement units, etc is in the man files. Tha