View Single Post
  #3 (permalink)  
Old 01-17-2008, 10:39 PM
almasi almasi is offline
Newbie
 
Join Date: Jan 2008
Posts: 3
Default

Quote:
Originally Posted by agraham View Post
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
Reply With Quote