Quote:
Originally Posted by agraham
Those are the Xon/Xoff control byte values. It looks like you have Serial2. XonXoffHandshaking set to true.
|
Hi,
Thanks for the fast answer.
No, XonXoffHandshaking was explicite set to False. It seems, that the command which sets it to False has no effect. The program below put the "XonXoff True" message on the screen, so confirming that the False setting was not performed correctly:
Sport.XonXoffHandshaking = False
If Sport.XonXoffHandshaking = True Then
Msgbox("XonXoff True")
Else
Msgbox("XonXoff False")
End If
I guess, it is an error in the DLL.
Or is there any other kind of way to set the XonXoffHandshaking to False?
Bye,
Bela