Adafruit_TinyUSB_Arduino icon indicating copy to clipboard operation
Adafruit_TinyUSB_Arduino copied to clipboard

Serial.ignoreFlowControl(true); //disable DTR

Open 5b4wn opened this issue 1 year ago • 1 comments

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 avatar Sep 16 '24 18:09 5b4wn

Actually this solves the problem (for the rp2040) : https://github.com/adafruit/Adafruit_TinyUSB_Arduino/pull/459

Thank you...@misaka19465

5b4wn avatar Sep 17 '24 17:09 5b4wn