[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Modem /dev/cua vs /dev/ttyS (The Long, True answer to this reappearing question)



On Thu, 12 Feb 1998 01:22:39 -0500 (EST), you wrote:

>No difference.  If you try on the command line, it will not come back the
>second time (it seems to work the first time though..)  Just try on your
>serial port..
>
>
>% stty 115200 echoe -echo -clocal raw < /dev/ttyS0 > /dev/ttyS0
>  <works>
>%
>% stty 115200 echoe -echo -clocal raw < /dev/ttyS0 > /dev/ttyS0
>  <will not return>

Just a guess, try it *without* redirecting stdout to /dev/ttyS0 .
The stty command operates on file handle 0, not 1.  Do you really want to output
from stty to be fed to your modem (or whatever is hanging off the port)?

Dale
-- 
Dale P. Smith
dale.smith@bellhow.com
Cleveland Linux Users Group: http://cleveland.lug.net/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble?  e-mail to templin@bucknell.edu .


Reply to: