You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking #220, I noticed that the two ports from a PCI serial card are missing. With libudev, there are two more PCI serial ports reported than without:
$ cargo run --features usbportinfo-interface --example list_ports
[...]
Found 10 ports:
/dev/ttyS0
Type: Unknown
/dev/ttyS4
Type: PCI
/dev/ttyS5
Type: PCI
/dev/ttyUSB0
Type: USB
$ cargo run --no-default-features --features usbportinfo-interface --example list_ports
[...]
Found 8 ports:
/dev/ttyS0
Type: Unknown
/dev/ttyUSB0
Type: USB
When checking #220, I noticed that the two ports from a PCI serial card are missing. With libudev, there are two more PCI serial ports reported than without:
Checked with 944fe82.
The text was updated successfully, but these errors were encountered: