bugst / go-serial

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

Allow to set initial RTS and DTR state after connect #46

Closed niondir closed 1 year ago

niondir commented 6 years ago

Currently after each connect the state of RTS and DTR lines is the same. I need to tell the library what states I need before connecting.