Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site uw-june Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!hplabs!tektronix!uw-beaver!uw-june!james From: james@uw-june (James Synge) Newsgroups: net.micro.amiga Subject: re: AmigaTerm w/ Kermit Message-ID: <532@uw-june> Date: Thu, 13-Mar-86 13:22:46 EST Article-I.D.: uw-june.532 Posted: Thu Mar 13 13:22:46 1986 Date-Received: Sat, 15-Mar-86 20:54:29 EST References: <455@unccvax.unccvax.UUCP> Distribution: net Organization: U of Washington Computer Science Lines: 25 Summary: PDTerm works here In article <455@unccvax.unccvax.UUCP>, dbm@unccvax.UUCP writes: > While on the subject of terminal programs... I tried to compile the PDTerm > (VT100 emualtor) that was posted to USENET last week and had very little > success. I added the two routines DeleteEXTio/CreateEXTio and I came up with > a version I can execute but it doesn't work properly (it creates the window > but doesn't transmit/recieve data - just a minor bug in a terminal program > right?). Well, I'm woundering if everyone else got PDTerm.c to compile and > work properly? If so, I would like to join the club. I was able to compile PDTerm without any difficulty. I don't recall having to add the EXTio routines either. One thing that might be of interest to those using the PD terminal programs (and MaxiComm): I was able to modify PDTerm in under an hour (it is well written, if undocumented) so that it runs at 1200 baud easily and very likely many times faster. The key to the speed of these programs is the overhead in message handling. PDTerm requires two messages to be sent for a single character to be sent from the serial port to the screen. The same is true going the other way. At 1200 baud that is over 400 messages per second. That would require lots of task switching and the overhead involved. I modified PDTerm so that it will try to send characters in chunks of up to 10. This can greatly reduce the overhead, and increase the speed. At the moment I am attempting to add a sophisticated file capture routine to PDTerm and when I am done I will send it to the net. James Synge ...!uw-beaver!uw-june!james University of Washington, Seattle