Closed cmaglie closed 9 months ago
This PR removes a useless double-call to setCommState on Windows nativeOpen implementation. The double setCommState (even if theoretically should not) has some side effects on some microcontroller boards.
setCommState
nativeOpen
This PR removes a useless double-call to
setCommState
on WindowsnativeOpen
implementation. The doublesetCommState
(even if theoretically should not) has some side effects on some microcontroller boards.