home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7492 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.4 KB

  1. Path: sparky!uunet!news.tek.com!vice!bobbe
  2. From: bobbe@vice.ICO.TEK.COM (Robert Beauchaine)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: TurboVision & COM routines
  5. Message-ID: <10962@vice.ICO.TEK.COM>
  6. Date: 15 Dec 92 21:11:46 GMT
  7. References: <BzBEIq.9vG@nic.umass.edu>
  8. Organization: Tektronix, Inc., Beaverton,  OR.
  9. Lines: 27
  10.  
  11. In article <BzBEIq.9vG@nic.umass.edu> mcrocker@titan.ucc.umass.edu (MATTHEW S CROCKER) writes:
  12. >
  13. >Ok,  I know this has been asked before.. so NO flames.
  14. >
  15. >I'm using TP 6.0 and will be getting BP7.0 soon.  I'm looking for some
  16. >good TurboVision Com port routines.  I'm going to need to run upto 4
  17. >COM ports at 9600 BPS (1 modem, 2 data,1 FAX).. I'll be using a 486 machine
  18. >I am considering writing this in C++ but I know Pascal better
  19. >
  20.   
  21.   Anyone planning on using a TTerminal object for Com routines
  22.   desperately needs to look at the December/January edition of PC
  23.   Techniques.  There's an article on how to properly extend a
  24.   TTerminal object to speed up data output.  The original object as
  25.   coded can have difficulty handling data rates of even 2400 baud 
  26.   because of the way it handles screen output.  The revised version
  27.   has no problems at even 9600 (so the author claims).
  28.  
  29.  
  30. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ 
  31.  
  32. Bob Beauchaine bobbe@vice.ICO.TEK.COM 
  33.  
  34. C: The language that combines the power of assembly language with the 
  35.    flexibility of assembly language.
  36.  
  37. Real friends don't let friends use UNIX.
  38.