public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vanitha Ramaswami <vanitha@agilis.st.com.sg>
To: "'Alan Cox'" <alan@lxorguk.ukuu.org.uk>
Cc: "'linux-kernel@vger.kernel.org'" <linux-kernel@vger.kernel.org>
Subject: RE: Serial Driver for PPP - that runs in Half Duplex Mode
Date: Wed, 18 Aug 2004 11:36:25 -0000	[thread overview]
Message-ID: <01C48517.98874380.vanitha@agilis.st.com.sg> (raw)

Hello,
    Thanks for your mail. Can you let me know what are the other protocols that performs better than PPP ?

Thanks
Vanitha

-----Original Message-----
From:	Alan Cox [SMTP:alan@lxorguk.ukuu.org.uk]
Sent:	Tuesday, August 17, 2004 10:12 PM
To:	vanitha@agilis.st.com.sg
Cc:	'linux-kernel@vger.kernel.org'
Subject:	Re: Serial Driver for PPP - that runs in Half Duplex Mode

On Maw, 2004-08-17 at 11:56, Vanitha Ramaswami wrote:
> Do you have a serial port PPP Driver that supports half-duplex mode of 
> operation ?. i.e.  I need RTS to be active when you are transmitting data 
> and to be inactive to receive.

You can do this with a user space helper if performance isnt critical
(ie its not megabits). Create a tty/pty pair. Plug pppd one side of it
and run your own program the other side between it and the real tty.

This is how the old scarabd radio driver worked, although not using PPP
because we found that with the losses we got on radio other protocols
worked better.



             reply	other threads:[~2004-08-18  3:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-18 11:36 Vanitha Ramaswami [this message]
2004-08-18 16:53 ` Serial Driver for PPP - that runs in Half Duplex Mode Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2004-08-17 10:56 Vanitha Ramaswami
2004-08-17 14:11 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01C48517.98874380.vanitha@agilis.st.com.sg \
    --to=vanitha@agilis.st.com.sg \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox