Home
last modified time | relevance | path

Searched refs:tio (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c92 struct termios tio; in test_modem_backend_tty_setup() local
98 __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()
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst44 Now you can run ``tio <port>`` in a terminal window to access the UART debug port connection. Once …