bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
682 stars 205 forks source link

windows: Avoid double-set of communication parameters on Open #174

Closed cmaglie closed 9 months ago

cmaglie commented 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.