Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!yale!mfci!bailey From: bailey@mfci.UUCP Newsgroups: comp.unix.wizards Subject: Looking for UNIX telecom program Message-ID: <1266@m3.mfci.UUCP> Date: 19 Mar 90 20:33:54 GMT Sender: news@mfci.UUCP Reply-To: bailey@mfci.UUCP () Distribution: usa Organization: Multiflow Computer Inc., Branford Ct. 06405 Lines: 26 I am looking for a UNIX based serial comm program that will allow controlling a remotely connected system console with commands issued from a text file. I need something that will allow me to interact with the connected console through some scripting language with decision making capability. For instance, some basic commands might be: TYPE "login" /* send the chars "login" to remote dev */ WAIT 10 /* do nothing for 10 seconds */ PROMPT "password:" /* wait for prompt "password:" */ TYPE "foo" /* when found, send chars "foo" */ Other useful commands would be: