We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documenting this issue for other people.
Issue: When using the included test, cannot write to the rp2040, instead raising error code 121 timeout error.
Details: Plugging in a raspberry pi pico and running the available test yields 121 timeout errors.
Solution: Enable DTR with my_serial.setDTR(DTR_CONTROL_ENABLE); after instantiation of my_serial.
my_serial.setDTR(DTR_CONTROL_ENABLE);
my_serial
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documenting this issue for other people.
Issue:
When using the included test, cannot write to the rp2040, instead raising error code 121 timeout error.
Details:
Plugging in a raspberry pi pico and running the available test yields 121 timeout errors.
Solution:
Enable DTR with
my_serial.setDTR(DTR_CONTROL_ENABLE);
after instantiation ofmy_serial
.The text was updated successfully, but these errors were encountered: