nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Normalize TTY names #14

Closed mattludwigs closed 4 years ago

mattludwigs commented 4 years ago

Normalize the tty name

fhunleth commented 4 years ago

It turns out that circuits_uart can do this for you. https://github.com/elixir-circuits/circuits_uart/blob/master/src/uart_comm_unix.c#L358. Removing all of the /dev/ parts anyway seems good to me, though.