public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Is There a Reason for Limited "/dev/com" to 16 Ports?
@ 2008-06-18  0:28 Paul Rogers
  2008-06-18  1:06 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Rogers @ 2008-06-18  0:28 UTC (permalink / raw)
  To: cygwin

Should "devices.in" really have a limit of 16 "/dev/com" ports when the 
"ttyS" ports are allowed up to 64 values (max of 63 since it is a 
zero-based index)?

I changed the upper limit on the "com" range for 1.5.25 to "64" along 
with the "ttyS" range and it compiles and allows using the "/dev/com" 
aliases above 16 ports without a problem.

Yet when using a recent snapshot only "ttyS" ports work above the 16th 
port. The "/dev/com" identifiers beyond "16" do not open.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is There a Reason for Limited "/dev/com" to 16 Ports?
  2008-06-18  0:28 Is There a Reason for Limited "/dev/com" to 16 Ports? Paul Rogers
@ 2008-06-18  1:06 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2008-06-18  1:06 UTC (permalink / raw)
  To: cygwin

On Tue, Jun 17, 2008 at 04:34:04PM -0400, Paul Rogers wrote:
>Should "devices.in" really have a limit of 16 "/dev/com" ports when the
>"ttyS" ports are allowed up to 64 values (max of 63 since it is a
>zero-based index)?

You really should be using /dev/ttyS for linux compatibility.  The fact
that there is a /dev/com at all is really an artifact of the old device
implementation.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-18  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-18  0:28 Is There a Reason for Limited "/dev/com" to 16 Ports? Paul Rogers
2008-06-18  1:06 ` Christopher Faylor

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 read-only IMAP folder(s) and NNTP newsgroup(s).