MS-DOS/Win16 Serial Communication Applications on NTLast reviewed: May 6, 1997Article ID: Q93218 |
The information in this article applies to:
When running MS-DOS or Windows version 3.1 serial communications applications that directly access serial port hardware, you may enhance performance of these applications by using software handshaking (xon/xoff) instead of hardware handshaking (cts/rts). Because hardware must be virtualized under NT, checking the cts/rts signals directly will incur an unavoidable performance degradation. Using xon/xoff handshaking avoids this problem since xon/xoff handshaking does not require accessing the serial port hardware directly. Note that this does not apply to Windows version 3.x or Win32 applications that correctly use the Comm APIs to do communications.
|
Additional query words: prodnt handshaking cts rts
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |