From owner-freebsd-hackers Wed Feb 23 17:43:38 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp02.teb1.iconnet.net (smtp02.teb1.iconnet.net [209.3.218.43]) by hub.freebsd.org (Postfix) with ESMTP id A504B37BA80 for ; Wed, 23 Feb 2000 17:43:31 -0800 (PST) (envelope-from babkin@bellatlantic.net) Received: from bellatlantic.net (client-151-198-135-26.bellatlantic.net [151.198.135.26]) by smtp02.teb1.iconnet.net (8.9.1/8.9.1) with ESMTP id UAA22005; Wed, 23 Feb 2000 20:43:27 -0500 (EST) Message-ID: <38B48E9A.A4E6D841@bellatlantic.net> Date: Wed, 23 Feb 2000 20:51:22 -0500 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Brian Beattie Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: recomendations for a msdos terminal program References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Beattie wrote: > > I have an old pen computer that runs msdos. It has a keyboard and a > floppy and I would like to use it to hook up a serial console. Dose > anybody have a recomendation for a terminal program that I can download, > or directions on using kermit to connect to com2. As far as I remember for Kermit it would be something like: set port 2 set speed 19200 (or whatever you want) connect You can write them to the Kermit start-up file and get them auto-executed when you start Kermit. And to exit from the connection to the command mode the default key is ^] or maybe ^[, can't remember now, it's normally displayed in the lowest row. If your kermit is not _very_ ancient you can get help by entering "set ?" to get the list of options for set or "set port ?" to get the help for "set port". "help" gives the list of the commands. I still have Kermit with sources from about '94 somewhere in my archives, let me know if you want it. > The two programs I have downloaded so far seem to only want to talk to a > modem. While I'm sure I can beat one of them into submission I though I'd > ask for advice before I spend too much more time. Make the modem initialization strings empty, if there is an option "ignore carrier" then enable it, select right speed. Go to the terminal mode. That should be it. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message