Unverified Commit cd76f030 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Update serial.rst

parent 36839cb1
...@@ -50,8 +50,8 @@ Arduino `Serial Reference <https://www.arduino.cc/reference/en/language/function ...@@ -50,8 +50,8 @@ Arduino `Serial Reference <https://www.arduino.cc/reference/en/language/function
RP2040 Specific SerialUSB methods RP2040 Specific SerialUSB methods
--------------------------------- ---------------------------------
int Serial.ignoreFlowControl(bool ignore) void Serial.ignoreFlowControl(bool ignore)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In some cases, the target application will not assert the DTR virtual line, thus preventing writing operations to succeed. In some cases, the target application will not assert the DTR virtual line, thus preventing writing operations to succeed.
For this reason, the SerialUSB::ignoreFlowControl() method disables the connection's state verification, enabling the program to write on the port, even though the data might be lost. For this reason, the SerialUSB::ignoreFlowControl() method disables the connection's state verification, enabling the program to write on the port, even though the data might be lost.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment