Skip to content
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

Is it possible to use other pins that are not UART? #49

Closed
karlahaiat opened this issue Jul 17, 2019 · 2 comments
Closed

Is it possible to use other pins that are not UART? #49

karlahaiat opened this issue Jul 17, 2019 · 2 comments

Comments

@karlahaiat
Copy link

I understand the pins have the special characteristics, but I am trying to run serial hardware on my pi at the same time and was wondering if there was a way to do this without those pins.

@mindforger
Copy link

in principle there are several software uart imeplementations all over github for pi's but you'd have to rewrite a good portion of the code to make it work (to use the softUART instead of the peripheral) and also route the pins differently

@NeonHorizon
Copy link
Owner

More info here:
#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants