Lines Matching +full:connected +full:- +full:ground
1 .. zephyr:code-sample:: uart-native-tty
3 :relevant-api: uart_interface
5 Use native TTY driver to send and receive data between two UART-to-USB bridge dongles.
25 other dongle's RX pin. The ground connection is not needed. Both dongles must
29 are in your system by running the command ``ls -l /dev/tty*``. If that is not
30 the case on your machine you can either change the ``serial-port`` properties
32 ``-uart_port`` and ``-uart_port2``.
39 .. zephyr-app-commands::
40 :zephyr-app: samples/drivers/uart/native_tty
41 :host-os: unix
49 .. code-block:: console
51 uart_1 connected to pseudotty: /dev/pts/6
52 uart2 connected to the serial port: /dev/ttyUSB1
53 uart connected to the serial port: /dev/ttyUSB0
54 *** Booting Zephyr OS build v3.4.0-rc2-97-ge586d02c137d ***