Circuits.UART.enumerate not enumerate ports

Hello.
We created a small application to test Circuits.UART on Elixir. But we cannot enumerate the ports. We use iex -S mix and Circuits.UART.enumerate function.

The result is always %{}

Need help.

Thanks.