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] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
When using the serial adapter DS9097U all is good, problems only start with the usb adapter DS9490R. It may be there is a problem with my bus length when using usb, it is only 150 feet (50 meters approx). Michael Markstaller wrote: >> owhttpd doesn't alway list all my devices in the bus listing

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread Michael Markstaller
> owhttpd doesn't alway list all my devices in the bus listing > and when it > does they will get dropped off the list. If I click on a device I do > not get a full list of the device options. If your using the latest owfs and "-uall --usb_regulartime": This sounds more like your 1wire bus is

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
I'm also getting this error when clicking on device listed in bus list Non-existent Device The 1-wire web server is carefully constrained for security and stability. Your requested device is not recognized. Navigate fr

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
This problem only occurs when using the usb adapter DS9490R, the serial adapter DS9097U worked great. owhttpd doesn't alway list all my devices in the bus listing and when it does they will get dropped off the list. If I click on a device I do not get a full list of the device options. Vol

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread Paul Alfille
It is rare that the serial read will need to time out. We try to request the actual number of bytes expected. The usual problem is a setup that is particularly slow (convoluted chain to serial port, etc). With logging at max you should see if serial timeouts are occuring routinely. The 5 seconds w

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
It defaults to 5, what would be a good place to begin and is there a maximum that will degrade system? Paul Alfille wrote: > http://owfs.org/index.php?page=owserver > > It's now --timeout_serial > > Paul Alfille > > On Fri, Jul 24, 2009 at 2:38 PM, William Brown wrote: > >> It is documented he

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