Skip to content

Commit 3360816

Browse files
committed
Specified Even and Odd Parity in begin.adoc.
Fixes #373.
1 parent 5c3ca7d commit 3360816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/Communication/Serial/begin.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ Ein optionales zweites Argument konfiguriert die Daten-, Paritäts- und Stoppbit
3535
`SERIAL_5N1` +
3636
`SERIAL_6N1` +
3737
`SERIAL_7N1` +
38-
`SERIAL_8N1` (the default) +
38+
`SERIAL_8N1`: (Default) +
3939
`SERIAL_5N2` +
4040
`SERIAL_6N2` +
4141
`SERIAL_7N2` +
4242
`SERIAL_8N2` +
43-
`SERIAL_5E1` +
43+
`SERIAL_5E1`: Gerade Parität +
4444
`SERIAL_6E1` +
4545
`SERIAL_7E1` +
4646
`SERIAL_8E1` +
4747
`SERIAL_5E2` +
4848
`SERIAL_6E2` +
4949
`SERIAL_7E2` +
5050
`SERIAL_8E2` +
51-
`SERIAL_5O1` +
51+
`SERIAL_5O1`: Ungerade Parität +
5252
`SERIAL_6O1` +
5353
`SERIAL_7O1` +
5454
`SERIAL_8O1` +

0 commit comments

Comments
 (0)