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

Serial.ignoreFlowControl(true); //disable DTR #460

Open
5b4wn opened this issue Sep 16, 2024 · 1 comment
Open

Serial.ignoreFlowControl(true); //disable DTR #460

5b4wn opened this issue Sep 16, 2024 · 1 comment
Labels
Feature New feature or request

Comments

@5b4wn
Copy link

5b4wn commented Sep 16, 2024

Many thanks for this awesome stack.

I understand the following issue has been previously discussed (~2020) but I cant see a solution anywhere.

Occasionally flowControl eg DTR is not set by the software for Serial data transmission and hence the MCU can not transmit the data hence integration cannot occur. Is there a way that FlowControl setting can be added as an option? (as implemented for RPico here https://github.com/earlephilhower/arduino-pico/blob/master/cores/rp2040/SerialUSB.cpp)

Ideally
Serial.ignoreFlowControl(true); can disable flowControl

Thanks a million

@5b4wn 5b4wn added the Feature New feature or request label Sep 16, 2024
@5b4wn
Copy link
Author

5b4wn commented Sep 17, 2024

Actually this solves the problem (for the rp2040) : #459

Thank you...@misaka19465

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

No branches or pull requests

1 participant