Path: utzoo!attcan!uunet!clyde.concordia.ca!news-server.csri.toronto.edu!utgpu!watserv1!ria!lri.uwo.ca From: steckner@lri.uwo.ca (Michael Steckner) Newsgroups: comp.sys.sgi Subject: High speed Kermit Message-ID: <9007051528.AA22140@lri.uwo.ca> Date: 5 Jul 90 15:28:40 GMT Sender: LRuucp@ria.ccs.uwo.ca Lines: 12 To: comp.sys.sgi@ria.ccs.uwo.ca I had to modify my kermit recently for the same reason. My version was limited to 9600 baud. I found the source of kermit in /usr/people/4Dgifts/kermit and grepped for 9600. I just added the appropriate baud rates that I wanted to the files following the style that was already there. The only two files that I modified (I think only two files) was ckutio.c and ckvtio.c. It works for me when talking to my XT so I think its safe to say that it is a very simple mod.