The information in this article applies to:
SYMPTOMSWhile performing serial communications by using the MSCOMM16.OCX or MSCOMM32.OCX control, you can get it to connect and send data, but not receive data. CAUSEYou do not have the correct handshaking enabled. RESOLUTION
To resolve this problem when using MSCOMM.OCX, set the RTSEnable property
to True or add the following line of code to your program when you
initialize the MSCOMM control:
MORE INFORMATION
The following information on the RTSEnable property comes from the Custom
Control Help file (CTRLREF.HLP):
(RTSEnable) Determines whether to enable the Request To Send (RTS) line. Typically, the Request To Send signal that requests permission to transmit data is sent from a computer to its attached modem. Additional query words: 4.00 vb4win vb4all comm communication custom
Keywords : PrgCtrlsCus |
Last Reviewed: May 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |