bugst / go-serial

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

Added support for sending break (unix + windows) #145

Closed cmaglie closed 1 year ago

cmaglie commented 1 year ago

Unix implementation taken from #137 (thanks to @pho).

Supersedes #137