]> sourceware.org Git - newlib-cygwin.git/commit
Some devices take undesired actions when RTS and
authorshurd <shurd@FreeBSD.org>
Wed, 12 Jun 2019 18:07:04 +0000 (18:07 +0000)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 25 Sep 2019 07:01:07 +0000 (09:01 +0200)
commit17baf5e3909ecc0a25fec7a06637d5347f509cde
tree092c19125de08f3a0e2f160d5b01db7d3535aa1b
parent6bd0b9ed277e8025ca29bf265d419566ceb643b2
Some devices take undesired actions when RTS and

DTR are asserted. Some development boards for example will reset on DTR,
and some radio interfaces will transmit on RTS.

This patch allows "stty -f /dev/ttyu9.init -rtsdtr" to prevent
RTS and DTR from being asserted on open(), allowing these devices
to be used without problems.

Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D20031
newlib/libc/sys/rtems/include/sys/_termios.h
This page took 0.026586 seconds and 5 git commands to generate.