|
Lines 92-104
Link Here
|
| 92 |
.It Ar maprts (\-maprts) |
92 |
.It Ar maprts (\-maprts) |
| 93 |
Maps the functionality normally associated with the DTR pin to |
93 |
Maps the functionality normally associated with the DTR pin to |
| 94 |
action on the RTS pin instead. |
94 |
action on the RTS pin instead. |
| 95 |
So in other words the RTS pin will now act as if it where the DTR pin. |
95 |
So in other words the RTS pin will now act as if it were the DTR pin. |
| 96 |
This is useful for boards that have ports that do not have full |
96 |
This is useful for boards that have ports that do not have full |
| 97 |
modem signaling on their connector (eg ONboard 16). |
97 |
modem signaling on their connector (eg ONboard 16). |
| 98 |
.It Ar mapcts (\-mapcts) |
98 |
.It Ar mapcts (\-mapcts) |
| 99 |
Maps the functionality normally associated with the DCD pin to |
99 |
Maps the functionality normally associated with the DCD pin to |
| 100 |
be actioned on the CTS pin. |
100 |
be actioned on the CTS pin. |
| 101 |
So in other words the CTS pin will now act as if it was the DCD pin. |
101 |
So in other words the CTS pin will now act as if it were the DCD pin. |
| 102 |
This is useful for boards that have ports that do not have full |
102 |
This is useful for boards that have ports that do not have full |
| 103 |
modem signaling on their connector (eg ONboard 16). |
103 |
modem signaling on their connector (eg ONboard 16). |
| 104 |
.It Ar rtslock (\-rtslock) |
104 |
.It Ar rtslock (\-rtslock) |
|
Lines 151-157
Link Here
|
| 151 |
By default the UART received FIFO is programmed to a reasonably |
151 |
By default the UART received FIFO is programmed to a reasonably |
| 152 |
high level, to minimize CPU overhead. |
152 |
high level, to minimize CPU overhead. |
| 153 |
Some third party serial devices do not respond quickly to flow |
153 |
Some third party serial devices do not respond quickly to flow |
| 154 |
control signals (hardware of software) and this may cause the |
154 |
control signals (hardware or software) and this may cause the |
| 155 |
UART's received FIFO to over-run - thus losing data. |
155 |
UART's received FIFO to over-run - thus losing data. |
| 156 |
Turning this switch on disables use of the received FIFO. |
156 |
Turning this switch on disables use of the received FIFO. |
| 157 |
.El |
157 |
.El |