On Wed, 20 Oct 2010 10:00:14 +0200 Alexander Stein <alexander.stein@xxxxxxxxxxxxxxxxxxxxx> wrote: > On Tuesday 19 October 2010, 19:22:32 Grant Edwards wrote: > > Yes, the AT91 UARTs do have a built-in half-duplex mode that will > > automatically control 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. > > > > Though the Atmel docs refer to it as "RS485 mode" there is no RS485 > > transceiver in the AT91 parts (AFAIK), and "RS485 mode" isn't specific > > to RS485 - it can be used with any external half-duplex hardware. > > Out of curiosity, how can I add RS485 (or whatever) support for other serial > devices like e.g. i.mx serial? Is there some driver independent interface > which only gets filled in board configs like setting some GPIO pins? Several devices support RS485 and the like There are two interfaces 1. termiox which is used in the old Unix world for sync and other stuff on serial world. Linux now supports a bit of this interface and has the flags so we can grow it as needed. It covers one way flow control 2. TIOCGSRS485/TIOCSRS486 plus struct serial_rs485 which is Linux specific but also allows for pre/post send delays in hardware that some chips can do. And nothing stops you supporting both interfaces when it makes sense -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html