Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:docs:macrolib:auxinit [2022/04/14 15:40] prokushev |
en:docs:macrolib:auxinit [2022/04/14 15:45] (current) prokushev |
||
---|---|---|---|
Line 31: | Line 31: | ||
Bits 4-3 define parity: | Bits 4-3 define parity: | ||
- | 0 0 no parity | + | | 00| no parity | |
- | 1 0 no parity | + | | 10 | no parity | |
- | 0 1 odd parity | + | | 01 | odd parity | |
- | 1 1 even parity | + | | 11 | even parity | |
Bit 2 defines stop bits: | Bit 2 defines stop bits: | ||
- | 0 1 stop bit; | + | | 0 | 1 stop bit | |
- | 1 2 | + | | 1 | 2 stop bits | |
Bits 1-0 character length: | Bits 1-0 character length: | ||
- | 1 0 7 bits | + | | 10 | 7 bits | |
- | 1 1 8 bits | + | | 11 | 8 bits | |
===== Return ===== | ===== Return ===== |