> From: Andrew Kohlsmith (lists)
> Sent: July 8, 2008 12:13 PM
> 
> in transmit_chars() of mcfserial.c, I hack it in thusly:
> 
>         if (info->x_char) {
> // ABK: assert RTS, transmitter should turn it off automatically when
!CRTSCTS
>                 uartp[MCFUART_UOP1] = MCFUART_UOP_RTS;

I've never used MCFUART_UOP_RTS.  You have to reset it every time you
transmit?

In the case of the netarm, you need only set RTSTX once and it will toggle
RTS active/inactive as necessary.


..Chris


_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to