mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add support for setting non-standard baudrates
Support for non-standard baudrate settings will be automatically enabled if the termios2 interface is detected available. However, to play it safe, the old and widely supported termios interface will still be used when setting standard baudrates.
This commit is contained in:
parent
23bab24890
commit
e646c50019
4 changed files with 68 additions and 13 deletions
|
|
@ -13,6 +13,10 @@ tio_SOURCES = tty.c \
|
|||
include/tio/log.h \
|
||||
include/tio/error.h
|
||||
|
||||
if ADD_SETSPEED2
|
||||
tio_SOURCES += setspeed2.c
|
||||
endif
|
||||
|
||||
if ENABLE_BASH_COMPLETION
|
||||
bashcompletiondir=@BASH_COMPLETION_DIR@
|
||||
bashcompletion_DATA=bash-completion/tio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue