]> sigrok.org Git - libserialport.git/commit
windows: Ignore fParity flag which is always 0 after GetCommState().
authorMartin Ling <redacted>
Fri, 7 Feb 2020 11:16:32 +0000 (11:16 +0000)
committerMartin Ling <redacted>
Fri, 7 Feb 2020 14:00:35 +0000 (14:00 +0000)
commit2913355f7e78de7bd79d673b0b46dbcfc9fa687c
treec82c8f7ac034447850c1be4684048d3dfc2e64d4
parent6711e43e9b1f12756eb0fd5272dbc4e2cd5a04df
windows: Ignore fParity flag which is always 0 after GetCommState().

This is a known bug in Windows: https://stackoverflow.com/a/36650872

Reported here: https://github.com/martinling/libserialport/issues/36
serialport.c