Re: /dev/cua? and /dev/ttyS?

1998-02-06 Thread Scott McDermott
On Fri, Feb 06, 1998 at 12:24:16AM +0200, impale wrote: > What is the difference between /dev/cua? and /dev/ttyS? ? I believe the former is for callout only which the latter is for callin/callout. Whether this refers to traffic or connection I don't know, just remember gleaning this fro

Re: /dev/cua? and /dev/ttyS?

1998-02-06 Thread John Kloss
ave I ever used DOS, so your assumptions were wrong. Another reason why I chose /dev/cua1 was this paragraph in the PCMCIA-HOWTO which states 3.3 How do I use my PCMCIA modem card? Linux serial devices are accessed via the /dev/cua* and /dev/ttyS* special device files. The ttyS* devices ar

Re: /dev/cua? and /dev/ttyS?

1998-02-06 Thread B. Bell
On Thu, 5 Feb 1998, John Kloss wrote: > Okay, I'm pretty new to linux but I have my version up and running on my > laptop just fine and I can say this about /dev/cua* > > It is NOT obsolete. The only way that I can connect to my modem (which is > a pcmcia card) is through /dev/cua1. I tried many t

Re: /dev/cua? and /dev/ttyS?

1998-02-06 Thread fpolacco
On Thu, Feb 05, 1998 at 05:33:06PM -0500, John Kloss wrote: > > ... and I can say this about /dev/cua* > > It is NOT obsolete. Believe me, they are obsolete, and aren't any more installed. > The only way that I can connect to my modem (which is > a pcmcia card) is through /dev/cua1. I tried man

Re: /dev/cua? and /dev/ttyS?

1998-02-05 Thread robert havoc pennington
On Thu, 5 Feb 1998, John Kloss wrote: > It is NOT obsolete. The only way that I can connect to my modem (which is > a pcmcia card) is through /dev/cua1. I tried many times to connect to my > ISP through /dev/ttyS1, 2, 3 (it should be 1 because that is what the com > port is) and nothing happened.

Re: /dev/cua? and /dev/ttyS?

1998-02-05 Thread John Kloss
On Thu, 5 Feb 1998, robert havoc pennington wrote: > > On Fri, 6 Feb 1998, impale wrote: > > What is the difference between /dev/cua? and /dev/ttyS? ? > > > > See the PPP HOWTO for one explanation. Essentially cua? is obsolete, > ignore it and use ttyS?. > &g

Re: /dev/cua? and /dev/ttyS?

1998-02-05 Thread robert havoc pennington
On Fri, 6 Feb 1998, impale wrote: > What is the difference between /dev/cua? and /dev/ttyS? ? > See the PPP HOWTO for one explanation. Essentially cua? is obsolete, ignore it and use ttyS?. Havoc Pennington -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe

Re: /dev/cua? and /dev/ttyS?

1998-02-05 Thread Tim Sailer
impale wrote: > > What is the difference between /dev/cua? and /dev/ttyS? ? ttyS? is the correct device to use.. :) The cua device use has been depricated. All code should now use the ttyS? devices. If not, they are considered obsolete or broken. Tim -- (work) [EMAIL PROTECTED] /

/dev/cua? and /dev/ttyS?

1998-02-05 Thread impale
What is the difference between /dev/cua? and /dev/ttyS? ? -- Regards, impale e-mail: [EMAIL PROTECTED] www: http://www.dlc.fi/~back/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: /dev/cua* and /dev/ttyS*

1997-03-21 Thread Jens B. Jorgensen
Richard Sharman wrote: > > There have been various mailings here along the lines of > /dev/cua* names are deprepcated in favour of /dev/ttyS*. > > I was just wondering why the change (and when). I thought it used to > be that ttyS* was dial-in and cua* was dial-out (or possibly > vice-versa). >

Re: /dev/cua* and /dev/ttyS*

1997-03-21 Thread Ed Down
I don't know much about how it all works, but I'm sure /usr/doc/HOWTO/Serial-HOWTO gives a reasonable explanation of cua/ttyS matters - it convinced me anyway! Ed > > There have been various mailings here along the lines of > /dev/cua* names are deprepcated in favour of /dev/ttyS*. > > I

/dev/cua* and /dev/ttyS*

1997-03-21 Thread Richard Sharman
There have been various mailings here along the lines of /dev/cua* names are deprepcated in favour of /dev/ttyS*. I was just wondering why the change (and when). I thought it used to be that ttyS* was dial-in and cua* was dial-out (or possibly vice-versa). I looked in /usr/src/linux/Documentatio