diff options
| author | Yegor Yefremov <yegor_sub1@visionsystems.de> | 2010-11-22 05:06:32 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-30 20:26:04 -0500 |
| commit | de6f86ce51341559dc3c9c9f5c562da12fcfcb31 (patch) | |
| tree | 01a51dca4ea1a201d6aa01988945d419ec84c397 /Documentation/serial | |
| parent | a4fb0b228e284107b9bdf44769bbdc80efd660e1 (diff) | |
RS485 documentation: add 16C950 UART description
Add a notion about 16C950 UART, that is using DTR signal for RS485 mode.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/serial')
| -rw-r--r-- | Documentation/serial/serial-rs485.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/serial/serial-rs485.txt b/Documentation/serial/serial-rs485.txt index a3b1af7b6db9..a4932387bbfb 100644 --- a/Documentation/serial/serial-rs485.txt +++ b/Documentation/serial/serial-rs485.txt | |||
| @@ -11,10 +11,11 @@ | |||
| 11 | 11 | ||
| 12 | 2. HARDWARE-RELATED CONSIDERATIONS | 12 | 2. HARDWARE-RELATED CONSIDERATIONS |
| 13 | 13 | ||
| 14 | Some CPUs (e.g., Atmel AT91) contain a built-in half-duplex mode capable of | 14 | Some CPUs/UARTs (e.g., Atmel AT91 or 16C950 UART) contain a built-in |
| 15 | automatically controlling line direction by toggling RTS. That can used to | 15 | half-duplex mode capable of automatically controlling line direction by |
| 16 | control external half-duplex hardware like an RS485 transceiver or any | 16 | toggling RTS or DTR signals. That can be used to control external |
| 17 | RS232-connected half-duplex device like some modems. | 17 | half-duplex hardware like an RS485 transceiver or any RS232-connected |
| 18 | half-duplex devices like some modems. | ||
| 18 | 19 | ||
| 19 | For these microcontrollers, the Linux driver should be made capable of | 20 | For these microcontrollers, the Linux driver should be made capable of |
| 20 | working in both modes, and proper ioctls (see later) should be made | 21 | working in both modes, and proper ioctls (see later) should be made |
