Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Archive » net.micro.atari » Kermit Through a TAC
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Kermit Through a TAC [message #280055] Fri, 20 December 1985 09:47 Go to next message
Anonymous
Karma:
[b]Originally posted by:[/b] [email=steven@BRL-TBD.ARPA (Steven Segletes)]steven[/email]
Article-I.D.: mitre.8512261814.AA01567
Posted: Fri Dec 20 09:47:42 1985
Date-Received: Sat, 28-Dec-85 01:19:39 EST
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: The MITRE Corp., Washington, D.C.
Lines: 22

There has been mention on the net recently of the difficulty of using kermit
through a TAC.  The problem can be circumvented by disabling the interception
of the `@' character.  Of course, this disables the (re)programming of the TAC
port until you log out and log back onto the TAC.  The procedure is

@b i s
@b o s

These two commands to the TAC request binary input and output to the port,
thus preventing the interception of any characters as special characters.

Steve Segletes
U.S. Army Ballistic Research Laboratory
Aberdeen Proving Ground, MD 21005-5066



p.s. the order in which the two commands are issued is important.  Using the
wrong order will result in the second command being passed through to the host
system.  It is possible that I have specified the wrong order above (I haven't
used this feature in a while), but it should be immediately obvious if I did.
Re: Kermit Through a TAC [message #280077 is a reply to message #280055] Mon, 30 December 1985 13:28 Go to previous message
Anonymous
Karma:
[b]Originally posted by:[/b] [email=MRC%PANDA@SUMEX-AIM.ARPA (Mark Crispin)]MRC%PANDA[/email]
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 --
-------
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: BASIC for ST
Next Topic: Adv?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Sep 22 13:11:36 EDT 2024

Total time taken to generate the page: 0.01860 seconds