Description
This is not a bug report or feature request, it's a "mood check" if you will.
I was recently searching for the best way to use UART in BEAM (preferably Erlang), and created a related forum thread. The only maintained library appears to be this one, in Elixir, which makes it not that straightforward to use from Erlang.
In hindsight, as one of the replies to that post suggested, it's obvious that the circuits_uart
C port is likely reusable for an equivalent circuits_uart
library in Erlang. However, it would probably be beneficial for everyone involved (maintainers and users of the Elixir and (hypothetical) Erlang libraries) if the common C port could be maintained in common rather than separately.
Another alternative would be to have an Erlang "baseline" library, on which the Elixir library is based on. It doesn't sound like a very good idea given the current state of affairs, though, because the Elixir library would need to be rewritten for little or no benefit.
So I'd like to know what's the "mood", in particular of current circuits_uart
maintainers and users, regarding this question of making it easier to create a circuits_uart
library in Erlang.