[En-Nut-Discussion] Usart Receiver Pause?
Matthias Ringwald
mringwal at inf.ethz.ch
Fri Jun 10 20:58:01 CEST 2005
Hi Harald,
thanks for commenting and the better/cleaner/easier implementation
hint.. I'll report back..
Matthias
On 10.06.2005, at 20:25, Harald Kipp wrote:
> I forgot to add
>
> ...in case of later enhancements for additional control lines.
>
> Harald
>
> At 20:23 10.06.2005 +0200, you wrote:
>
>> Matthias,
>>
>> This would be generally useful.
>>
>> How about
>>
>> u_long flags = UART_MF_RTSOFF;
>> ioctl(fd, UART_SETMODEMCONTROL, &flags);
>> flags = UART_MF_RTSON;
>> ioctl(fd, UART_SETMODEMCONTROL, &flags);
>
More information about the En-Nut-Discussion
mailing list