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

Option to use GPIOs on Raspberry Pi (it has no DTR) #79

Open
bmidgley opened this issue Feb 17, 2020 · 0 comments
Open

Option to use GPIOs on Raspberry Pi (it has no DTR) #79

bmidgley opened this issue Feb 17, 2020 · 0 comments

Comments

@bmidgley
Copy link

When wired directly to the raspberry pi uart, there is no way to get a DTR signal. The RTS can ostensibly be brought out using an ALT3 on GPIO17, but that is difficult to configure.

Could we have an override which is just the use of two GPIOs that are wired to GPIO0 and RTS? In my application I could use GPIO27 and GPIO17 for this. Maybe the option could look like

-cg 27,17

As a way to say these "g"pio numbers override DTR and RTS manipulation.

Would you accept a PR that does it like that?

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

1 participant