Hello.

I use MSComm control and Xon/Xof Handshaking to communicate with Modem. But the Receive Event doesn't fire when Xon/Xoff characters arrive.

With MSComm1
Handshaking = comXOnXoff
.RThreshold = 1
.RTSEnable = True
.settings = "9600,n,8,1"
.SThreshold = 1
.CommPort = 2
.portOpen = True
End With

The Send and Receive Events do fire when some regular data is transmitted. But this unprintable chars cann't be seen

Is some property is missing? Or something else...

Please answer as soon as possible ..

Thanks,
anstasia