Re: [SLUG] serial to ethernet

2005-09-05 Thread O Plameras

Richard Hayes wrote:


Dear list,

I am looking for a way talk between a serial connection and ethernet.



Do you mean serial connection and TCP/IP ?

If yes, and the two computers you wish to connect are spacially near 
each other,
like not more that 100 feet (in theory) then you can use serial 
connection wired as
null-modem and run point-to-point (PPPD) software. There is no need for 
modems.
This is as fast as the serial adapter will permit as it is not 
restricted by the modem

speeds.

Of course we know that when two computers are located farther away, then 
you

need standard serial connections through modems and Telstra Exchange
(meaning you need a pair of telephone lines one for each modem).

I know there are connectors that will do it but I am trying to do it 
with software to reduce the need for hardware.


Would some form of 'softmodem' work?

regards,

Richard Hayes




--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] serial to ethernet

2005-09-04 Thread Richard Hayes

Dear list,

I am looking for a way talk between a serial connection and ethernet.

I know there are connectors that will do it but I am trying to do it 
with software to reduce the need for hardware.


Would some form of 'softmodem' work?

regards,

Richard Hayes

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] serial to ethernet

2005-09-04 Thread Ian Wienand
On Mon, Sep 05, 2005 at 11:48:09AM +1000, Richard Hayes wrote:
 I know there are connectors that will do it but I am trying to do it
 with software to reduce the need for hardware.

I'm not sure exactly what you are after; it might just require netcat
and a pipe to /dev/ttyS0.

If it's for interaction (e.g. a console) have a look at conserver,
packaged in Debian as conserver-server (and conserver-client for the
other end).

-i
[EMAIL PROTECTED]
http://www.gelato.unsw.edu.au


signature.asc
Description: Digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html