elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

Empty map returned by built-in serial ports is confusing #60

Open fhunleth opened 5 years ago

fhunleth commented 5 years ago

Setup

Expected Behavior

When enumerating serial ports on Linux, the built-in ones should return some information - even if it is just that they're built-in.

Actual Behavior

The built-in serial ports return empty maps.

Steps to Reproduce the Problem

Enumerate serial ports on a Raspberry Pi, BBB, or any platform with built-in serial ports.