home *** CD-ROM | disk | FTP | other *** search
- These C++ classes are copyright 1990, 1991 by William Herrera.
-
- All those who put this code or its derivatives in a commercial product MUST
- mention this copyright in their documentation for users of the products in
- which this code or its derivative classes are used. Otherwise, this code
- may be freely distributed and freely used for any purpose. No warranty is
- given or implied, nor is this code guaranteed to work with all C++
- implementations or versions.
-
-
- Version history:
-
- November 1990: version 1.1
-
- December 1990: version 1.4
-
- corrected constructor for COMx which supposedly caused rare lockups
-
- created macros for COM1 through COM4
-
- January 1991: version 1.6.
- Corrected problem with COM2 through COM4 macros.
-
- February 1991: version 1.7.
- Corrected problem with speeds above 9600 baud by changing the
- speed parameters to long integers. Default speed is now 38400.
-
- Modified port parameters so that they are non-constant, to allow
- users to configure for their own hardware for ports above COM2.
-
- Added support for Borland C++ (BCC) which is picky about static
- class variables needing to be set to a default value for linkage.
-
- The author may be reached on GENIE, CIS, and FidoNet: c_plusplus.
-
-