« Return to Thread: OWFS and RS232 over Ethernet Adapter

Re: OWFS and RS232 over Ethernet Adapter

by Paul Alfille-2 :: Rate this Message:

| View in Thread

Well, the command you listed should work only if you have the serial LINK adapter connected, not the DS9097U.

A number of people have tried using a serial port redirector ("socat")
See: http://article.gmane.org/gmane.comp.file-systems.owfs.devel/5242/match=socat

Basically you'd use:

socat pty,link=/dev/mytty TCP:172.16.0.10:8000
/opt/owfs/bin/owfs --d /dev/mytty -m /mnt/xt-micro/

To test, I'd start it with
/opt/owfs/bin/owfs --foreground --error_level=9 -d /dev/mytty -m /mnt/xt-micro/
and especially look at the initial negotiation -- post it here if you would.

Paul Alfille


On Tue, Sep 29, 2009 at 9:22 AM, Goofy79 <thorsten.regner@...> wrote:

Hello,

i have a XT-Micro from ak-nord.de
und i tried to connect with these

/opt/owfs/bin/owfs --LINK=172.16.0.10:8000 -m /mnt/xt-micro/

ich have

linux:/mnt/xt-micro # dir
insgesamt 0
drwxr-xr-x 1 root root  8 2009-09-29 15:17 bus.0
drwxr-xr-x 1 root root  8 2009-09-29 15:17 settings
drwxr-xr-x 1 root root  8 2009-09-29 15:17 statistics
drwxr-xr-x 1 root root 30 2009-09-29 15:17 structure
drwxr-xr-x 1 root root  8 2009-09-29 15:17 system
drwxr-xr-x 1 root root  8 2009-09-29 15:17 uncached
linux:/mnt/xt-micro #

but no sensors ?? Can i check, if my DS9097U is realy connected ?



--
View this message in context: http://www.nabble.com/OWFS-and-RS232-over-Ethernet-Adapter-tp25634658p25662966.html
Sent from the OWFS - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Owfs-developers mailing list
Owfs-developers@...
https://lists.sourceforge.net/lists/listinfo/owfs-developers


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Owfs-developers mailing list
Owfs-developers@...
https://lists.sourceforge.net/lists/listinfo/owfs-developers

 « Return to Thread: OWFS and RS232 over Ethernet Adapter