Searched refs:tio (Results 1 – 2 of 2) sorted by relevance
92 struct termios tio; in test_modem_backend_tty_setup() local98 __ASSERT_NO_MSG(tcgetattr(primary_fd, &tio) > -1); in test_modem_backend_tty_setup()99 test_modem_backend_tty_cfmakeraw(&tio); in test_modem_backend_tty_setup()100 __ASSERT_NO_MSG(tcsetattr(primary_fd, TCSAFLUSH, &tio) > -1); in test_modem_backend_tty_setup()
44 Now you can run ``tio <port>`` in a terminal window to access the UART debug port connection. Once …