HOWTO: Set Modem Lines Initial States in Win95 SERIAL.VXDLast reviewed: June 24, 1997Article ID: Q170083 |
The information in this article applies to:
SUMMARYThe default Win95 COMM driver is a VCOMM port driver. Sometimes, you may need to set different default initial serial ports for the modem lines.
MORE INFORMATIONEven though some modem lines can be set differently after the port is opened, this may still cause a glitch in sensitive hardware. Note that boot- up Plug and Play activation of modem lines is a different issue for legacy or special hardware. For additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q153385 TITLE : HOWTO: Disable Plug and Play for a Serial Hardware DeviceThe source code for SERIAL.VXD is given on the Windows 95 DDK in the COMM\SAMPLES\SERIAL subdirectory. To see where the modem lines are set, look after the label PO_Done: add modifying code lines after "or al,ACE_OUT2" in SERFUNC.ASM before it "out"puts it. Windows 95 DDK 32-bit Assembly Language understanding required. (c) Microsoft Corporation 1997, All Rights Reserved. Contributions by Bill Stuart, Microsoft Corporation Version : 4.0 Platform : WINDOWS Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |