jacobsa / go-serial

A Go library for dealing with serial ports.
Apache License 2.0
631 stars 121 forks source link

Make port's file descriptor available #52

Open svenschwermer opened 3 years ago

svenschwermer commented 3 years ago

This allows using Silicon Labs' CP210x runtime library while having the serial port open and in use. That can be used for e.g. controlling the GPIO on Windows.

jonathangjertsen commented 1 month ago

Thanks for implementing flush Sven, I needed it 😃 I don't think this library is maintained anymore.