Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihuxl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ihuxl!stevet From: stevet@ihuxl.UUCP (Turpin) Newsgroups: net.micro.att Subject: Re: UNIX PC: terminal emulation without UA Message-ID: <1710@ihuxl.UUCP> Date: Fri, 7-Feb-86 18:59:52 EST Article-I.D.: ihuxl.1710 Posted: Fri Feb 7 18:59:52 1986 Date-Received: Sun, 9-Feb-86 07:04:27 EST References: <1577@emory.UUCP> Distribution: net Organization: AT&T Bell Laboratories Lines: 14 > I am interested is using my 3B1 to talk to a host without going through > the user agent, but going directly from the UNIX shell. Can I get > full terminal emulation and file transfer going this route? > > I cannot find anything in the documentation which describes what > is actually called when I do terminal emulation. Any help would > be appreciated. > The terminal emualtion is done through a program - /usr/bin/async_main. You can execute this program from the shell. Several of the windowing scripts are in /usr/bin/*.sh -- for example, /usr/bin/Phones.sh which handles the phone lines. As I say, these are all shell scripts, so you can run them from the shell, or make your own to suit your needs. There are still other shell scripts in /usr/lib/ua. Have fun.