Re: [Owfs-developers] Fwd: owfs-2.7p4 and Hobbyboards LCD/DS2408 patch

2008-10-04 Thread Paul Alfille
On Sat, Oct 4, 2008 at 5:41 PM, Matthias Urlichs <[EMAIL PROTECTED]>wrote: > Bah. Who designed that? > > > "\x02\x04string" perl string write "string" at line 2 (option base 1) > column > Max, who likes binary character values. I agree that printable ascii would be better. > Can you please use

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-04 Thread Paul Alfille
On Fri, Oct 3, 2008 at 10:31 AM, Ben Griffith <[EMAIL PROTECTED]> wrote: > CVS is working again so I got to give it a quick try this morning. It > seems to be behaving the same. If I cat one of the DS2404 pages I can't > read the 3W port anymore, and if I then type "ls /mnt/owfs/" I can read > t

Re: [Owfs-developers] Fwd: owfs-2.7p4 and Hobbyboards LCD/DS2408 patch

2008-10-04 Thread Matthias Urlichs
Hi, Paul Alfille: > I'm going to include this nice patch for the DS2408 LCD display. > Bah. Who designed that? > "\x02\x04string" perl string write "string" at line 2 (option base 1) column Can you please use "real" numbers for that? "@2,4:string" would work, and it'd even be compatible with th

Re: [Owfs-developers] How to set frequency on DS1921G

2008-10-04 Thread Paul Alfille
The DS1921 needs work, as you've noticed. It's underway. Sorry that it doesn't "just work". That's actually the design goal of owfs. Paul Alfille On Sat, Sep 27, 2008 at 8:01 AM, John Steele Scott <[EMAIL PROTECTED]>wrote: > On Fri, 19 Sep 2008 13:11:53 +1100, Andrey wrote: > > > Hello, > > > >

Re: [Owfs-developers] Having trouble with a DS2404

2008-10-04 Thread Paul Alfille
This is changed in the CVS version. The shell routines (owread owwrite and owget) now support some added command line options: --hex All data (read/write) are in hexidecimal --start=30 Data read/write starts at byte 30 (in this case) i.e. the offset --size=20 Data read will be 20 bytes long (at

[Owfs-developers] Fwd: owfs-2.7p4 and Hobbyboards LCD/DS2408 patch

2008-10-04 Thread Paul Alfille
I'm going to include this nice patch for the DS2408 LCD display. I am a little concerned that the Honoff is a little confusing. Any comments, Paul Alfille -- Forwarded message -- From: Maxime Soulé <[EMAIL PROTECTED]> Date: Tue, Sep 9, 2008 at 5:44 PM Subject: owfs-2.7p4 and Hob