Trying to implement XOn/XOff using the VB6 MSComm control, but the control doesn't seem to recognize (trap) incoming <Control> S or <Control> Q characters necessary for XOn/XOff handshaking. Suggestions, ideas, advice appreciated.
Printable View
Trying to implement XOn/XOff using the VB6 MSComm control, but the control doesn't seem to recognize (trap) incoming <Control> S or <Control> Q characters necessary for XOn/XOff handshaking. Suggestions, ideas, advice appreciated.
Sorry for not answering the other request. I have been busy here at work and then accidentally deleted your email.
This should work. A few things to check.
Do you have the Handshaking property set to XON/XOFF?
Do you have the receive threshold set to at least 1?
Do you have the Input length set to at least 1 also?
I know some of these are basic questions but I am trying to cover all the bases plus I dont know your knowledge of the MSComm Control.
Jerel