Christian, > > I have searched in the lists for some kernel support to control the RTS-pin > while sending characters to through an external RS232->RS485 adapter. > The RS485 device I?m writing to, respond with an answer within approximately > 2ms after my last sent character, and therefore I need to release the > RTS-pin before that. > If not, the returning characters will be unreadable due to the > send-collision. > > Will this feature be implemented in the i386 arch (as it is for chris), or > is there any reason to never include it in the future? > manually controlling the RTS (or any other pin) pin for RS485 duplex control has been discussed here several time. Because it is not possible to guarantee the correct timing in any situation this was always nack'd. The only chance you have is to use a proper UART that is capable to do this by hardware (e.g. some Exar UARTs or some UARTs that can be found on some SoCs that are used in the embedded world). Matthias -- 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