On 2015-09-16 10:24, IOhannes m zmoelnig wrote:
On 2015-09-16 10:08, rolfm@dds.nl wrote:
RXERRORS on serial line (997)
997 is "ERROR_IO_PENDING", which - according to [1] - is not an error.
checking the sources of [comport] that ERROR_IO_PENDING is handled correctly for output (TX), but not for input (RX), cf comport.c:1085
though it seems that the "incorrect" handling in RX is mainly the printout of the error message. afaics, the data should arrive nonetheless.
hmm, dunno.
fgamsdr IOhannes