-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circuits.UART.enumerate no work on Ubuntu 20.04 #114
Comments
Could you check that it's possible to use the ports outside of Elixir? Are you a member of the |
Hello Frank.
I managed to send a test message from /dev/pts/2 to /dev/pts/3 after
setting permissions with chmod a+rw /dev/pts/2. But Circuits.UART.enumerate
still doesn't work.
Interactive Elixir (1.12.2) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> Circuits.UART.enumerate
%{}
I still don't know what's going on.
Thank you!
Em seg., 8 de nov. de 2021 às 10:56, Frank Hunleth ***@***.***>
escreveu:
… Could you check that it's possible to use the ports outside of Elixir? Are
you a member of the dialout group?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#114 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAT2QB3QD2TISGCSYV4U5TUK7JIHANCNFSM5HQAX5OQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
Hello
I created a small application to test Circuits.UART. But I cannot enumerate the ports. I use iex -S mix and Circuits.UART.enumerate.
The result is always %{}
Need help.
Thanks.
The text was updated successfully, but these errors were encountered: