home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / msdos / programm / 3129 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.7 KB

  1. Xref: sparky alt.msdos.programmer:3129 comp.os.msdos.programmer:11974 comp.sys.ibm.pc.programmer:766
  2. Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer
  3. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!comet.enet.dec.com!cascio
  4. From: cascio@comet.enet.dec.com (Pete Cascio)
  5. Subject: Re: Setting up serial ports
  6. Message-ID: <1993Jan11.091301.1335@nntpd2.cxo.dec.com>
  7. Sender: usenet@nntpd2.cxo.dec.com (USENET News System)
  8. Organization: Digital Equipment Corp. Consulting Services, Colorado Springs
  9. References: <1993Jan04.043635.5841@microsoft.com> <FVoVwB5w165w@cybrspc.UUCP> <06JAN93.23400710.0038@music.mus.polymtl.ca>
  10. Date: Mon, 11 Jan 1993 08:35:37 GMT
  11. Lines: 16
  12.  
  13. In article <06JAN93.23400710.0038@music.mus.polymtl.ca>, CT64@music.mus.polymtl.ca (Nicolas Gauvin) writes...
  14. >Is there any libraries that support 57600 and buffered 16550 that you
  15. >would recommend? I'm looking for one, with ASM source if possible.
  16.  
  17. One that I've had good success with in a production environment is SilverWare's
  18. SilverComm library.  It recognizes the 8250 to 16550 on PC's and PS/2's.  I
  19. don't remember seeing who supports a 57600.  The library is in C and ASM with
  20. source supplied.  They also have a dBASE/Clipper version.  It's supports
  21. multiple port buffers and multiport serial cards.  They provide multiple ways
  22. to read the data from the ports.  It's quite robust.  They also include
  23. X/Y/Zmodem protocol transfer functions.  And terminal emulation support via
  24. screen I/O functions.  Using the functions provided made the part of my
  25. program dealing with serial I/O miniscule.  I believe that it supports up to
  26. 115K baud but I only used it at 19.2K.
  27.  
  28. Greenleaf is also a very popular library but haven't used it myself.
  29.