Skip to content

Commit 4614f82

Browse files
authored
Merge "Remove incomplete list of baud rates" #478 from per1234/baudrate-list
Remove incomplete list of baud rates
2 parents 52116cc + 2f512f0 commit 4614f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/begin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Serial.begin()
1414

1515
[float]
1616
=== Description
17-
Sets the data rate in bits per second (baud) for serial data transmission. For communicating with the computer, use one of these rates: 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, or 115200. You can, however, specify other rates - for example, to communicate over pins 0 and 1 with a component that requires a particular baud rate.
17+
Sets the data rate in bits per second (baud) for serial data transmission. For communicating with Serial Monitor, make sure to use one of the baud rates listed in the menu at the bottom right corner of its screen. You can, however, specify other rates - for example, to communicate over pins 0 and 1 with a component that requires a particular baud rate.
1818

1919
An optional second argument configures the data, parity, and stop bits. The default is 8 data bits, no parity, one stop bit.
2020
[%hardbreaks]

0 commit comments

Comments
 (0)