]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
RS485 documentation: add 16C950 UART description
authorYegor Yefremov <yegor_sub1@visionsystems.de>
Mon, 22 Nov 2010 10:06:32 +0000 (11:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Dec 2010 01:26:04 +0000 (17:26 -0800)
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>
Documentation/serial/serial-rs485.txt

index a3b1af7b6db90d3070034835b0a177c4af505ccf..a4932387bbfbc41e41ace107625b00b965cd4311 100644 (file)
 
 2. HARDWARE-RELATED CONSIDERATIONS
 
-   Some CPUs (e.g., Atmel AT91) contain a built-in half-duplex mode capable of
-   automatically controlling line direction by toggling RTS. That can used to
-   control external half-duplex hardware like an RS485 transceiver or any
-   RS232-connected half-duplex device like some modems.
+   Some CPUs/UARTs (e.g., Atmel AT91 or 16C950 UART) contain a built-in
+   half-duplex mode capable of automatically controlling line direction by
+   toggling RTS or DTR signals. That can be used to control external
+   half-duplex hardware like an RS485 transceiver or any RS232-connected
+   half-duplex devices like some modems.
 
    For these microcontrollers, the Linux driver should be made capable of
    working in both modes, and proper ioctls (see later) should be made