Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!warrane.connect.com.au!kralizec.zeta.org.au!godzilla.zeta.org.au!not-for-mail From: bde@kralizec.zeta.org.au (Bruce Evans) Newsgroups: comp.os.386bsd.questions Subject: Re: Seyon question Date: 13 Sep 1994 04:09:39 +1000 Organization: Kralizec Dialup Unix Sydney - +61-2-837-1183, v.32bis v.42bis Lines: 25 Message-ID: <3525h3INN3pk@godzilla.zeta.org.au> References: <PHILS.94Sep10113741@satori.tv.tek.com> <35047lINN15g@godzilla.zeta.org.au> <PHILS.94Sep11224148@satori.tv.tek.com> NNTP-Posting-Host: godzilla.zeta.org.au In article <PHILS.94Sep11224148@satori.tv.tek.com>, Phil Staub <phils@tv.tek.com> wrote: >Closer but not quite there yet. I now have iexten turned off for the >modem port by an entry in the /etc/rc.local file like this: > > stty -f /dev/cuai01 -iexten > stty -f /dev/cual01 -iexten > >where cua01 is the port connected to my modem. You probably want stty -f /dev/cual01 iexten to stop everything from setting IEXTEN. >I now no longer have to type ^V^V to get a single ^V, but now I can't >get a ^O at all. Perhaps whatever you are connected to discards the ^O's. Try "stty discard undef" on all devices to cancel the mapping of ^O to the discard function. All special characters can be unmapped in this way. Use "stty -a" to see the names and mappings. -- Bruce Evans bde@kralizec.zeta.org.au