Re: [Owfs-developers] DS 9490R Pinout and some other stuff

2005-04-09 Thread Paul Alfille
When this all works, I want pictures and a description for the website! On Saturday 09 April 2005 09:33 pm, Hans Parkmann wrote: Hello owfs-users and developers, I just, registered to this mailing list. I am the one who had the questions on stepper driving with owfs, Paul was so kind to

Re: [Owfs-developers] System Log Question

2005-04-24 Thread Paul Alfille
On Sunday 24 April 2005 08:04 am, Congo Lawrence wrote: You are suggesting then, that one solution is to loop my 5 min actions within my script then. I can give that a try. I am not sure that I can filter out just those entries in the my syslog as was also suggested, but I will try that as

Re: [Owfs-developers] Usbdevfs_bulk failed ep 0x83 len 1 ret -75

2005-04-24 Thread Paul Alfille
On Sunday 24 April 2005 09:43 am, Ren und Stimpy wrote: Hi all, I have finished the Relais PCBs with the DS2408, they work fine but I have a huge problem: The One wire bus randomly drops out, I use a small gambas program that reads temperature from a ds18b20 and switches two fans fans from

Re: [Owfs-developers] file patches in owlib for no pthreads

2005-05-01 Thread Paul Alfille
On Sunday 01 May 2005 02:15 pm, jerry scharf wrote: Paul, I am a system designer, not a coder. I have done what I think is correct to get the code in owlib to compile without pthreads. I neither claim correctness nor beauty for the patches. Please review them and make the right changes as

Re: [Owfs-developers] a couple things

2005-05-01 Thread Paul Alfille
On Sunday 01 May 2005 01:36 pm, jerry scharf wrote: Well, I got my link serial interfaces, and started playing with things. Things came up in a couple areas: First, the programs seem to ignore --foreground and go to the background no Hmm.. works for me. /opt/owfs/bin/owfs --foreground -u

Re: [Owfs-developers] First Post and some questions

2005-06-09 Thread Paul Alfille
On Thursday 09 June 2005 03:18 pm, Jan Kandziora wrote: How does owserver reacts if the serial/usb etc. 1-wire adapter is pulled and reconnected later? As far as I checked, owserver does not recognize the reconnect. How to solve this? Kind regards Jan OWFS doesn't care that the

Re: [Owfs-developers] owtcl and writing data

2005-06-13 Thread Paul Alfille
I'm at a bit of a loss -- just downloaded that version and ran the script -- still works. Paul On Monday 13 June 2005 06:15 am, Jan Kandziora wrote: Am Montag, 13. Juni 2005 11:44 schrieb Jan Kandziora: 4. Hardware problem. I'll try another USB adaptor. Tried - no difference.

Re: [Owfs-developers] owtcl and writing data

2005-06-13 Thread Paul Alfille
what is causing the problem. Paul On Monday 13 June 2005 08:24 am, Paul Alfille wrote: I'm at a bit of a loss -- just downloaded that version and ran the script -- still works. Paul On Monday 13 June 2005 06:15 am, Jan Kandziora wrote: Am Montag, 13. Juni 2005 11:44 schrieb Jan Kandziora

[Owfs-developers] Performance

2005-06-14 Thread Paul Alfille
I've written up my testing of OWFS performance. Basically, Caching wins Owserver is free Remote is fast Serial is slower. http://owfs.sourceforge.net/performance.html Paul --- SF.Net email is sponsored by: Discover Easy Linux Migration

Re: [Owfs-developers] More on Hanging Problems

2005-06-20 Thread Paul Alfille
On Monday 20 June 2005 04:38 pm, Jan Kandziora wrote: Dear Paul, I've investigated further on the problem I described last week (in the thread owtcl and writing data). It seems to be related to EMC: Nearly every time I switch on a large 240/24V AC transformer I need for my project, I get a

Re: [Owfs-developers] direct_io

2005-06-23 Thread Paul Alfille
Sure. On Wednesday 22 June 2005 05:07 pm, Christian Magnusson wrote: Almost done now... Everything seems to be working with offset and direct_io option. I'll make some more tests from work tomorrow and I'll check in the changes from there. I'm a bit annoyed about the error functions

Re: [Owfs-developers] More on Hanging Problems

2005-06-24 Thread Paul Alfille
Your logs show mainly BUS_select_low_errors increasing. Unfortunately there are 5 places in file ow_bus.c function BUS_select_low where that variable is incremented. I've added some (temporary) printf's to run the program in foreground and flip the garbalizer. Can you pull from the latest CVS

[Owfs-developers] Fwd: Re: [fuse-devel] Getting fuse fs type from userspace

2005-06-24 Thread Paul Alfille
I think we should set the filetype to owfs#/dev/ttyS0 or owfs#10.1.2.3:3001 although using multiple buses would be a problem. Perhaps only owfs Paul -- Forwarded Message -- Subject: Re: [fuse-devel] Getting fuse fs type from userspace Date: Thursday 23 June 2005 01:13 pm

Re: [Owfs-developers] More on Hanging Problems

2005-06-25 Thread Paul Alfille
On Saturday 25 June 2005 04:32 am, Jan Kandziora wrote: Am Samstag, 25. Juni 2005 05:50 schrieb Paul Alfille: Your logs show mainly BUS_select_low_errors increasing. And DS... errors. But I think that's just a summary, am I right? Probably. Unfortunately there are 5 places in file ow_bus.c

Re: [Owfs-developers] More on Hanging Problems

2005-06-25 Thread Paul Alfille
On Saturday 25 June 2005 04:32 am, Jan Kandziora wrote: Am Samstag, 25. Juni 2005 05:50 schrieb Paul Alfille: Your logs show mainly BUS_select_low_errors increasing. And DS... errors. But I think that's just a summary, am I right? Unfortunately there are 5 places in file ow_bus.c function

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
On Sunday 03 July 2005 07:07 pm, Matthew Percival wrote: G'Day, Thanks for your replies: they are extremely helpful! 4. Almost all the devices are supported, you don't need anything extra. This includes temperature, memory, switches, voltage, current, timers, counters and some LCD

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
It shouldn't be this difficult. What platform are you running? Paul On Sunday 03 July 2005 07:07 pm, Matthew Percival wrote: G'Day, Thanks for your replies: they are extremely helpful! 4. Almost all the devices are supported, you don't need anything extra. This includes

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
So your download doesn't include relevant files like modules/owlib/src/include/*.h ? Perhaps a CVS pull? Then ./bootstrap make install and you're set. Paul On Sunday 03 July 2005 09:16 pm, Matthew Percival wrote: G'Day, It shouldn't be this difficult. What platform are you running?

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-03 Thread Paul Alfille
On Sunday 03 July 2005 09:16 pm, Matthew Percival wrote: G'Day, It shouldn't be this difficult. What platform are you running? I am not using a particularly standard environment. Well, I am building it on standard desktop, but the target machine is an OMAP5912 --- owfs/owhttpd

Re: [Owfs-developers] RE: 1-wire on Linux...

2005-07-04 Thread Paul Alfille
On Monday 04 July 2005 12:47 am, Matthew Percival wrote: G'Day, Thanks for all the help: I now seem to have the basics sorted out! Great! I am now able to mount owfs without any troubles --- at the moment, that does not do much good, but it is reassuring to know that this much

[Owfs-developers] resume optimization

2005-07-04 Thread Paul Alfille
A number of the 1-wire devices support the resume command. This is a faster way to reselect them when more than one command sequence needs to be sent. We could remember the last device selected (per bus) and if 1. the devices supports resume 2. the same device is being addressed we could use

[Owfs-developers] DS2431

2005-07-04 Thread Paul Alfille
Preliminary support for the DS2431 has been added to the CVS. It is based on the DS2433, though the write protocol is slightly different. We support reading and writing. Page locking should be conceptually easy, but not yet included. Paul

Re: [Owfs-developers] cannot configure 2.1

2005-07-06 Thread Paul Alfille
On Wednesday 06 July 2005 10:11 pm, Morris Walton wrote: Hi, I'm trying to build the owfs-2.1p0RC from sourceforge, but run into config.status: creating module/swig/Makefile config.status: creating module/swig/perl5/Makefile config.status: error: cannot find input file:

Re: [Owfs-developers] Adding another means of accessing devices (ie not serial, USB, etc)...

2005-07-07 Thread Paul Alfille
On Thursday 07 July 2005 09:50 pm, Matthew Percival wrote: G'Day, I tried using owfs on my OMAP board, but even after I added basic support for the DS2431, it did not list the device in /mnt/1wire --- I am assuming that this is largely because of the unusual environment that I am

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-09 Thread Paul Alfille
what is wrong? After # line 7 @ OW.pm (bootstrap OW) I got another error: [EMAIL PROTECTED]:/home/temp.../new/owfs/module/swig/perl5# ./test.pl OWFS 1-wire tree perl program by Paul Alfille 2004 see http://owfs.sourceforge.net Syntax: ./test.pl 1wire-port 1wire-port (required

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-11 Thread Paul Alfille
On Monday 11 July 2005 01:24 pm, Krzysztof wrote: I still have a strange problem with owfs, sometimes I can not read files - just after I disconnect 18b20 from 1 wire network, its address directory (cache) still exists but reading the temperature file is impossible - mc gives error and

Re: [Owfs-developers] What is wrong with my owperl ?

2005-07-12 Thread Paul Alfille
Nice work. Wish we could find someone to test a Mac OS X system. Paul On Tuesday 12 July 2005 09:18 am, Christian Magnusson wrote: I succeeded to compile owhttpd and owserver for Solaris 7 now. It seems to work, but I haven't tried to use any adapter yet... just running to the serial port

Re: [Owfs-developers] Re: User access to the 1-wire bus

2005-07-13 Thread Paul Alfille
On Wednesday 13 July 2005 01:53 am, Shawn Rutledge wrote: Today I finally got a couple of USB 1-wire dongles so naturally this evening I'm installing the latest owfs. :-) I followed Peter Kropf's advice for the hot plug script: #!/bin/bash # # setup a usb 1-wire controller to

Re: [Owfs-developers] Adding another means of accessing devices(ie not serial, USB, etc)...

2005-07-17 Thread Paul Alfille
Nice work. I've been going through your code. One basic question: What exactly is this adapter and which architecture supports it? Specific comments: 1. in ow_omap.c : OMAP_reset, are we missing something? I see a loop, with fsync, but no body. 2. How big a send/recieve buffer does the

Re: [Owfs-developers] DS2431 memory woes, and BUS_send_data() bug...

2005-07-21 Thread Paul Alfille
On Wednesday 20 July 2005 01:09 am, Matthew Percival wrote: G'Day, I am currently trying to weed out why I still cannot read from my DS2431 device, and in my testing I stumbled across a minor bug in BUS_send_data(). When I `cat 2D.serial/memory', it does not work, so I checked

Re: [Owfs-developers] DS2431 memory woes, and BUS_send_data() bug...

2005-07-21 Thread Paul Alfille
On Thursday 21 July 2005 08:55 pm, Matthew Percival wrote: G'Day, When I `cat 2D.serial/memory', it does not work, so I checked `cat statistics/errors/BUS_*' and noticed that BUS_send_data_errors was 1, I may have been looking at the wrong thing with that: that error is probably

Re: [Owfs-developers] Swart LCD driver working in 1.0p0 and not in 2.1.0/CVS?

2005-07-28 Thread Paul Alfille
On Thursday 28 July 2005 06:15 am, Christian Magnusson wrote: 2. It looks like we are typeint the DS1410 serial number (a binary string) as a text string in the debugging code. What do you mean? I don't get this... :) Oops, I missed that BytesToString call. Sorry. Paul

Re: [Owfs-developers] Swart LCD driver working in 1.0p0 and not in 2.1.0/CVS?

2005-07-28 Thread Paul Alfille
On Tuesday 26 July 2005 10:48 pm, Josh Bailey wrote: Hello; I have been successfully using owfs 1.0p0 for a long time, with DS18S20's and an LCD display (one of Mr. Louis Swart's excellent devices). Recently I tried upgrading to 2.1.0. After the upgrade, I could see the DS18S20's, but not

Re: [Owfs-developers] Re: current CVS version broken!

2005-07-31 Thread Paul Alfille
No change was intended. Sounds like a new bug. Paul On Sunday 31 July 2005 06:35 am, Sven Geggus wrote: Christian Magnusson [EMAIL PROTECTED] wrote: You might need to bind owserver to listen on all addresses such as owserver -u -p 0.0.0.0:5005 owhttpd -p 8080 -s 5005 Hm, I did not

Re: [Owfs-developers] Re: current CVS version broken!

2005-07-31 Thread Paul Alfille
On Sunday 31 July 2005 03:27 pm, Paul Alfille wrote: No change was intended. Sounds like a new bug. Paul On Sunday 31 July 2005 06:35 am, Sven Geggus wrote: Christian Magnusson [EMAIL PROTECTED] wrote: You might need to bind owserver to listen on all addresses such as owserver -u

Re: [Owfs-developers] Re: current CVS version broken!

2005-08-01 Thread Paul Alfille
On Sunday 31 July 2005 07:28 pm, Christian Magnusson wrote: I think I found the problem.. I have probably been tired or something when adding a row in ow_net.c which clears AI_PASSIVE. The cvs is unreachable for me right now, so could somebody else checkin the patch later? diff --exclude

Re: [Owfs-developers] Re: current CVS version broken!

2005-08-02 Thread Paul Alfille
On Tuesday 02 August 2005 12:54 pm, Sven Geggus wrote: OK, works again with the current CVS-Version. How is this supposed to work? owserver -p :::4711 -u --foreground Is this correct, doing a bind to any local IP in the IPv4 or IPv6 domain? The algorithm is 1. If no : in address, it's a

[Owfs-developers] Static owfs

2005-08-05 Thread Paul Alfille
Any suggestions on making statically linked owfs, owhttpd and owserver? Seems like that would ease some of the installation problems. Paul --- SF.Net email is Sponsored by the Better Software Conference EXPO September 19-22, 2005 * San

[Owfs-developers] Re: owfs

2005-09-08 Thread Paul Alfille
(Forwarded to the developers list) May I suggest testing with owfs-dsl (the standalone preconfigured live cd) to test whether it's an issue with your configuration or the underlying software? The configuration you describe should work with the DS9097U and LINK serial adapters, but I have

Re: [Owfs-developers] Re: owfs

2005-09-08 Thread Paul Alfille
On Thursday 08 September 2005 09:39 pm, Daniel Hiepler wrote: Can you try owhttpd? It avoids fuse. I suspect it won't help, but at least will narrow the problem. The configuration you describe should work with the DS9097U and LINK serial adapters, but I have never made a passive adapter to

[Owfs-developers] Fwd: [fuse-devel] FUSE merged to 2.6.14!

2005-09-09 Thread Paul Alfille
Great news. FUSE will be part of the standard kernel, and thus presumably available for OWFS. I'm guessing that the other distributions will join Debian and Gentoo in including it. -- Forwarded Message -- Subject: [fuse-devel] FUSE merged to 2.6.14! Date: Friday 09 September

Re: [Owfs-developers] OWFS-DSL complete live-cd

2005-09-09 Thread Paul Alfille
On Friday 09 September 2005 01:13 am, Christian Magnusson wrote: I am running FC4 too at work, and why not add /usr/local/lib to ld.so.conf just to be sure you don't forget to move the libraries to /usr/lib when you update fuse next time. I think this is a much better solution. more

Re: [Owfs-developers] Re: owfs

2005-09-09 Thread Paul Alfille
On Friday 09 September 2005 04:03 am, Daniel Hiepler wrote: i'm pretty sure it's a bug... if you want you can send me a patch that enables debug-output for passive-adapters... anything you want btw. it's kinda strange that the cheapest/least-complex adaptor is the one least tested... :)

Re: [Owfs-developers] Re: Microchip acting as 1Wire

2005-09-30 Thread Paul Alfille
Louis uses a pic16f628 with an M8.000A3T crystal. It works great. On Thursday 29 September 2005 11:18 am, Petr wrote: Rene thanks a lot. I will check the code. BTW surprisingly I have discovered the 1-Wire LCD controller made by Louis Swart http://www.louisswart.co.za/1-Wire_Overview.html

[Owfs-developers] Re: OWFS and DS1821 request

2005-10-02 Thread Paul Alfille
Matthieu, I'm sure you know that the DS1821 is quite different from the other 1-wire devices: 1. it has no address and cannot live on the same bus with any other devices 2. it has two modes, temperature and thermostat. Thermostat mode cannot be exited by 1-wire commands alone (it requires

Re: [Owfs-developers] Configuration problem -- building libraries

2005-10-09 Thread Paul Alfille
On Monday 10 October 2005 12:04 am, Gregg Levine wrote: Hello from Gregg C Levine Your right. It sounds strange. Every time I build anything on Linux that needs, or will need shared libraries, they get created with the classic .so as part of the name. What say you post your configure script?

Re: [Owfs-developers] C-API

2005-10-11 Thread Paul Alfille
Ok, Geo. I'm convinced. Look in the CVS for owcapi. (libowcapi.so.0.0.0) Very simple library: int OW_init( const char * device ) ; int OW_get( const char * path, char * buffer, int buffer_length ) ; int OW_put( const char * path, const char * buffer, int buffer_length ) ; void OW_finish( void )

Re: [Owfs-developers] New owcapi interface. Happy?

2005-10-13 Thread Paul Alfille
On Thursday 13 October 2005 03:39 pm, Geo Carncross wrote: I did an update and cannot find the owcapi-in-progress. Is it on another tag besides HEAD? owfs/modules/owcapi ./configure --enable-owcapi (At least until development is done, then should be default enabled since it will compile if

Re: [Owfs-developers] Makefile updates

2005-10-13 Thread Paul Alfille
On Thursday 13 October 2005 10:20 am, Christian Magnusson wrote: I have updated the makefiles to make it possible to make dist and rpm again. Library extensions for libow.so and libowcapi.so should be fixed too. Could anyone else try building on some more servers just to make sure I didn't

Re: [Owfs-developers] Re: New owcapi interface. Happy?

2005-10-16 Thread Paul Alfille
Oops. My error. I didn't define the mutex properly. Try it now. Paul On Sunday 16 October 2005 08:48 am, Sven Geggus wrote: Paul Alfille [EMAIL PROTECTED] wrote: Ok uploaded some OWCAPI changes. I tried to compile a simple example Source, all I get is an undefined reference to 'capi_mutex

Re: [Owfs-developers] New owcapi interface. Happy?

2005-10-17 Thread Paul Alfille
-0400, Paul Alfille wrote: Added the same protection for the SWIG prototype (owperl, owpython, owphp). It occurs to me that it is possible that a OW_finish could be called while an OW_get or OW_put is in progress -- could be messy since the adapters would be disappearing while being used

Re: [Owfs-developers] FUSE version

2005-10-18 Thread Paul Alfille
On Tuesday 18 October 2005 01:52 am, Gregg Levine wrote: Hello from Gregg C Levine Just for kicks, what release version of FUSE are we using this timeperiod? From that project's CVS, or a numbered version that they've built, and numbered accordingly? Christian's note is definitive in this.

Re: [Owfs-developers] New owcapi interface. Happy? - ADDENDUM

2005-10-18 Thread Paul Alfille
On Tuesday 18 October 2005 10:37 am, Geo Carncross wrote: I should clarify, that providing a common API to the language bindings isn't bad, but requiring that they use them is- that is, having other parts of OW use the same mutexes and locks and whathaveyou that the OW language bindings do.

Re: [Owfs-developers] Bug in DS2413

2005-10-26 Thread Paul Alfille
reading the PIO gives the sensed value, not the set value. I'm not sure your patch quite addresses the problem. I fear the true patch will be a little uglier, and probably not done till next week. Paul Alfille On Wednesday 26 October 2005 04:50 pm, Marek Wodzinski wrote: On Wed, 26 Oct 2005

[Owfs-developers] Fwd: OWFS

2005-10-27 Thread Paul Alfille
Hello Marinho, I will foreward your note to the developer's list. I'll pull that version and test next week. You are correct, though, this message is certainly not helpful. Paul Alfille -- Forwarded Message -- Subject: OWFS Date: Thursday 27 October 2005 01:36 pm From

Re: [Owfs-developers] 1=conducting ?

2005-10-29 Thread Paul Alfille
On Thursday 27 October 2005 09:50 pm, Marek Wodzinski wrote: On Wed, 26 Oct 2005, Paul Alfille wrote: On Wednesday 26 October 2005 04:37 pm, Marek Wodzinski wrote: On Wed, 26 Oct 2005, Alfille, Paul H.,M.D. wrote: Ahhh... I'm sorta a software guy. 1=on 0=off Sorry for all the confusion

[Owfs-developers] Re: Help with compiling

2005-11-01 Thread Paul Alfille
On Tuesday 01 November 2005 12:53 pm, you wrote: Paul: I get this error message when I try to run configure with the source form SF.net config.status: error: cannot find input file: module/swig/perl5/Makefile.in Yeah, that's a problem with that version. and when I check the directory, it

[Owfs-developers] Re: owfs help

2005-11-02 Thread Paul Alfille
I'm referring this to the developers list. I guess you'll need a proper toolchain (for compiling, etc). You won't need fuse, from your requirements. The Axis documentation (http://developer.axis.com/software/linux/) claims that the standard glibc is supported. I presume the FOX board you tall

[Owfs-developers] DS1821 Thermostat

2005-11-14 Thread Paul Alfille
I've started work on supporting the DS1821 Thermostat. It's a difficult chip, only partly a 1-wire device. It has no unique address, and can't respond independently, nor can it announce itself on a device discovery (directory listing). Basically, the DS1821 should be on it's own 1-wire bus

Re: [Owfs-developers] Re: OpenWRT 1-wire on gpio?

2005-11-27 Thread Paul Alfille
On Sunday 27 November 2005 01:56 pm, Paul Alfille wrote: On Sunday 27 November 2005 12:51 pm, Sven Geggus wrote: Hm, there is some sample I2C code: http://www.byteclub.net/wiki/index.php?title=Wrt54g Looks like they are using direct memory mapped IO. Nice. I'll look for a user-space

Re: [Owfs-developers] Re: OWFS Status

2005-11-28 Thread Paul Alfille
On Monday 28 November 2005 08:14 pm, Paul Alfille wrote: On Monday 28 November 2005 02:53 pm, Dave wrote: 2) When using cascaded DS2409 lan couplers/switches, how do all the attached 1-wire device appear in the OWFS? Does it use cache to transparently flatten it all out? Can we see

Re: [Owfs-developers] Tcl on OpenWRT

2005-11-29 Thread Paul Alfille
On Tuesday 29 November 2005 08:25 am, Bill Harris wrote: Saw your page on OWFS. Was wondering if you by chance of having a ported package of Tcl that would work on OpenWRT RC4? I've got a couple of WRT54's and would love to have a good tcl implenations or subset of to work with. Thanks.

Re: [Owfs-developers] One wire wireless

2005-11-29 Thread Paul Alfille
On Tuesday 29 November 2005 06:19 pm, Andrew Thoms wrote: Next I connected both the 2450s to owfs on my redhat 9 box, they have been working there for the past 5 days with no worries at all. This points to a problem with the DS2450 implementation with the version of owfs on the router. Then I

Re: [Owfs-developers] One wire wireless

2005-11-29 Thread Paul Alfille
On Tuesday 29 November 2005 11:17 pm, Andrew Thoms wrote: Subject: Re: [Owfs-developers] One wire wireless On Tuesday 29 November 2005 06:19 pm, Andrew Thoms wrote: Next I connected both the 2450s to owfs on my redhat 9 box, they have been working there for the past 5 days with

Re: SV: [Owfs-developers] OSX and DS9097

2005-12-18 Thread Paul Alfille
#undef _POSIX_C_Source can we use B115200? I understand why the patch was made -- to let the code actually compile. I was just pointing out that in this case, the 115200 is a magic number, not just an optimistic communication setting. Paul Alfille

Re: [Owfs-developers] Owserver protocol documentation

2005-12-19 Thread Paul Alfille
. There is SWIG support of java. I'll put some notes on the owserver protocol in the wiki, but the design was predicated on having owlib machinery on both sides of the connection. Indeed, owserver is only about 200 lines of code (excluding comments). Paul Alfille

Re: [Owfs-developers] Not all devices on my bus are detected

2005-12-19 Thread Paul Alfille
? Stefan (I am running Debian 3.1 stable, fuse 2.4.1 on an old P3 300MHz machine.) Found the problem. Logic error in my code. Fix is uploaded to CVS. Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log

Re: [Owfs-developers] Owfs Live CD

2005-12-19 Thread Paul Alfille
On Monday 19 December 2005 10:21 am, Quinten Uijldert wrote: Hi all, Are there any plans to upgrade the Owfs Live CD to the current DSL version? Yes. With improvements! Alternatively, is there anyone running the owfs.uci on a DSL 2.0/2.1RC2 install? I'm not sure the fuse module will work

Re: [Owfs-developers] Owfs Live CD

2005-12-19 Thread Paul Alfille
version of libfuse to test. Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web

Re: [Owfs-developers] 1-wire LCD

2005-12-19 Thread Paul Alfille
. And it works. And it is already supported. What is your time and materials worth? Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching

Re: [Owfs-developers] 1-wire LCD

2005-12-19 Thread Paul Alfille
On Monday 19 December 2005 10:23 pm, Paul Alfille wrote: Well, if you want to make the board because you want to make the board, go ahead. Louis' board (exclusive of LCD) is 16 euros, with free shipping to Poland. And it works. And it is already supported. Oops. On closer reading shipping

Re: [Owfs-developers] Owfs Live CD

2005-12-20 Thread Paul Alfille
Ok, a test new owfs.uci is on the way to you. If it works, I'll submit it and create the rest of the files, including for full iso. Paul Alfille On Monday 19 December 2005 10:21 am, Quinten Uijldert wrote: Hi all, Are there any plans to upgrade the Owfs Live CD to the current DSL version

Re: [Owfs-developers] DS18B20 returns Invalid Argument when Reading Temperature SOLVED

2005-12-29 Thread Paul Alfille
Thanks Daryl! There was a subtle bug in the DS9097U code for enabling the power for temperature conversion. I think it's been there for a month or so. The fix in the CVS. So now, the DS9097U, DS9490, DS9097 and LINK all work. The parallel port DS1410E is in progress. Paul Alfille

Re: [Owfs-developers] configure and swig

2005-12-29 Thread Paul Alfille
On Wednesday 28 December 2005 11:07 pm, Tim Sailer wrote: On Wed, December 28, 2005 0:05, Paul Alfille said: Installed swig (fuse was installed already) The best way to build is to grab a version from the CVS: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/owfs co owfs (blank password

Re: [Owfs-developers] AAG Barometer

2006-01-07 Thread Paul Alfille
? This is clearly a problem that needs fixing. The iButton people have a number of these SuperSlaves. Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search

Re: [Owfs-developers] 1wire adaptor for Linksys WRT54GS running openwrt

2006-01-14 Thread Paul Alfille
I don't recall if I gave you David Lissiuk's name. He manufacturers the adapter boards. Paul On Monday 09 January 2006 05:33 pm, Andrew Frazer wrote: Hello, I'm wondering if anyone has any circuit details for an adaptor to run in a WRT54GS. The WRT54GS uses 3.3V logic so it seems that it

[Owfs-developers] DS2404 (DS2404S DS1994 DS1427)

2006-01-14 Thread Paul Alfille
I've added rather extensive support for the DS2404 and it's siblings. This is the timer chip with 1-wire and 3-wire ports. I don't have the actual chip, so would appreciate any testing. The full implementation is in the man page. Paul Alfille

Re: [Owfs-developers] DS2436 issues

2006-01-15 Thread Paul Alfille
Gregg, I looked into the DS2436 in more detail, and conclude that the datasheet is ambiguous enough that I need a sample to test. I ordered a sample and will check perforance when it arrives. The DS2436 doesn't seem to be supported by digitemp or the public domain kit, so there isn't any

Re: [Owfs-developers] USB adapter DS9490 source?

2006-01-18 Thread Paul Alfille
On Wednesday 18 January 2006 06:22 pm, Jim Canfield wrote: On Wed, 2006-01-18 at 17:15 -0600, [EMAIL PROTECTED] wrote: Anyone know a good (cheap) source to buy a 1w/USB adapter DS9490R? Try hobby-boards: http://www.hobby-boards.com Based on same chip. Tested with OWFS

[Owfs-developers] DS2436 Fixed

2006-01-23 Thread Paul Alfille
Just got a sample DS2436. Seems like a nice chip -- voltage and temperature. Had to fix the support -- now can read temperatuer and voltage. Note: It seems that you need Vdd voltage to make a temperature conversion as well. Paul Alfille

Re: [Owfs-developers] DS2436 Fixed

2006-01-24 Thread Paul Alfille
On Tuesday 24 January 2006 07:31 am, Matt wrote: Paul, I have a couple of these, but poor electronic skills, do you have a circiut I could look at ? Specifically, I wanted to attach a solar cell to measure sunlight. Thanks Well, I'm no expert, but the DS2436 measures voltage in the 2.5V -

Re: [Owfs-developers] DS2436 Fixed

2006-01-24 Thread Paul Alfille
On Tuesday 24 January 2006 07:31 am, Matt wrote: Paul, I have a couple of these, but poor electronic skills, do you have a circiut I could look at ? Specifically, I wanted to attach a solar cell to measure sunlight. Thanks Another thought: You can use a photodetector: See

Re: [Owfs-developers] FC4 OWFS compile problem

2006-01-24 Thread Paul Alfille
include it, mainly because the included header files are needed for compiling owfs. Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

[Owfs-developers] Need help with DS1410E (parallel port adapter)

2006-01-24 Thread Paul Alfille
routines. The source file is modules/owlib/src/c/ow_ds1410.c Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files

Re: [Owfs-developers] Need help with DS1410E (parallel port adapter)

2006-01-25 Thread Paul Alfille
, at 9:10 PM, Paul Alfille wrote: I'm struggling. I know the parallel port adapter isn't cutting edge, but it might be useful for older computers. I've put the resources I've used so far in the wiki. http://owfs.sourceforge.net/wiki/index.php/ParallelAdapterStatus Basically I've tried using

Re: [Owfs-developers] Need help with DS1410E (parallel port adapter)

2006-01-29 Thread Paul Alfille
. There are implementations of working code available. The primatives supported are the bit write/read and reset. I think you are right, it's a timing issue. I'm going to look more closely at PARAPIN. Paul Alfille --- This SF.net email is sponsored by: Splunk

[Owfs-developers] Added support for the Link-Hub-E

2006-02-01 Thread Paul Alfille
--owserver 3001 /1wire will be owserver only But I'm open to suggestions. Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

Re: [Owfs-developers] Timeout

2006-02-13 Thread Paul Alfille
to implement owfake, allowing fake devices for testing. Paul Alfille On Monday 13 February 2006 04:08 am, Christian Magnusson wrote: I found out that the recently added read-timeout doesn't work good at all. A timeout of 1 second in ow_server.c is too low. Don't know exactly why, but I end up

Re: SV: [Owfs-developers] Timeout

2006-02-13 Thread Paul Alfille
wonder if 2 seconds would be sufficient? Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing

Re: [Owfs-developers] connecting many DS2408

2006-02-13 Thread Paul Alfille
embedded devices (the ASUS WL-WL500G Deluxe or some of the WRT54G work brilliantly, either wired or wirelessly. 4. You can either use the filesystem interface, or one of the language bindings. 5. There are clearly people willing to help. Paul Alfille

Re: [Owfs-developers] connecting many DS2408

2006-02-13 Thread Paul Alfille
thought: the DS2423 (used in the wind speed meter) has two contact counters, which would make the polling problem easier. Also, Louis Swart's LCD controller has 4 PIO counter pins that count button presses. Neither of these would record order of presses withough rapid polling. Paul Alfille

[Owfs-developers] Fwd: Your latest OWFS - Software

2006-02-13 Thread Paul Alfille
-- Forwarded Message -- Subject: Your latest OWFS - Software Date: Saturday 04 February 2006 03:56 pm From: Michael Holzbrecher To: [EMAIL PROTECTED] Hi, I try since some days to get OWFS run. I tried to compile the source code owfs-2.1p0RC.tar.gz, but it failed with error

Re: SV: [Owfs-developers] Timeout

2006-02-13 Thread Paul Alfille
] För Paul Alfille Skickat: den 13 februari 2006 17:23 Till: owfs-developers@lists.sourceforge.net Ämne: Re: [Owfs-developers] Timeout Thanks, Christian. We could go back to the old way, but I was trying to coordinate work with the Link-Hub-E which can completely bomb out. I think the large

Re: [Owfs-developers] connecting many DS2408

2006-02-14 Thread Paul Alfille
signal for each button. That might be enough. If it's not, then I can add a hardware latch in the circuit (a flip-flop?), because what I need to know is which key was pressed first. Paul Alfille wrote: I was incorrect in my earlier note about the polling frequency. The DS2408 has a latch

Re: [Owfs-developers] Timeout again

2006-02-15 Thread Paul Alfille
Twins? Then concurrent thread programming should be a natural! Congratulations. I'm getting close with the solution. Just have to work out a deadlock issue. Paul On Wednesday 15 February 2006 03:45 am, Christian Magnusson wrote: That seems to be one solution to the problem. We are really

Re: [Owfs-developers] Timeout again

2006-02-18 Thread Paul Alfille
. Paul Alfille --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http

Re: SV: [Owfs-developers] Timeout again

2006-02-19 Thread Paul Alfille
) which is supposed to be cheaper. I also am using PTHREAD_MUTEX_INITIALIZER -- is that kosher with uClibc ? Paul Alfille P.S. Have you started some new threads of execution yet? --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: SV: SV: [Owfs-developers] Timeout again

2006-02-19 Thread Paul Alfille
On Sunday 19 February 2006 02:07 pm, Christian Magnusson wrote: It seems to be very slow response-time now, but I'll tell you more about my experience when it has been running for some more time. Yes the response times seem a little slow. Strange, since I eliminated an unneeded ServerPresence

Re: [Owfs-developers] client/serwer protocol and extendig owfs

2006-02-24 Thread Paul Alfille
On Friday 24 February 2006 06:27 pm, Krzysztof Drewicz wrote: Paul Alfille napisał(a): I don't want do use owfs on my small box (i would like to use 16MB of SF card) but i would like to talk dicectlly to owserwer process. Is your small box network connected? If your strip owfs and fuse

[Owfs-developers] DS27XX

2006-02-24 Thread Paul Alfille
Humidity support: 38 Paul Alfille --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking

  1   2   3   4   5   6   7   8   9   10   >