Add TIOCM_OUT1
, TIOCM_OUT2
, and TIOCM_LOOP
constants to termios
#127335
Labels
TIOCM_OUT1
, TIOCM_OUT2
, and TIOCM_LOOP
constants to termios
#127335
Feature or enhancement
Proposal:
This issue suggests adding new
termios
constants.It's used to enable the serial port loopback mode, that is, the local
tx
will send messages to the localrx
instead of the external deviceIt's suitable for the physical characteristics of the terminal equipment, such as interrupt and chip select output
for example, a library like this uses.
https://github.com/makerbot/pyserial
ref:
https://github.com/torvalds/linux/blob/master/include/uapi/asm-generic/termios.h
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
TIOCM_OUT1
,TIOCM_OUT2
, andTIOCM_LOOP
totermios
#127336The text was updated successfully, but these errors were encountered: