Update serial.rst

This commit is contained in:
Earle F. Philhower, III 2023-08-03 11:10:01 -07:00 committed by GitHub
parent 36839cb190
commit cd76f030cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.