You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: