bugst / go-serial

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

Support readout of driver name #90

Open niondir opened 3 years ago

niondir commented 3 years ago

On Linux one can guess the serial device from the port name like /dev/cu.SLAB_USBtoUART but on Windows you need to get the driver name.

See also: https://stackoverflow.com/questions/50805563/how-to-find-a-serial-port-device-in-net-with-its-driver-name

zyxkad commented 3 months ago

@cmaglie any plan on this? also need for linux & darwin (MacOS)