Some debugging led me to a clue about a possible bug.
I think
" if(dwLength > (int)cs.cbInQue) "
check in the beginning of Win32 Serial::aRead should be
" if(Length > (int)cs.cbInQue) ".
One supporting evidence is that the default value of dwLength
is 0 and this IF statement is redundant.
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small
Business.
_______________________________________________
Bayonne-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bayonne-devel