Serial++ Library
     ----------------
     
     Serial Communications Support for Borland C++
     Quality Software from Cortlandt Technologies.

     Copyright (c) 1991, 1992 Cortlandt Technologies. All rights reserved.

     Release History
     ---------------

     Version 1.0       1-15-91     Initial release.

     Version 1.01      2-25-92     Revised UART initialization, to
                                   correct "garbage characters" in
                                   input buffer on startup.

     Version 1.10      6-12-92     Added missing reset of DMR and DLR 
                                   on port close.

                                   User selectable IRQ and i/o addresses.

                                   Corrected port settle time algorithm for
                                   ultra-fast machines.

                                   Revised port anchor for full support of
                                   8250 internal interrupt structure;
                                   added support for line status and modem
                                   status interrupts.  Support for interrupt
                                   driven writes has been added to the code, 
                                   but not enabled in this release.

                                   Added calls for retrieving line and modem
                                   status after interrupts.

                                   Changed CommPorts enum to CommPort for
                                   consistancy with the other enum names.

                                   Released one version each for Borland
                                   C++ Version 2.0 and Version 3.0 to
                                   accomodate major changes in the internal
                                   structure of class objects in 3.0.


      USERS OF VERSIONS PRIOR TO 1.1 WILL HAVE TO RECOMPILE THEIR SOURCE
      CODE WITH THIS RELEASE.