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
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
The text was updated successfully, but these errors were encountered:
Actually this solves the problem (for the rp2040) : #459
Thank you...@misaka19465
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: