From: Grant Edwards <grante@visi.com>
To: linux-serial@vger.kernel.org
Subject: Enhancing pty driver to act like a serial port?
Date: Fri, 21 Mar 2008 16:49:56 +0000 (UTC) [thread overview]
Message-ID: <fs0ovk$oii$1@ger.gmane.org> (raw)
The question of emulating a serial port in user-space has come
up a number of times in various contexts during the past few
years.
The current pty driver isn't really sufficient when the
application actually expects to be connected to a physical
serial port: you can't set parity or word length, and the modem
control/status ioctl() calls fail.
That means that many applications just won't run when told to
use a pty instead of a normal serial port.
If one were to enhance the pty driver to support the same
operations as a serial port, would the "powers that be" be
amenable to accepting such changes into the main pty driver
sources?
Or is this even the right place to discuss the pty driver?
--
Grant
next reply other threads:[~2008-03-21 18:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-21 16:49 Grant Edwards [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-06-22 18:26 Enhancing pty driver to act like a serial port? Peter Åstrand
2008-06-22 20:02 ` Grant Edwards
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='fs0ovk$oii$1@ger.gmane.org' \
--to=grante@visi.com \
--cc=linux-serial@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;
as well as URLs for NNTP newsgroup(s).