i'm using serproxy to comunicate with my pic, cause php can't 
communicate directly with serial ports, php don't have io control, but 
network is very good
more information about serproxy, it need an serproxy.cnf file that 
configure proxy and run the daemon that wait for connection if no 
communication and a timeout (300 seconds) occur it wil disconnect, an 
example of serproxy.cnf file:

# Config file for serproxy
# See serproxy's README file for documentation

# Comm ports used
comm_ports=1,2,3,4      <= serial COM1,COM2,COM3,COM4

# Default settings
comm_baud=9600      <= BAUDS
comm_databits=8      <= DATA BITS
comm_stopbits=1      <= STOP BIT
comm_parity=none      <= PARITY

# Idle time out in seconds
timeout=300         <= IF 300 SECONDS WITHOUT COMMUNICATION, DISCONNECT 
TCP/IP PORT

# Port 1 settings (ttyS0)
net_port1=5331      <= TCP PORT FOR COM1

# Port 2 settings (ttyS1)
net_port2=5332      <= TCP PORT FOR COM2

# Port 3 settings (ttyS2)
net_port3=5333      <= TCP PORT FOR COM3

# Port 4 settings (ttyS3)
net_port4=5334      <= TCP PORT FOR COM4

i think that we will have no problems... does 2480 code change bauds??? 
or we only use 9600 bauds to communicate with it? if only 9600, can we 
make another ds2480 to change and use the max baud rate that ds2480 can? 
like 115200? and another to just stay at 9600??
thankx paul :)

Alfille, Paul H.,M.D. escreveu:
> Possibly. The site doesn't give much information.
>
> A DS9097U can operate at 9600 baud, and owfs will be happy.
>
> We'll need to put in code to make owfs understand it's talking to a serial
> connection, even though it looks like a tcp connection.
>
> Paul Alfille
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Roberto Spadim
> Sent: Monday, October 02, 2006 1:32 PM
> To: [email protected]
> Subject: [Owfs-developers] using an tcp/ip like a serial port
>
>
> hello guys i'm using an windows machine and a linux machine, could i use 
> serproxy with owserver???
> see:
> http://www.lspace.nildram.co.uk/freeware.html
>
> **Serproxy is a multi-threaded proxy program for redirecting network 
> socket connections to/from serial links, in cases where the remote end 
> of the serial link doesn't have a TCP/IP stack (eg an embedded or 
> microcontroller system). The proxy allows other hosts on the network to 
> communicate with the system on the remote end of the serial link. The 
> Linux version requires a recent version of libpthread to compile/run.**
>
>
> with serproxy we can share COM1 on windows machine and use owserver or 
> owphp or owfs or owhttp or another owxxx to communicate with that 
> serproxy, the problem: serproxy can't change bauds, it can only work 
> with preconfigured bauds
>
> thanks guys bye
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
> Esta mensagem foi verificada pelo E-mail Protegido Terra.
> Scan engine: McAfee VirusScan / Atualizado em 29/09/2006 / Versão: 4.4.00/4863
> Proteja o seu e-mail Terra: http://mail.terra.com.br/
>
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to