[Owfs-developers] DS2450: how to make conversions in 8 bits only?

2011-01-11 Thread Stéphane Acounis
Hello, I would like to be able to limit the ADC conversions to 8 bits, how can I do this with owfs? Do I have to modify the ow_2450.c file in owlib? Thank you. -- Stéphane ACOUNIS SUBATECH Nantes - Service d'Électronique Tél: 02-51-85-84-28 06-64-62-99-20 «Faut pas se laisser abattre» devise

Re: [Owfs-developers] LCD_H feature reqest

2011-01-11 Thread Zoff
Hi! here is the script i use to display messages on the LCD: init the display: = #! /bin/bash cd /tmp/ cd /wetter/uncached/29.*/LCD_H printf \x0C screen printf 1 clear printf 1 clear printf 1 home # printf x screen write

Re: [Owfs-developers] LCD_H feature reqest

2011-01-11 Thread Zoff
Hi! could you post the changed circuit? I have bought the hobbyboards LCD and would like to change it to turn backlight on/off. cheers, Zoff. patyrk wrote: Hello again I've built myself a LCD display based on Hobby Boards design with some minor changes. Instead id three push

Re: [Owfs-developers] LCD_H feature reqest

2011-01-11 Thread patyrk
Dnia 2011-01-11, wto o godzinie 13:06 +0100, Zoff pisze: could you post the changed circuit? I have bought the hobbyboards LCD and would like to change it to turn backlight on/off. It should be very easy. The LCD has backlight power probably on pins 15-16 or on 1 and 2. I think that 1 and 2 is

[Owfs-developers] owserver hangs on OpenWRT

2011-01-11 Thread Jos Hartman
Hi I have a problem with owserver on OpenWRT (SheevaPlug) that hangs. I am using 2.8p5. The symptom is as follows: I start owserver -u -all -p 3000. The owserver starts normally. On a different Linux machine I use the following command: owdir -s IP:3000 It works the first time but then

Re: [Owfs-developers] owserver hangs on OpenWRT

2011-01-11 Thread Roberto Spadim
are you using rs232 or usb converter? maybe a problem opening serial port, or maybe a problem trying to write to stdout 2011/1/11 Jos Hartman jos.hart...@cavok.eu.com: Hi I have a problem with owserver on OpenWRT (SheevaPlug) that hangs. I am using 2.8p5. The symptom is as follows: I

Re: [Owfs-developers] owserver hangs on OpenWRT

2011-01-11 Thread Roberto Spadim
are you using threads? try without thread 2011/1/11 Roberto Spadim robe...@spadim.com.br: are you using rs232 or usb converter? maybe a problem opening serial port, or maybe a problem trying to write to stdout 2011/1/11 Jos Hartman jos.hart...@cavok.eu.com: Hi I have a problem with

Re: [Owfs-developers] DS2450: how to make conversions in 8 bits only?

2011-01-11 Thread Paul Alfille
Are you trying to speed up data acquisition? Even though the DAC is set to 16 bit resolution now the hardware is really 8 bit. I could just adjust the code I'd no one minds. O Hello, I would like to be able to limit the ADC conversions to 8 bits, how can I do this with owfs? Do I have to modify

Re: [Owfs-developers] DS2450: how to make conversions in 8 bits only?

2011-01-11 Thread Roberto Spadim
i think so, i changed 18b20 last time, there´s some easy features like temperature9 - 9bits temperature10- 10bits temperature11- 11bits check source code, and try to make a new 'file' 2011/1/11 Paul Alfille paul.alfi...@gmail.com: Are you trying to speed up data acquisition? Even though the

Re: [Owfs-developers] DS2450: how to make conversions in 8 bits only?

2011-01-11 Thread Roberto Spadim
report here, to update current owfs version tree 2011/1/11 Roberto Spadim robe...@spadim.com.br: i think so, i changed 18b20 last time, there´s some easy features like temperature9 - 9bits temperature10- 10bits temperature11- 11bits check source code, and try to make a new 'file'

[Owfs-developers] owfs in owfs-2.8p5

2011-01-11 Thread Colin Tinker
Hi In the latest version owfs refuses to start with the error no 1-wire interfaces found when I am connecting it to the owfs server which is running fine. It has worked ok in the last 2 release I have used with the same command line syntax. Colin

Re: [Owfs-developers] owfs in owfs-2.8p5

2011-01-11 Thread Jim Kusznir
We are seeing variants of this problem; it was introduced in p5; p4 does work more stably in this regard. --Jim On Tue, Jan 11, 2011 at 3:11 PM, Colin Tinker g1...@me.com wrote: Hi In the latest version owfs refuses to start with the error no 1-wire interfaces found when I am connecting it