Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!qantel!ptsfa!pttesac!vanam From: vanam@pttesac.UUCP (Marnix van Ammers) Newsgroups: net.micro.amiga Subject: Re: Dave Weckers VT100 (kermit) Message-ID: <288@pttesac.UUCP> Date: Mon, 22-Sep-86 19:39:53 EDT Article-I.D.: pttesac.288 Posted: Mon Sep 22 19:39:53 1986 Date-Received: Tue, 23-Sep-86 04:23:25 EDT References: <6063@alice.uUCp> <93500035@convex> Reply-To: vanam@pttesac.UUCP (-Root Admin-) Organization: Pacific Bell ESAC, San Francisco Lines: 31 In article <93500035@convex> danny@convex.UUCP writes: > >> >> Does vt100 version 2.0 close the device when it exits? >> Or does this hangup-on-close not work with 1.1? >> My copy leaves dtr on when i leave the program. > >No no no no. This is a feature, not a bug! This way, I can call >BBS's with Starterm and then when I want to download, I can exit >starterm and boot vt100! For those that don't have Kermit, I use >Wombat for the buffered xmodem-crc transfers... PROGRAMMERS! >DON'T TRY TO HANG UP THE PHONE! If I want to hang up my phone, >I'll send: +++ATH Well, let's make it a configurable item. So we can specify in the vt100.init file if DTR should be turned off upon exit. I would also like to see a configurable item for an initial startup script. I have modified my vt100 version 2 so that it will automatically use vt100.startup.script if it exists. So now I have a disk that will boot up go into Weckers vt100 program and call work. Now I need to add a BEEP function to script.c so that I will get beeped when the connection has been established. I don't have my mod for vt100.startup.script with me but it's a fairly simple few lines added to vt100.c . I think it would be better though to make it configurable in the vt100.init file. I can't wait for version 3! Marnix