bugst / go-serial

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

Add RTS and DTR to GetModemStatusBits for Windows #37

Open niondir opened 7 years ago

niondir commented 7 years ago

As suggested in https://github.com/bugst/go-serial/pull/36 here is a first step to make RTS and DTR status bits available in the public API. Just started for windows, since I can not test others right now.