Skip to content

Commit

Permalink
RS485 documentation: add 16C950 UART description
Browse files Browse the repository at this point in the history
Add a notion about 16C950 UART, that is using DTR signal for RS485 mode.

Signed-off-by: Yegor Yefremov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Yegor Yefremov authored and gregkh committed Dec 1, 2010
1 parent a4fb0b2 commit de6f86c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/serial/serial-rs485.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@

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
Expand Down

0 comments on commit de6f86c

Please sign in to comment.