home *** CD-ROM | disk | FTP | other *** search
- 02/08/92 2.10 Added RTS flow control support. RTS will be
- used to control data coming in to QBserial when
- the handshake is set to 2 (CTS/RTS). Removed
- necessity for SERIAL.LIB library file by adding
- inline assembler that performed the routines
- that were previously included in that library.
- QBserial is now compiled with Microsoft C 6.0
- which will give smaller, faster, and more
- efficient code than QuickC could generate. This
- is especially true in the interrupt area. Added
- new function RTScontrol, to allow program to
- control RTS line directly. Increased size of
- input buffer from 1024 to 2048 bytes. Changed
- method in which interrupt controller mask bits
- were set & cleared. Corrected error found in
- documentation describing the function of
- CarrierDetect.
-