File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libraries/SoftwareSerial/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
and you do a Serial.print() the print will begin immediately and any additional
20
20
RX characters will be lost.
21
21
* Uses Timer/Compare module H (aka 7). This will remove PWM capabilities
22
- on some pins .
22
+ on pad 11 .
23
23
* Parity is supported during TX but not checked during RX.
24
24
* Enabling multiple ports causes 115200 RX to fail (because there is additional instance switching overhead)
25
25
Original file line number Diff line number Diff line change 19
19
and you do a Serial.print() the print will begin immediately and any additional
20
20
RX characters will be lost.
21
21
* Uses Timer/Compare module H (aka 7). This will remove PWM capabilities
22
- on some pins .
22
+ on pad 11 .
23
23
* Parity is supported during TX but not checked during RX.
24
24
* Enabling multiple ports causes 115200 RX to fail (because there is additional instance switching overhead)
25
25
You can’t perform that action at this time.
0 commit comments