The information in this article applies to:
SYMPTOMSWhile performing serial communications using the MSCOMM32.OCX with a WINMODEM, upon opening the com port, system resources will be reduced causing the application to hang. CAUSEWINMODEM is a software modem. It is different from a standard modem in that it does not include a UART (Universal Asynchronous Receiver Transmitter) chip or a processor chip to process instructions. Instead, it uses the computer's CPU. Necessary software and drivers must be loaded for the WINMODEM to work. RESOLUTIONDo not open the port until you are ready to output characters to the modem. Immediately following the message MSComm1.PortOpen = TRUE, send a command string or other output to the modem. This can be as simple as an "AT" command string. MORE INFORMATIONSteps to Work Around Behavior
REFERENCES
For more information on how to use the MSComm control, please see the
following article in the Microsoft Knowledge Base:
Q192012 : INFO: Troubleshooting Tips for the MSComm Control
Keywords : kbCtrl kbIO kbVBp kbVBp400 kbVBp500 kbVBp600 kbGrpVB |
Last Reviewed: June 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |