bugst / go-serial

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

Fix ResetInputBuffer and ResetOutputBuffer on Darwin #142

Closed JackDoan closed 1 year ago

JackDoan commented 1 year ago

Resolves #93.

Tested on Linux and an amd64 Mac.

cmaglie commented 1 year ago

Thank you @JackDoan!