PRB: CommCtl: No "OK" Received When Using Some Modems (209077)
The information in this article applies to:
- Microsoft eMbedded Visual Basic 3.0
- Microsoft Windows CE Toolkit for Visual Basic 6.0
This article was previously published under Q209077 SYMPTOMS
Some modems may not respond with an OK in the Input string of the Communications control when an AT command has been sent.
CAUSE
Modems may not respond if the Data Terminal Ready (DTR) signal is low. You may need to raise the DTR signal before opening the Communications port.
Note that the Communication control only checks the DTREnable property when the port is being opened. If the DTREnable property is set to True after opening the port, the DTR signal does not change until the port is closed and reopened.
RESOLUTION
To get the modem to respond with an OK, set the DTREnable property of the Communication control to True prior to opening the communications port.
NOTE: This will not necessarily work for all modems.
STATUS
This behavior is by design.
REFERENCES
Microsoft eMbedded Visual Basic 3.0 Online Help
Microsoft Windows CE Toolkit for Visual Basic 6.0 Online Help
Modification Type: | Major | Last Reviewed: | 10/20/2003 |
---|
Keywords: | kbprb kbToolkit KB209077 |
---|
|