Timothy Murphy wrote:
> Donald Holman wrote:
>
>
>>Hi all. Was wondering if anyone knew of a serial port to ethernet
>>application running linux.
>
>
> Isn't this what PPP or SLIP does?
No. They would be trying to stuff IP packets down the serial lines (no
good if the serial devices don't do SLIP/PPP).
To the OP, if there isn't something already available it should be
really simple to write a client/server app to do this with Linux:
For the server: listen on a socket; when connected, open serial port use
poll/select to detect data on TCP/serial connection and write the data
to the other
The client is the same except it would initiate the connection rather
than listen.
Setting up a floppy/CD shouldn't be too hard (assuming you can get the
ferw commands you need on to a floppy).
--
Paul Black mailto

(E-Mail Removed)
Oxford Semiconductor Ltd
http://www.oxsemi.com
25 Milton Park, Abingdon, Tel: +44 (0) 1235 824 909
Oxfordshire. OX14 4SH Fax: +44 (0) 1235 821 141