You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two parameters member of dcb structure that control the Parity settings: fParity and Parity. Windows OS should have a bug with the function GetCommState: fParity return always FALSE: (see https://stackoverflow.com/a/36650872/12342329).
Every call of get_config (file serialport.c) resets the parity setting of the config structure which have previously made.
This problem only applies to Windows OS!
There are two parameters member of
dcb
structure that control the Parity settings:fParity
andParity
. Windows OS should have a bug with the functionGetCommState
:fParity
return alwaysFALSE
: (see https://stackoverflow.com/a/36650872/12342329).Every call of
get_config
(fileserialport.c
) resets the parity setting of the config structure which have previously made.libserialport/serialport.c
Line 1692 in d9cc984
libserialport/serialport.c
Line 1708 in d9cc984
libserialport/serialport.c
Line 1729 in d9cc984
The text was updated successfully, but these errors were encountered: