tarm / serial

BSD 3-Clause "New" or "Revised" License
1.6k stars 453 forks source link

No DTR and RTS control #68

Open Aukstkalnis opened 6 years ago

Aukstkalnis commented 6 years ago

This functionality is a must in serial communication, because some devices requires DTR to be set to wake up from sleep.

conotto commented 2 years ago

There are other libraries that support these features: https://github.com/albenik/go-serial

Aukstkalnis commented 2 years ago

Thanks @conotto, I know about this serial library for quite some time and am using it.