Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ucbvax!info-atari From: MRC%PANDA@SUMEX-AIM.ARPA (Mark Crispin) Newsgroups: net.micro.atari Subject: Re: Kermit Through a TAC Message-ID: <12171285583.8.MRC@PANDA> Date: Mon, 30-Dec-85 13:28:34 EST Article-I.D.: PANDA.12171285583.8.MRC Posted: Mon Dec 30 13:28:34 1985 Date-Received: Tue, 31-Dec-85 03:49:54 EST References: <8512261814.AA01567@mitre.ARPA> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The MITRE Corp., Washington, D.C. Lines: 23 Steve - The correct order is: @B O S (Binary Output Start -- binary to user from TAC) @B I S (Binary Input Start -- binary to TAC from user) Binary Input Start disables any TAC commands from the user until the connection is closed. On certain advanced operating systems (e.g. TOPS-20 systems with the PANDA MODIFICATIONS), there are user commands which accomplish the same effect and hence you don't lose anything by using them. On the PANDA TOPS-20's (SIMTEL20, STL-HOST1, and DREA-XX), the command is TERMINAL [NO] NETWORK-BINARY [INPUT | OUTPUT | BOTH] The word "NO" after "TERMINAL" disables binary mode (else it is enabled), and the default binary mode is both. There is also a system call to do the same thing. Perhaps some bright Unix hacker can figure out how to put this in Unix. -- Mark -- -------