View Single Post
  #1 (permalink)  
Old 01-17-2008, 10:11 AM
almasi almasi is offline
Newbie
 
Join Date: Jan 2008
Posts: 3
Default Serial2.dll error (V6.01 .Net2)

Hi,

I have seen a binary bute transfer error in the Serial2.dll:
It seems, that using binary transfer (InputArray) the
incoming byte values 0x11 and 0x13 (decimal 17 and
decimal 19) can not be read in, these values will not
appear in the reasult array.
The serial port settings was 9600-8-N-1, but other
settings produced the same error. Other byte values are
coming perfectly, only these two bytes values are missing.
The place of these two bytes in the input stream is not
relevant: the same error comes at the beginning, middle
and at the end of the stream.

In the "old version" (V5.8, .Net 1.1, DBComm.dll, SerialDesktop.dll) this error was not present.

Please, colud you help solving this problem?

Thanks,
Bela
Reply With Quote