jacobsa / go-serial

A Go library for dealing with serial ports.
Apache License 2.0
626 stars 120 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.