bugst / go-serial

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

Do not return -1 from Read() and Write() - redux #73

Closed neilpa closed 4 years ago

neilpa commented 4 years ago

Merged the changes from @ademenev in #56 and resolved the conflict in Read so that this can target master

cmaglie commented 4 years ago

I've rebased #56 again because there was another conflict, due to my slow response time and other commits that have been added in the meantime... sorry about that and thanks anyway for your contribution.