serial-rs icon indicating copy to clipboard operation
serial-rs copied to clipboard

how to detect available com ports?

Open MarkuBu opened this issue 4 years ago • 0 comments

How can I detect the available com ports on *nix and Windows? Is this possible with this crate? I haven't found a function.

I can check for com ports in Linux by looking at typical /dev/tty* patterns like /dev/ttyUSB*. But is there a system independent way?

MarkuBu avatar Jul 28 '21 06:07 MarkuBu