Re: [Owfs-developers] LinkUSB with libftdi [was: Issue with LinkUSB dropping + baudrate test]

2014-06-11 Thread Johan Ström
Quick report: I have successfully implemented libftdi support in owfs now, it works but a few things to polish up, such as retry handling etc. A question regarding LinkUSB: have you gotten the "BREAK" functionality to work? From the manual: -- Key , (comma) - Switches the device to the 19,200

[Owfs-developers] LinkUSB performance

2012-09-19 Thread Tuev Andrey
Hi everyone Please advise if there is any possibility to speedup linkusb bus master Compared to ds9490 it works much better in "noisy" (electric interference) environment, but looks to be 2-3 time slower when listing 1-wire devices and open/closing ds2406. If that's theoretically possible i'll

Re: [Owfs-developers] LinkUSB Setup

2010-05-29 Thread Paul Alfille
On Tue, May 25, 2010 at 7:55 AM, Phil wrote: > Hi all, > > Having problems setting up - I'd be grateful for a pointer or two in the > correct direction... > > Brand new LinkUSB interface: > > dmesg > usb 3-2:1.0: uevent > usbserial_generic 3-2:1.0: usb_probe_interface > usbserial_generic 3-2:1.0:

Re: [Owfs-developers] LinkUSB Setup

2010-05-28 Thread Phil
Hello Paul, Thanks for the reply. On Fri, 28 May 2010 23:40:54 +0100, Paul Alfille wrote: > I'll need to test my own device to match your findings, but two initial > thoughts: > > 1. You are attempting to attach to 2 devices, another owserver, and the > LinkUSB. I suspect you want owserver -p

Re: [Owfs-developers] LinkUSB Setup

2010-05-28 Thread Paul Alfille
I'll need to test my own device to match your findings, but two initial thoughts: 1. You are attempting to attach to 2 devices, another owserver, and the LinkUSB. I suspect you want owserver -p 4304 --link=/dev/ttyUSB0 2. Can you try as root to test? 3. What's your platform. The FTDI USB/serial

[Owfs-developers] LinkUSB Setup

2010-05-28 Thread Phil
Hi all, Having problems setting up - I'd be grateful for a pointer or two in the correct direction... Brand new LinkUSB interface: dmesg usb 3-2:1.0: uevent usbserial_generic 3-2:1.0: usb_probe_interface usbserial_generic 3-2:1.0: usb_probe_interface - got id ftdi_sio 3-2:1.0: usb_probe_interf

Re: [Owfs-developers] LinkUSB udev

2009-08-03 Thread William Brown
Paul check out this link and talk to Bill Farmer, he's from iButtonLink http://www2.buoy.com/pipermail/weather/2009-March/009323.html Paul Alfille wrote: > William, > > So in summary, is this a way for non-root users to use the LinkUSB? > Can you post the method or a link for all of us? > > Than

Re: [Owfs-developers] LinkUSB

2009-08-03 Thread Andrew Burgess
On 07/29/2009 04:01:31 AM, Paul Alfille wrote: > 3. Some linux kernel modules for the FTDI USB/serial are broken. I'm > not sure whether it's the 64-bit kernel in general, or just the > OpenSUSE 2.6.25.20. Other versions of 32-bit SUSE work. Ubuntu 9.04 > 32-bit works. but only for a while. Are y

Re: [Owfs-developers] LinkUSB udev

2009-08-02 Thread William Brown
I don't know if this works for Linkusb since I don't have one to test. But this does change the udev rules to tty so that ttyUSBx devices have non-root access to a compatible serial mode. I need someone to test if this makes the Linkusb work. Having dialout or uucp as your group id seems to

Re: [Owfs-developers] LinkUSB udev

2009-08-02 Thread Paul Alfille
William, So in summary, is this a way for non-root users to use the LinkUSB? Can you post the method or a link for all of us? Thanks, Paul Alfille On Sat, Aug 1, 2009 at 9:38 PM, William Brown wrote: > Paul > > I got the udev changes to work, the weather page was right, I made a > mistake.  Use

Re: [Owfs-developers] LinkUSB udev

2009-08-01 Thread William Brown
Paul I got the udev changes to work, the weather page was right, I made a mistake. User udev changes should start with 50 and permissions should be 0666. William Brown wrote: > Paul, > > Did you try either the udev change or the tty group? If so what > results. I'm still trying to decide bet

Re: [Owfs-developers] LinkUSB

2009-08-01 Thread William Brown
Paul, Did you try either the udev change or the tty group? If so what results. I'm still trying to decide between the HA7E and the Linkusb. William Brown wrote: > I tried this on Ubuntu but it didn't change my udev defaults but it is > supposed to work on opensuse. > http://wiki.weather-watch.

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread William Brown
I tried this on Ubuntu but it didn't change my udev defaults but it is supposed to work on opensuse. http://wiki.weather-watch.com/index.php/Linux_Weather_Display_Manual William Brown wrote: > It seems that group uucp is similar to dialout. Try change the group to > tty to get real serial i/o c

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread William Brown
It seems that group uucp is similar to dialout. Try change the group to tty to get real serial i/o code which seems to not confuse the one wire devices. William Brown wrote: > I still get this in Ubuntu 8.10 > > $ ls -al /dev/ttyUSB0 > crw-rw 1 root dialout 188, 0 2009-07-31 11:13 /dev/ttyU

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread William Brown
I still get this in Ubuntu 8.10 $ ls -al /dev/ttyUSB0 crw-rw 1 root dialout 188, 0 2009-07-31 11:13 /dev/ttyUSB0 I have also blacklisted wire and ds2490, I don't know if this affects the group id. If linkusb it's still not working try change uucp to tty. chggrp tty /dev/ttyUSB1 (temporarily

Re: [Owfs-developers] LinkUSB

2009-07-31 Thread Paul Alfille
On Fri, Jul 31, 2009 at 1:46 AM, William Brown wrote: > I tried changing the udev rules but could not find any thing > comprehensive in Ubuntu or that worked.  I'm not sure it is fully > implemented in versions of 8.10 and lower.  What is your group id for > ttyUSB0? > Ubuntu: ls -al /dev/ttyUSB1

Re: [Owfs-developers] LinkUSB

2009-07-30 Thread William Brown
I tried changing the udev rules but could not find any thing comprehensive in Ubuntu or that worked. I'm not sure it is fully implemented in versions of 8.10 and lower. What is your group id for ttyUSB0? Paul Alfille wrote: > I ran the program as root (sudo). > > I'm not sure what how to chan

Re: [Owfs-developers] LinkUSB

2009-07-30 Thread Paul Alfille
I ran the program as root (sudo). I'm not sure what how to change permissions using udev rules. Paul Alfille On Wed, Jul 29, 2009 at 8:10 PM, William Brown wrote: > So you didn't have to change group permission from dialout to tty?  That > is leftover from my ubuntu 7.04 days.  I'm still on Ubun

Re: [Owfs-developers] LinkUSB

2009-07-29 Thread William Brown
So you didn't have to change group permission from dialout to tty? That is leftover from my ubuntu 7.04 days. I'm still on Ubuntu 8.10 for 2 more months. Paul Alfille wrote: > LinkUSB progress. Most of the problems are operating system ones. > > In short I needed 2 changes: > > 1. Minor change

Re: [Owfs-developers] LinkUSB

2009-07-29 Thread Paul Alfille
LinkUSB progress. Most of the problems are operating system ones. In short I needed 2 changes: 1. Minor change in the code to recognize the internal version number (LinkUSB V!.4) -- now in CVS and will be part of next release. 2. When it works, it works as both a LINK adapter (which needs the ch

Re: [Owfs-developers] LinkUSB

2009-07-28 Thread William Brown
Paul Can you keep us updated about your progress with the linkusb. I have an interest in using one too. Paul Alfille wrote: > Has anyone had success with the LinkUSB under linux? > > I just purchased one, and see this entry in dmesg: > > usb 1-2.3: new full speed USB device using uhci_hcd and a

Re: [Owfs-developers] LinkUSB

2009-07-28 Thread William Brown
Check group setting, if it's dialout you need to change it to tty, I include this in my owserver startup script (I am not using linkusb, but the HL-340 usb/serial adapter); chgrp tty /dev/ttyUSB0 ( defaults to dialout) chmod 777 /dev/ttyUSB0 ( set this to your preferance) From last weeks read

[Owfs-developers] LinkUSB

2009-07-24 Thread Paul Alfille
Has anyone had success with the LinkUSB under linux? I just purchased one, and see this entry in dmesg: usb 1-2.3: new full speed USB device using uhci_hcd and address 5 usb 1-2.3: configuration #1 chosen from 1 choice ftdi_sio 1-2.3:1.0: FTDI USB Serial Device converter detected drivers/usb/seri

Re: [Owfs-developers] LinkUSB

2009-07-08 Thread lists
Hi I have both FoxBoard and linkusb (it's based on FTDI chip). FTDI is supported by foxboard, so LinkUSB is recognized. > usb 1-2: new full speed USB device using hc-crisv10 and address 2 > ftdi_sio 1-2:1.0: FTDI USB Serial Device converter detected > drivers/usb/serial/ftdi_sio.c: Detected FT23

Re: [Owfs-developers] LinkUSB

2009-07-08 Thread Christian Magnusson
uttonlink.com; Jonathan Starke; owfs-developers Subject: Re: [Owfs-developers] LinkUSB As I recall, the FoxBoard is an embedded computer (Axis etrax cpu) from an Italian company (http://foxlx.acmesystems.it/?id=5) that runs linux. It looks like several build systems are available, many based o

Re: [Owfs-developers] LinkUSB

2009-07-08 Thread Paul Alfille
As I recall, the FoxBoard is an embedded computer (Axis etrax cpu) from an Italian company (http://foxlx.acmesystems.it/?id=5) that runs linux. It looks like several build systems are available, many based on fairly modern kernels. uClibc, openmwrt, are all supported by owfs, and specifically, ther