From: "William A. Gatliff" <bgat@saturn.billgatliff.com>
To: cygwin@cygwin.com, gdb@sources.redhat.com
Subject: Re: [1.3.3] breaks serial i/o?
Date: Fri, 19 Oct 2001 12:12:00 -0000 [thread overview]
Message-ID: <20011019141204.L1140@saturn.billgatliff.com> (raw)
In-Reply-To: <20011019133042.J1140@saturn.billgatliff.com>
Guys:
Here's some of the (apparently) relevant code in gdb's RDI support:
gdb-5.0/gdb/rdi-share/serdrv.c
static int SerialOpen(const char *name, const char *arg)
{
...
#ifdef COMPILING_ON_WINDOWS
{
int port = IsValidDevice(name);
if (OpenSerial(port, FALSE) != COM_OK)
return -1;
}
#else
if (Unix_OpenSerial(port_name) < 0)
return -1;
#endif
...
Since I'm not a Win32 programmer, I don't really know the semantics of
the OpenSerial call. Does anyone know how to set the flow control
strategy?
b.g.
--
Bill Gatliff
bgat@billgatliff.com
next prev parent reply other threads:[~2001-10-19 12:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-18 14:28 William A. Gatliff
2001-10-18 20:54 ` Christopher Faylor
2001-10-19 6:56 ` William A. Gatliff
2001-10-19 9:14 ` Christopher Faylor
2001-10-19 9:45 ` Grant Edwards
2001-10-19 10:02 ` Christopher Faylor
2001-10-19 11:30 ` William A. Gatliff
2001-10-19 12:12 ` William A. Gatliff [this message]
2001-10-19 14:55 ` William A. Gatliff
2001-10-19 15:07 ` Christopher Faylor
2001-10-20 3:06 ` Robert Collins
2001-10-20 13:08 ` William A. Gatliff
2001-10-20 18:09 ` Robert Collins
2001-10-20 17:41 ` Andrew Cagney
2001-10-19 8:26 ` Grant Edwards
2001-10-19 9:36 ` Fernando Nasser
2001-10-21 9:48 ` Fernando Nasser
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=20011019141204.L1140@saturn.billgatliff.com \
--to=bgat@saturn.billgatliff.com \
--cc=cygwin@cygwin.com \
--cc=gdb@sources.redhat.com \
/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