bugst / go-serial

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

windows: setting buffer sizes with SetupComm #168

Open chekoopa opened 8 months ago

chekoopa commented 8 months ago

The feature which Windows sometimes needs to work with big data streams. Unfortunately, it is not supported in Unix, so it includes the FunctionNotImplemented placeholder.