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?